Interface DeploymentParameterInput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DeploymentParameterInput.Builder,,- DeploymentParameterInput> - SdkBuilder<DeploymentParameterInput.Builder,,- DeploymentParameterInput> - SdkPojo
- Enclosing class:
- DeploymentParameterInput
@Mutable
@NotThreadSafe
public static interface DeploymentParameterInput.Builder
extends SdkPojo, CopyableBuilder<DeploymentParameterInput.Builder,DeploymentParameterInput> 
- 
Method SummaryModifier and TypeMethodDescriptionThe desired name of the deployment parameter.secretString(String secretString) The text to encrypt and store in the secret.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe desired name of the deployment parameter. This is the identifier on which deployment parameters are keyed for a given buyer and product. If this name matches an existing deployment parameter, this request will update the existing resource. - Parameters:
- name- The desired name of the deployment parameter. This is the identifier on which deployment parameters are keyed for a given buyer and product. If this name matches an existing deployment parameter, this request will update the existing resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
secretStringThe text to encrypt and store in the secret. - Parameters:
- secretString- The text to encrypt and store in the secret.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-