Uses of Interface
software.amazon.awssdk.services.cloudformation.model.TypeVersionSummary.Builder
Packages that use TypeVersionSummary.Builder
-
Uses of TypeVersionSummary.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return TypeVersionSummary.BuilderModifier and TypeMethodDescriptionThe ARN of the extension version.static TypeVersionSummary.BuilderTypeVersionSummary.builder()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.toBuilder()The kind of extension.TypeVersionSummary.Builder.type(RegistryType type) The kind of extension.The name of the extension.The ID of a specific version of the extension.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type TypeVersionSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TypeVersionSummary.Builder>TypeVersionSummary.serializableBuilderClass()