| 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.
|
static DescribeTypeResponse.Builder |
DescribeTypeResponse.builder() |
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 registered 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.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.
|
default DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
Contains logging configuration information for an extension.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.loggingConfig(LoggingConfig loggingConfig)
Contains logging configuration information for an extension.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.provisioningType(ProvisioningType provisioningType)
The provisioning behavior of the extension.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.provisioningType(String provisioningType)
The provisioning behavior of the extension.
|
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 extension version was registered.
|
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 registered extension.
|
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 © 2021. All rights reserved.