| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the extension.
|
DescribeTypeResponse.Builder |
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.Builder |
DescribeTypeResponse.builder() |
DescribeTypeResponse.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 |
DescribeTypeResponse.Builder.defaultVersionId(String defaultVersionId)
The ID of the default version of the extension.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.deprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the extension version.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.deprecatedStatus(String deprecatedStatus)
The deprecation status of the extension version.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.description(String description)
The description of the extension.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.documentationUrl(String documentationUrl)
The URL of a page providing detailed documentation for this extension.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to register the extension.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.isActivated(Boolean isActivated)
Whether or not the extension is activated in the account and region.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.isDefaultVersion(Boolean isDefaultVersion)
Whether the specified extension version is set as the default version.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.lastUpdated(Instant lastUpdated)
When the specified extension version was registered.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.latestPublicVersion(String latestPublicVersion)
The latest version of a public extension that is available for use.
|
default DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
Contains logging configuration information for private extensions.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.loggingConfig(LoggingConfig loggingConfig)
Contains logging configuration information for private extensions.
|
DescribeTypeResponse.Builder |
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 |
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 |
DescribeTypeResponse.Builder.provisioningType(ProvisioningType provisioningType)
For resource type extensions, the provisioning behavior of the resource type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.provisioningType(String provisioningType)
For resource type extensions, the provisioning behavior of the resource type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.publicVersionNumber(String publicVersionNumber)
The version number of a public third-party extension.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.publisherId(String publisherId)
The publisher ID of the extension publisher.
|
DescribeTypeResponse.Builder |
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 |
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 |
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.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.schema(String schema)
The schema that defines the extension.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.sourceUrl(String sourceUrl)
The URL of the source code for the extension.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.timeCreated(Instant timeCreated)
When the specified private extension version was registered or activated in your account.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.toBuilder() |
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.type(RegistryType type)
The kind of extension.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.type(String type)
The kind of extension.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.typeName(String typeName)
The name of the extension.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.typeTestsStatus(String typeTestsStatus)
The contract test status of the registered extension version.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.typeTestsStatus(TypeTestsStatus typeTestsStatus)
The contract test status of the registered extension version.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.typeTestsStatusDescription(String typeTestsStatusDescription)
The description of the test status.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.visibility(String visibility)
The scope at which the extension is visible and usable in CloudFormation operations.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.visibility(Visibility visibility)
The scope at which the extension is visible and usable in CloudFormation operations.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeTypeResponse.Builder> |
DescribeTypeResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.