| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static TypeSummary.Builder |
TypeSummary.builder() |
TypeSummary.Builder |
TypeSummary.Builder.defaultVersionId(String defaultVersionId)
The ID of the default version of the type.
|
TypeSummary.Builder |
TypeSummary.Builder.description(String description)
The description of the type.
|
TypeSummary.Builder |
TypeSummary.Builder.lastUpdated(Instant lastUpdated)
When the current default version of the type was registered.
|
TypeSummary.Builder |
TypeSummary.toBuilder() |
TypeSummary.Builder |
TypeSummary.Builder.type(RegistryType type)
The kind of type.
|
TypeSummary.Builder |
TypeSummary.Builder.type(String type)
The kind of type.
|
TypeSummary.Builder |
TypeSummary.Builder.typeArn(String typeArn)
The Amazon Resource Name (ARN) of the type.
|
TypeSummary.Builder |
TypeSummary.Builder.typeName(String typeName)
The name of the type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TypeSummary.Builder> |
TypeSummary.serializableBuilderClass() |
Copyright © 2021. All rights reserved.