static TypeSummary.Builder |
TypeSummary.builder() |
|
TypeSummary.Builder |
TypeSummary.Builder.defaultVersionId(String defaultVersionId) |
The ID of the default version of the extension.
|
TypeSummary.Builder |
TypeSummary.Builder.description(String description) |
The description of the extension.
|
TypeSummary.Builder |
TypeSummary.Builder.isActivated(Boolean isActivated) |
Whether the extension is activated for this account and Region.
|
TypeSummary.Builder |
TypeSummary.Builder.lastUpdated(Instant lastUpdated) |
When the specified extension version was registered.
|
TypeSummary.Builder |
TypeSummary.Builder.latestPublicVersion(String latestPublicVersion) |
For public extensions that have been activated for this account and Region, the latest version of the public
extension that is available.
|
TypeSummary.Builder |
TypeSummary.Builder.originalTypeName(String originalTypeName) |
For public extensions that have been activated for this account and Region, the type name of the public
extension.
|
TypeSummary.Builder |
TypeSummary.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.
|
TypeSummary.Builder |
TypeSummary.Builder.publisherId(String publisherId) |
The ID of the extension publisher, if the extension is published by a third party.
|
TypeSummary.Builder |
TypeSummary.Builder.publisherIdentity(String publisherIdentity) |
The service used to verify the publisher identity.
|
TypeSummary.Builder |
TypeSummary.Builder.publisherIdentity(IdentityProvider publisherIdentity) |
The service used to verify the publisher identity.
|
TypeSummary.Builder |
TypeSummary.Builder.publisherName(String publisherName) |
The publisher name, as defined in the public profile for that publisher in the service used to verify the
publisher identity.
|
TypeSummary.Builder |
TypeSummary.toBuilder() |
|
TypeSummary.Builder |
TypeSummary.Builder.type(String type) |
The kind of extension.
|
TypeSummary.Builder |
TypeSummary.Builder.type(RegistryType type) |
The kind of extension.
|
TypeSummary.Builder |
TypeSummary.Builder.typeArn(String typeArn) |
The Amazon Resource Name (ARN) of the extension.
|
TypeSummary.Builder |
TypeSummary.Builder.typeName(String typeName) |
The name of the extension.
|