Interface CreateDeploymentJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDeploymentJobRequest.Builder,CreateDeploymentJobRequest>,RoboMakerRequest.Builder,SdkBuilder<CreateDeploymentJobRequest.Builder,CreateDeploymentJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDeploymentJobRequest
public static interface CreateDeploymentJobRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateDeploymentJobRequest.Builder,CreateDeploymentJobRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
deploymentConfig
CreateDeploymentJobRequest.Builder deploymentConfig(DeploymentConfig deploymentConfig)
The requested deployment configuration.
- Parameters:
deploymentConfig- The requested deployment configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentConfig
default CreateDeploymentJobRequest.Builder deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig)
The requested deployment configuration.
This is a convenience method that creates an instance of theDeploymentConfig.Builderavoiding the need to create one manually viaDeploymentConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeploymentConfig(DeploymentConfig).- Parameters:
deploymentConfig- a consumer that will call methods onDeploymentConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deploymentConfig(DeploymentConfig)
-
clientRequestToken
CreateDeploymentJobRequest.Builder clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Parameters:
clientRequestToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleet
CreateDeploymentJobRequest.Builder fleet(String fleet)
The Amazon Resource Name (ARN) of the fleet to deploy.
- Parameters:
fleet- The Amazon Resource Name (ARN) of the fleet to deploy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentApplicationConfigs
CreateDeploymentJobRequest.Builder deploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
The deployment application configuration.
- Parameters:
deploymentApplicationConfigs- The deployment application configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentApplicationConfigs
CreateDeploymentJobRequest.Builder deploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)
The deployment application configuration.
- Parameters:
deploymentApplicationConfigs- The deployment application configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentApplicationConfigs
CreateDeploymentJobRequest.Builder deploymentApplicationConfigs(Consumer<DeploymentApplicationConfig.Builder>... deploymentApplicationConfigs)
The deployment application configuration.
This is a convenience method that creates an instance of theDeploymentApplicationConfig.Builderavoiding the need to create one manually viaDeploymentApplicationConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#deploymentApplicationConfigs(List.) - Parameters:
deploymentApplicationConfigs- a consumer that will call methods onDeploymentApplicationConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#deploymentApplicationConfigs(java.util.Collection)
-
tags
CreateDeploymentJobRequest.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the deployment job.
- Parameters:
tags- A map that contains tag keys and tag values that are attached to the deployment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDeploymentJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDeploymentJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-