Interface StartCommandExecutionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CodeBuildRequest.Builder
,CopyableBuilder<StartCommandExecutionRequest.Builder,
,StartCommandExecutionRequest> SdkBuilder<StartCommandExecutionRequest.Builder,
,StartCommandExecutionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartCommandExecutionRequest
@Mutable
@NotThreadSafe
public static interface StartCommandExecutionRequest.Builder
extends CodeBuildRequest.Builder, SdkPojo, CopyableBuilder<StartCommandExecutionRequest.Builder,StartCommandExecutionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe command that needs to be executed.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.AsandboxId
orsandboxArn
.The command type.type
(CommandType type) The command type.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.
-
command
The command that needs to be executed.
- Parameters:
command
- The command that needs to be executed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The command type.
- Parameters:
type
- The command type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The command type.
- Parameters:
type
- The command type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
StartCommandExecutionRequest.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
StartCommandExecutionRequest.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.
-