public static interface RequiredActivatedType.Builder extends SdkPojo, CopyableBuilder<RequiredActivatedType.Builder,RequiredActivatedType>
| Modifier and Type | Method and Description |
|---|---|
RequiredActivatedType.Builder |
originalTypeName(String originalTypeName)
The type name of the public extension.
|
RequiredActivatedType.Builder |
publisherId(String publisherId)
The publisher ID of the extension publisher.
|
RequiredActivatedType.Builder |
supportedMajorVersions(Collection<Integer> supportedMajorVersions)
A list of the major versions of the extension type that the macro supports.
|
RequiredActivatedType.Builder |
supportedMajorVersions(Integer... supportedMajorVersions)
A list of the major versions of the extension type that the macro supports.
|
RequiredActivatedType.Builder |
typeNameAlias(String typeNameAlias)
An alias assigned to the public extension, in this account and Region.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRequiredActivatedType.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.
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.RequiredActivatedType.Builder originalTypeName(String originalTypeName)
The type name of the public extension.
If you specified a TypeNameAlias when 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.
originalTypeName - The type name of the public extension.
If you specified a TypeNameAlias when 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.
RequiredActivatedType.Builder publisherId(String publisherId)
The publisher ID of the extension publisher.
publisherId - The publisher ID of the extension publisher.RequiredActivatedType.Builder supportedMajorVersions(Collection<Integer> supportedMajorVersions)
A list of the major versions of the extension type that the macro supports.
supportedMajorVersions - A list of the major versions of the extension type that the macro supports.RequiredActivatedType.Builder supportedMajorVersions(Integer... supportedMajorVersions)
A list of the major versions of the extension type that the macro supports.
supportedMajorVersions - A list of the major versions of the extension type that the macro supports.Copyright © 2023. All rights reserved.