Interface UpdateDeploymentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDeploymentRequest.Builder,,UpdateDeploymentRequest> LaunchWizardRequest.Builder,SdkBuilder<UpdateDeploymentRequest.Builder,,UpdateDeploymentRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateDeploymentRequest
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentId(String deploymentId) The ID of the deployment.deploymentPatternVersionName(String deploymentPatternVersionName) The name of the deployment pattern version.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.Forces the update even if validation warnings are present.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.specifications(Map<String, String> specifications) The settings specified for the deployment.workloadVersionName(String workloadVersionName) The name of the workload version.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.launchwizard.model.LaunchWizardRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
deploymentId
The ID of the deployment.
- Parameters:
deploymentId- The ID of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
specifications
The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications. To retrieve the specifications required to create a deployment for other workloads, use the
GetWorkloadDeploymentPatternoperation.- Parameters:
specifications- The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications. To retrieve the specifications required to create a deployment for other workloads, use theGetWorkloadDeploymentPatternoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadVersionName
The name of the workload version.
- Parameters:
workloadVersionName- The name of the workload version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentPatternVersionName
The name of the deployment pattern version.
- Parameters:
deploymentPatternVersionName- The name of the deployment pattern version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
dryRun- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
force
Forces the update even if validation warnings are present.
- Parameters:
force- Forces the update even if validation warnings are present.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDeploymentRequest.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
UpdateDeploymentRequest.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.
-