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.AsandboxIdorsandboxArn.The command type.type(CommandType type) The command type.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.
-
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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.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.
-