public static interface TypeVersionSummary.Builder extends SdkPojo, CopyableBuilder<TypeVersionSummary.Builder,TypeVersionSummary>
| Modifier and Type | Method and Description |
|---|---|
TypeVersionSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the type version.
|
TypeVersionSummary.Builder |
description(String description)
The description of the type version.
|
TypeVersionSummary.Builder |
timeCreated(Instant timeCreated)
When the version was registered.
|
TypeVersionSummary.Builder |
type(RegistryType type)
The kind of type.
|
TypeVersionSummary.Builder |
type(String type)
The kind of type.
|
TypeVersionSummary.Builder |
typeName(String typeName)
The name of the type.
|
TypeVersionSummary.Builder |
versionId(String versionId)
The ID of a specific version of the type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTypeVersionSummary.Builder type(String type)
The kind of type.
type - The kind of type.RegistryType,
RegistryTypeTypeVersionSummary.Builder type(RegistryType type)
The kind of type.
type - The kind of type.RegistryType,
RegistryTypeTypeVersionSummary.Builder typeName(String typeName)
The name of the type.
typeName - The name of the type.TypeVersionSummary.Builder versionId(String versionId)
The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the type version when it is registered.
versionId - The ID of a specific version of the type. The version ID is the value at the end of the Amazon
Resource Name (ARN) assigned to the type version when it is registered.TypeVersionSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the type version.
arn - The Amazon Resource Name (ARN) of the type version.TypeVersionSummary.Builder timeCreated(Instant timeCreated)
When the version was registered.
timeCreated - When the version was registered.TypeVersionSummary.Builder description(String description)
The description of the type version.
description - The description of the type version.Copyright © 2020. All rights reserved.