Interface ListSandboxesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CodeBuildRequest.Builder,- CopyableBuilder<ListSandboxesRequest.Builder,,- ListSandboxesRequest> - SdkBuilder<ListSandboxesRequest.Builder,,- ListSandboxesRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListSandboxesRequest
@Mutable
@NotThreadSafe
public static interface ListSandboxesRequest.Builder
extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<ListSandboxesRequest.Builder,ListSandboxesRequest> 
- 
Method SummaryModifier 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.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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
maxResultsThe 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.
 
- 
sortOrderThe 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:
 
- 
sortOrderThe 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:
 
- 
nextTokenThe 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.
 
- 
overrideConfigurationListSandboxesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListSandboxesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-