TypeVersionSummary.Builder |
TypeVersionSummary.Builder.arn(String arn) |
The ARN of the extension version.
|
static TypeVersionSummary.Builder |
TypeVersionSummary.builder() |
|
TypeVersionSummary.Builder |
TypeVersionSummary.Builder.description(String description) |
The description of the extension version.
|
TypeVersionSummary.Builder |
TypeVersionSummary.Builder.isDefaultVersion(Boolean isDefaultVersion) |
Whether the specified extension version is set as the default version.
|
TypeVersionSummary.Builder |
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 |
TypeVersionSummary.Builder.timeCreated(Instant timeCreated) |
When the version was registered.
|
TypeVersionSummary.Builder |
TypeVersionSummary.toBuilder() |
|
TypeVersionSummary.Builder |
TypeVersionSummary.Builder.type(String type) |
The kind of extension.
|
TypeVersionSummary.Builder |
TypeVersionSummary.Builder.type(RegistryType type) |
The kind of extension.
|
TypeVersionSummary.Builder |
TypeVersionSummary.Builder.typeName(String typeName) |
The name of the extension.
|
TypeVersionSummary.Builder |
TypeVersionSummary.Builder.versionId(String versionId) |
The ID of a specific version of the extension.
|