Class StackoneListStepLogsRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.StackoneListStepLogsRequestBuilder
-
public class StackoneListStepLogsRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StackoneListStepLogsRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<StackoneListStepLogsResponse>call()StackoneListStepLogsRequestBuilderrequest(StackoneListStepLogsRequest request)StackoneListStepLogsRequestBuilderretryConfig(RetryConfig retryConfig)StackoneListStepLogsRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
StackoneListStepLogsRequestBuilder
public StackoneListStepLogsRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public StackoneListStepLogsRequestBuilder request(StackoneListStepLogsRequest request)
-
retryConfig
public StackoneListStepLogsRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public StackoneListStepLogsRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public java.util.concurrent.CompletableFuture<StackoneListStepLogsResponse> call()
-
-