public static interface TypeVersionSummary.Builder extends SdkPojo, CopyableBuilder<TypeVersionSummary.Builder,TypeVersionSummary>
| Modifier and Type | Method and Description |
|---|---|
TypeVersionSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the extension version.
|
TypeVersionSummary.Builder |
description(String description)
The description of the extension version.
|
TypeVersionSummary.Builder |
isDefaultVersion(Boolean isDefaultVersion)
Whether the specified extension version is set as the default version.
|
TypeVersionSummary.Builder |
publicVersionNumber(String publicVersionNumber)
For public extensions that have been activated for this account and Region, the version of the public
extension to be used for CloudFormation operations in this account and Region.
|
TypeVersionSummary.Builder |
timeCreated(Instant timeCreated)
When the version was registered.
|
TypeVersionSummary.Builder |
type(RegistryType type)
The kind of extension.
|
TypeVersionSummary.Builder |
type(String type)
The kind of extension.
|
TypeVersionSummary.Builder |
typeName(String typeName)
The name of the extension.
|
TypeVersionSummary.Builder |
versionId(String versionId)
The ID of a specific version of the extension.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTypeVersionSummary.Builder type(String type)
The kind of extension.
type - The kind of extension.RegistryType,
RegistryTypeTypeVersionSummary.Builder type(RegistryType type)
The kind of extension.
type - The kind of extension.RegistryType,
RegistryTypeTypeVersionSummary.Builder typeName(String typeName)
The name of the extension.
typeName - The name of the extension.TypeVersionSummary.Builder versionId(String versionId)
The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it's registered.
versionId - The ID of a specific version of the extension. The version ID is the value at the end of the Amazon
Resource Name (ARN) assigned to the extension version when it's registered.TypeVersionSummary.Builder isDefaultVersion(Boolean isDefaultVersion)
Whether the specified extension version is set as the default version.
This applies only to private extensions you have registered in your account, and extensions published by
Amazon. For public third-party extensions, CloudFormation returns null.
isDefaultVersion - Whether the specified extension version is set as the default version.
This applies only to private extensions you have registered in your account, and extensions published
by Amazon. For public third-party extensions, CloudFormation returns null.
TypeVersionSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the extension version.
arn - The Amazon Resource Name (ARN) of the extension version.TypeVersionSummary.Builder timeCreated(Instant timeCreated)
When the version was registered.
timeCreated - When the version was registered.TypeVersionSummary.Builder description(String description)
The description of the extension version.
description - The description of the extension version.TypeVersionSummary.Builder publicVersionNumber(String publicVersionNumber)
For public extensions that have been activated for this account and Region, the version of the public
extension to be used for CloudFormation operations in this account and Region. For any extensions other than
activated third-arty extensions, CloudFormation returns null.
How you specified AutoUpdate when enabling the extension affects whether CloudFormation
automatically updates the extension in this account and Region when a new version is released. For more
information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User
Guide.
publicVersionNumber - For public extensions that have been activated for this account and Region, the version of the public
extension to be used for CloudFormation operations in this account and Region. For any extensions
other than activated third-arty extensions, CloudFormation returns null.
How you specified AutoUpdate when enabling the extension affects whether CloudFormation
automatically updates the extension in this account and Region when a new version is released. For
more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation
User Guide.
Copyright © 2023. All rights reserved.