| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
TypeVersionSummary.Builder |
TypeVersionSummary.Builder.arn(String arn)
The Amazon Resource Name (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(RegistryType type)
The kind of extension.
|
TypeVersionSummary.Builder |
TypeVersionSummary.Builder.type(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TypeVersionSummary.Builder> |
TypeVersionSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.