Interface CreateDeploymentRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateDeploymentRequest.Builder,,CreateDeploymentRequest> GreengrassRequest.Builder,SdkBuilder<CreateDeploymentRequest.Builder,,CreateDeploymentRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateDeploymentRequest
public static interface CreateDeploymentRequest.Builder
extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<CreateDeploymentRequest.Builder,CreateDeploymentRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionamznClientToken(String amznClientToken) A client token used to correlate requests and responses.deploymentId(String deploymentId) The ID of the deployment if you wish to redeploy a previous deployment.deploymentType(String deploymentType) The type of deployment.deploymentType(DeploymentType deploymentType) The type of deployment.The ID of the Greengrass group.groupVersionId(String groupVersionId) The ID of the group version to be deployed.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.greengrass.model.GreengrassRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
amznClientToken
A client token used to correlate requests and responses.- Parameters:
 amznClientToken- A client token used to correlate requests and responses.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deploymentId
The ID of the deployment if you wish to redeploy a previous deployment.- Parameters:
 deploymentId- The ID of the deployment if you wish to redeploy a previous deployment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deploymentType
The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.- Parameters:
 deploymentType- The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
deploymentType
The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.- Parameters:
 deploymentType- The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
groupId
The ID of the Greengrass group.- Parameters:
 groupId- The ID of the Greengrass group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
groupVersionId
The ID of the group version to be deployed.- Parameters:
 groupVersionId- The ID of the group version to be deployed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
CreateDeploymentRequest.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
CreateDeploymentRequest.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.
 
 
 -