Uses of Interface
software.amazon.awssdk.services.cloudformation.model.TypeSummary.Builder
Packages that use TypeSummary.Builder
-
Uses of TypeSummary.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return TypeSummary.BuilderModifier and TypeMethodDescriptionstatic TypeSummary.BuilderTypeSummary.builder()TypeSummary.Builder.defaultVersionId(String defaultVersionId) The ID of the default version of the extension.TypeSummary.Builder.description(String description) The description of the extension.TypeSummary.Builder.isActivated(Boolean isActivated) Whether the extension is activated for this account and Region.TypeSummary.Builder.lastUpdated(Instant lastUpdated) When the specified extension version was registered.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.originalTypeName(String originalTypeName) For public extensions that have been activated for this account and Region, the type name of the public extension.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.publisherId(String publisherId) The ID of the extension publisher, if the extension is published by a third party.TypeSummary.Builder.publisherIdentity(String publisherIdentity) The service used to verify the publisher identity.TypeSummary.Builder.publisherIdentity(IdentityProvider publisherIdentity) The service used to verify the publisher identity.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.toBuilder()The kind of extension.TypeSummary.Builder.type(RegistryType type) The kind of extension.The ARN of the extension.The name of the extension.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type TypeSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TypeSummary.Builder>TypeSummary.serializableBuilderClass()