Interface SsmParameterConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SsmParameterConfiguration.Builder,,SsmParameterConfiguration> SdkBuilder<SsmParameterConfiguration.Builder,,SsmParameterConfiguration> SdkPojo
- Enclosing class:
SsmParameterConfiguration
@Mutable
@NotThreadSafe
public static interface SsmParameterConfiguration.Builder
extends SdkPojo, CopyableBuilder<SsmParameterConfiguration.Builder,SsmParameterConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionamiAccountId(String amiAccountId) Specify the account that will own the Parameter in a given Region.The type of value the parameter contains.dataType(SsmParameterDataType dataType) The type of value the parameter contains.parameterName(String parameterName) This is the name of the Parameter in the target Region or account.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
-
amiAccountId
Specify the account that will own the Parameter in a given Region. During distribution, this account must be specified in distribution settings as a target account for the Region.
- Parameters:
amiAccountId- Specify the account that will own the Parameter in a given Region. During distribution, this account must be specified in distribution settings as a target account for the Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterName
This is the name of the Parameter in the target Region or account. The image distribution creates the Parameter if it doesn't already exist. Otherwise, it updates the parameter.
- Parameters:
parameterName- This is the name of the Parameter in the target Region or account. The image distribution creates the Parameter if it doesn't already exist. Otherwise, it updates the parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataType
The type of value the parameter contains. We recommend the
aws:ec2:imagedata type.- Parameters:
dataType- The type of value the parameter contains. We recommend theaws:ec2:imagedata type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataType
The type of value the parameter contains. We recommend the
aws:ec2:imagedata type.- Parameters:
dataType- The type of value the parameter contains. We recommend theaws:ec2:imagedata type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-