Interface RequiredActivatedType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RequiredActivatedType.Builder,,RequiredActivatedType> SdkBuilder<RequiredActivatedType.Builder,,RequiredActivatedType> SdkPojo
- Enclosing class:
- RequiredActivatedType
-
Method Summary
Modifier and TypeMethodDescriptionoriginalTypeName(String originalTypeName) The type name of the public extension.publisherId(String publisherId) The publisher ID of the extension publisher.supportedMajorVersions(Integer... supportedMajorVersions) A list of the major versions of the extension type that the macro supports.supportedMajorVersions(Collection<Integer> supportedMajorVersions) A list of the major versions of the extension type that the macro supports.typeNameAlias(String typeNameAlias) An alias assigned to the public extension, in this account and Region.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
-
typeNameAlias
An alias assigned to the public extension, in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
- Parameters:
typeNameAlias- An alias assigned to the public extension, in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originalTypeName
The type name of the public extension.
If you specified a
TypeNameAliaswhen enabling the extension in this account and Region, CloudFormation treats that alias as the extension's type name within the account and Region, not the type name of the public extension. For more information, see Use aliases to refer to extensions in the CloudFormation User Guide.- Parameters:
originalTypeName- The type name of the public extension.If you specified a
TypeNameAliaswhen enabling the extension in this account and Region, CloudFormation treats that alias as the extension's type name within the account and Region, not the type name of the public extension. For more information, see Use aliases to refer to extensions in the CloudFormation User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publisherId
The publisher ID of the extension publisher.
- Parameters:
publisherId- The publisher ID of the extension publisher.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedMajorVersions
A list of the major versions of the extension type that the macro supports.
- Parameters:
supportedMajorVersions- A list of the major versions of the extension type that the macro supports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedMajorVersions
A list of the major versions of the extension type that the macro supports.
- Parameters:
supportedMajorVersions- A list of the major versions of the extension type that the macro supports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-