public static interface CreateDeploymentJobRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateDeploymentJobRequest.Builder,CreateDeploymentJobRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDeploymentJobRequest.Builder deploymentConfig(DeploymentConfig deploymentConfig)
The requested deployment configuration.
deploymentConfig - The requested deployment configuration.default CreateDeploymentJobRequest.Builder deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig)
The requested deployment configuration.
This is a convenience method that creates an instance of theDeploymentConfig.Builder avoiding the
need to create one manually via DeploymentConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to deploymentConfig(DeploymentConfig).
deploymentConfig - a consumer that will call methods on DeploymentConfig.BuilderdeploymentConfig(DeploymentConfig)CreateDeploymentJobRequest.Builder clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateDeploymentJobRequest.Builder fleet(String fleet)
The Amazon Resource Name (ARN) of the fleet to deploy.
fleet - The Amazon Resource Name (ARN) of the fleet to deploy.CreateDeploymentJobRequest.Builder deploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
The deployment application configuration.
deploymentApplicationConfigs - The deployment application configuration.CreateDeploymentJobRequest.Builder deploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)
The deployment application configuration.
deploymentApplicationConfigs - The deployment application configuration.CreateDeploymentJobRequest.Builder deploymentApplicationConfigs(Consumer<DeploymentApplicationConfig.Builder>... deploymentApplicationConfigs)
The deployment application configuration.
This is a convenience method that creates an instance of theDeploymentApplicationConfig.Builder avoiding the need
to create one manually via
DeploymentApplicationConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #deploymentApplicationConfigs(List.
deploymentApplicationConfigs - a consumer that will call methods on
DeploymentApplicationConfig.Builder#deploymentApplicationConfigs(java.util.Collection) CreateDeploymentJobRequest.Builder tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the deployment job.
tags - A map that contains tag keys and tag values that are attached to the deployment job.CreateDeploymentJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDeploymentJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.