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 data type specifies what type of value the Parameter contains.dataType
(SsmParameterDataType dataType) The data type specifies what 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
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
-
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 data type specifies what type of value the Parameter contains. We recommend that you use data type
aws:ec2:image
.- Parameters:
dataType
- The data type specifies what type of value the Parameter contains. We recommend that you use data typeaws:ec2:image
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataType
The data type specifies what type of value the Parameter contains. We recommend that you use data type
aws:ec2:image
.- Parameters:
dataType
- The data type specifies what type of value the Parameter contains. We recommend that you use data typeaws:ec2:image
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-