Interface RequiredActivatedType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RequiredActivatedType.Builder,RequiredActivatedType>,SdkBuilder<RequiredActivatedType.Builder,RequiredActivatedType>,SdkPojo
- Enclosing class:
- RequiredActivatedType
public static interface RequiredActivatedType.Builder extends SdkPojo, CopyableBuilder<RequiredActivatedType.Builder,RequiredActivatedType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequiredActivatedType.BuilderoriginalTypeName(String originalTypeName)The type name of the public extension.RequiredActivatedType.BuilderpublisherId(String publisherId)The publisher ID of the extension publisher.RequiredActivatedType.BuildersupportedMajorVersions(Integer... supportedMajorVersions)A list of the major versions of the extension type that the macro supports.RequiredActivatedType.BuildersupportedMajorVersions(Collection<Integer> supportedMajorVersions)A list of the major versions of the extension type that the macro supports.RequiredActivatedType.BuildertypeNameAlias(String typeNameAlias)An alias assigned to the public extension, in this account and Region.-
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, sdkFields
-
-
-
-
Method Detail
-
typeNameAlias
RequiredActivatedType.Builder typeNameAlias(String 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
RequiredActivatedType.Builder originalTypeName(String 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 Specifying 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 Specifying 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
RequiredActivatedType.Builder publisherId(String 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
RequiredActivatedType.Builder supportedMajorVersions(Collection<Integer> 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
RequiredActivatedType.Builder supportedMajorVersions(Integer... 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.
-
-