| 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 type.
|
static DescribeTypeResponse.Builder |
DescribeTypeResponse.builder() |
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.defaultVersionId(String defaultVersionId)
The ID of the default version of the type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.deprecatedStatus(DeprecatedStatus deprecatedStatus)
The deprecation status of the type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.deprecatedStatus(String deprecatedStatus)
The deprecation status of the type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.description(String description)
The description of the registered type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.documentationUrl(String documentationUrl)
The URL of a page providing detailed documentation for this type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.executionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to register the type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.lastUpdated(Instant lastUpdated)
When the specified type version was registered.
|
default DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
Contains logging configuration information for a type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.loggingConfig(LoggingConfig loggingConfig)
Contains logging configuration information for a type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.provisioningType(ProvisioningType provisioningType)
The provisioning behavior of the type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.provisioningType(String provisioningType)
The provisioning behavior of the type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.schema(String schema)
The schema that defines the type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.sourceUrl(String sourceUrl)
The URL of the source code for the type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.timeCreated(Instant timeCreated)
When the specified type version was registered.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.toBuilder() |
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.type(RegistryType type)
The kind of type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.type(String type)
The kind of type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.typeName(String typeName)
The name of the registered type.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.visibility(String visibility)
The scope at which the type is visible and usable in CloudFormation operations.
|
DescribeTypeResponse.Builder |
DescribeTypeResponse.Builder.visibility(Visibility visibility)
The scope at which the type is visible and usable in CloudFormation operations.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeTypeResponse.Builder> |
DescribeTypeResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.