Interface DeploymentParameters.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentParameters.Builder,,DeploymentParameters> SdkBuilder<DeploymentParameters.Builder,,DeploymentParameters> SdkPojo
- Enclosing class:
DeploymentParameters
@Mutable
@NotThreadSafe
public static interface DeploymentParameters.Builder
extends SdkPojo, CopyableBuilder<DeploymentParameters.Builder,DeploymentParameters>
-
Method Summary
Modifier and TypeMethodDescriptiondynamicExtensionParameters(Map<String, String> dynamicExtensionParameters) A map of extension parameters for the deployment.The tags to assign to the deployment.Methods 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
-
dynamicExtensionParameters
DeploymentParameters.Builder dynamicExtensionParameters(Map<String, String> dynamicExtensionParameters) A map of extension parameters for the deployment.
- Parameters:
dynamicExtensionParameters- A map of extension parameters for the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to assign to the deployment.
- Parameters:
tags- The tags to assign to the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-