Class StackoneListLogsRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneListLogsRequestBuilder
-
public class StackoneListLogsRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StackoneListLogsRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackoneListLogsResponsecall()StackoneListLogsRequestBuilderrequest(StackoneListLogsRequest request)StackoneListLogsRequestBuilderretryConfig(RetryConfig retryConfig)StackoneListLogsRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
StackoneListLogsRequestBuilder
public StackoneListLogsRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public StackoneListLogsRequestBuilder request(StackoneListLogsRequest request)
-
retryConfig
public StackoneListLogsRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public StackoneListLogsRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public StackoneListLogsResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-