Interface ListCommandExecutionsForSandboxRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeBuildRequest.Builder,CopyableBuilder<ListCommandExecutionsForSandboxRequest.Builder,,ListCommandExecutionsForSandboxRequest> SdkBuilder<ListCommandExecutionsForSandboxRequest.Builder,,ListCommandExecutionsForSandboxRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListCommandExecutionsForSandboxRequest
@Mutable
@NotThreadSafe
public static interface ListCommandExecutionsForSandboxRequest.Builder
extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<ListCommandExecutionsForSandboxRequest.Builder,ListCommandExecutionsForSandboxRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of sandbox records to be retrieved.The next token, if any, to get paginated results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.AsandboxIdorsandboxArn.The order in which sandbox records should be retrieved.sortOrder(SortOrderType sortOrder) The order in which sandbox records should be retrieved.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sandboxId
A
sandboxIdorsandboxArn.- Parameters:
sandboxId- AsandboxIdorsandboxArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of sandbox records to be retrieved.
- Parameters:
maxResults- The maximum number of sandbox records to be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
The order in which sandbox records should be retrieved.
- Parameters:
sortOrder- The order in which sandbox records should be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The order in which sandbox records should be retrieved.
- Parameters:
sortOrder- The order in which sandbox records should be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The next token, if any, to get paginated results. You will get this value from previous execution of list sandboxes.
- Parameters:
nextToken- The next token, if any, to get paginated results. You will get this value from previous execution of list sandboxes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCommandExecutionsForSandboxRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListCommandExecutionsForSandboxRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-