public static interface TypeSummary.Builder extends SdkPojo, CopyableBuilder<TypeSummary.Builder,TypeSummary>
| Modifier and Type | Method and Description |
|---|---|
TypeSummary.Builder |
defaultVersionId(String defaultVersionId)
The ID of the default version of the type.
|
TypeSummary.Builder |
description(String description)
The description of the type.
|
TypeSummary.Builder |
lastUpdated(Instant lastUpdated)
When the current default version of the type was registered.
|
TypeSummary.Builder |
type(RegistryType type)
The kind of type.
|
TypeSummary.Builder |
type(String type)
The kind of type.
|
TypeSummary.Builder |
typeArn(String typeArn)
The Amazon Resource Name (ARN) of the type.
|
TypeSummary.Builder |
typeName(String typeName)
The name of the type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTypeSummary.Builder type(String type)
The kind of type.
type - The kind of type.RegistryType,
RegistryTypeTypeSummary.Builder type(RegistryType type)
The kind of type.
type - The kind of type.RegistryType,
RegistryTypeTypeSummary.Builder typeName(String typeName)
The name of the type.
typeName - The name of the type.TypeSummary.Builder defaultVersionId(String defaultVersionId)
The ID of the default version of the type. The default version is used when the type version is not specified.
To set the default version of a type, use SetTypeDefaultVersion .
defaultVersionId - The ID of the default version of the type. The default version is used when the type version is not
specified.
To set the default version of a type, use SetTypeDefaultVersion .
TypeSummary.Builder typeArn(String typeArn)
The Amazon Resource Name (ARN) of the type.
typeArn - The Amazon Resource Name (ARN) of the type.TypeSummary.Builder lastUpdated(Instant lastUpdated)
When the current default version of the type was registered.
lastUpdated - When the current default version of the type was registered.TypeSummary.Builder description(String description)
The description of the type.
description - The description of the type.Copyright © 2021. All rights reserved.