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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
- 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.
-
secretString
The 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.
-