Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DescribeTypeResponse.Builder
Packages that use DescribeTypeResponse.Builder
-
Uses of DescribeTypeResponse.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DescribeTypeResponse.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the extension.DescribeTypeResponse.Builder.autoUpdate(Boolean autoUpdate) Whether CloudFormation automatically updates the extension in this account and Region when a new minor version is published by the extension publisher.static DescribeTypeResponse.BuilderDescribeTypeResponse.builder()DescribeTypeResponse.Builder.configurationSchema(String configurationSchema) A JSON string that represent the current configuration data for the extension in this account and Region.DescribeTypeResponse.Builder.defaultVersionId(String defaultVersionId) The ID of the default version of the extension.DescribeTypeResponse.Builder.deprecatedStatus(String deprecatedStatus) The deprecation status of the extension version.DescribeTypeResponse.Builder.deprecatedStatus(DeprecatedStatus deprecatedStatus) The deprecation status of the extension version.DescribeTypeResponse.Builder.description(String description) The description of the extension.DescribeTypeResponse.Builder.documentationUrl(String documentationUrl) The URL of a page providing detailed documentation for this extension.DescribeTypeResponse.Builder.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the IAM execution role used to register the extension.DescribeTypeResponse.Builder.isActivated(Boolean isActivated) Whether the extension is activated in the account and Region.DescribeTypeResponse.Builder.isDefaultVersion(Boolean isDefaultVersion) Whether the specified extension version is set as the default version.DescribeTypeResponse.Builder.lastUpdated(Instant lastUpdated) When the specified extension version was registered.DescribeTypeResponse.Builder.latestPublicVersion(String latestPublicVersion) The latest version of a public extension that is available for use.default DescribeTypeResponse.BuilderDescribeTypeResponse.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) Contains logging configuration information for private extensions.DescribeTypeResponse.Builder.loggingConfig(LoggingConfig loggingConfig) Contains logging configuration information for private extensions.DescribeTypeResponse.Builder.originalTypeArn(String originalTypeArn) For public extensions that have been activated for this account and Region, the Amazon Resource Name (ARN) of the public extension.DescribeTypeResponse.Builder.originalTypeName(String originalTypeName) For public extensions that have been activated for this account and Region, the type name of the public extension.DescribeTypeResponse.Builder.provisioningType(String provisioningType) For resource type extensions, the provisioning behavior of the resource type.DescribeTypeResponse.Builder.provisioningType(ProvisioningType provisioningType) For resource type extensions, the provisioning behavior of the resource type.DescribeTypeResponse.Builder.publicVersionNumber(String publicVersionNumber) The version number of a public third-party extension.DescribeTypeResponse.Builder.publisherId(String publisherId) The publisher ID of the extension publisher.DescribeTypeResponse.Builder.requiredActivatedTypes(Collection<RequiredActivatedType> requiredActivatedTypes) For extensions that are modules, the public third-party extensions that must be activated in your account in order for the module itself to be activated.DescribeTypeResponse.Builder.requiredActivatedTypes(Consumer<RequiredActivatedType.Builder>... requiredActivatedTypes) For extensions that are modules, the public third-party extensions that must be activated in your account in order for the module itself to be activated.DescribeTypeResponse.Builder.requiredActivatedTypes(RequiredActivatedType... requiredActivatedTypes) For extensions that are modules, the public third-party extensions that must be activated in your account in order for the module itself to be activated.The schema that defines the extension.The URL of the source code for the extension.DescribeTypeResponse.Builder.timeCreated(Instant timeCreated) When the specified private extension version was registered or activated in your account.DescribeTypeResponse.toBuilder()The kind of extension.DescribeTypeResponse.Builder.type(RegistryType type) The kind of extension.The name of the extension.DescribeTypeResponse.Builder.typeTestsStatus(String typeTestsStatus) The contract test status of the registered extension version.DescribeTypeResponse.Builder.typeTestsStatus(TypeTestsStatus typeTestsStatus) The contract test status of the registered extension version.DescribeTypeResponse.Builder.typeTestsStatusDescription(String typeTestsStatusDescription) The description of the test status.DescribeTypeResponse.Builder.visibility(String visibility) The scope at which the extension is visible and usable in CloudFormation operations.DescribeTypeResponse.Builder.visibility(Visibility visibility) The scope at which the extension is visible and usable in CloudFormation operations.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DescribeTypeResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeTypeResponse.Builder>DescribeTypeResponse.serializableBuilderClass()