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.AsandboxId
orsandboxArn
.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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sandboxId
A
sandboxId
orsandboxArn
.- Parameters:
sandboxId
- AsandboxId
orsandboxArn
.- 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-