static GetTypeResponse.Builder |
GetTypeResponse.builder() |
|
GetTypeResponse.Builder |
GetTypeResponse.Builder.directParentTypes(String... directParentTypes) |
The types that use this type.
|
GetTypeResponse.Builder |
GetTypeResponse.Builder.directParentTypes(Collection<String> directParentTypes) |
The types that use this type.
|
GetTypeResponse.Builder |
GetTypeResponse.Builder.directReferringTables(String... directReferringTables) |
The tables that use this type.
|
GetTypeResponse.Builder |
GetTypeResponse.Builder.directReferringTables(Collection<String> directReferringTables) |
The tables that use this type.
|
GetTypeResponse.Builder |
GetTypeResponse.Builder.fieldDefinitions(Collection<FieldDefinition> fieldDefinitions) |
The names and types that define this type.
|
GetTypeResponse.Builder |
GetTypeResponse.Builder.fieldDefinitions(Consumer<FieldDefinition.Builder>... fieldDefinitions) |
The names and types that define this type.
|
GetTypeResponse.Builder |
GetTypeResponse.Builder.fieldDefinitions(FieldDefinition... fieldDefinitions) |
The names and types that define this type.
|
GetTypeResponse.Builder |
GetTypeResponse.Builder.keyspaceArn(String keyspaceArn) |
The unique identifier of the keyspace that contains this type in the format of an Amazon Resource Name (ARN).
|
GetTypeResponse.Builder |
GetTypeResponse.Builder.keyspaceName(String keyspaceName) |
The name of the keyspace that contains this type.
|
GetTypeResponse.Builder |
GetTypeResponse.Builder.lastModifiedTimestamp(Instant lastModifiedTimestamp) |
The timestamp that shows when this type was last modified.
|
GetTypeResponse.Builder |
GetTypeResponse.Builder.maxNestingDepth(Integer maxNestingDepth) |
The level of nesting implemented for this type.
|
GetTypeResponse.Builder |
GetTypeResponse.Builder.status(String status) |
The status of this type.
|
GetTypeResponse.Builder |
GetTypeResponse.Builder.status(TypeStatus status) |
The status of this type.
|
GetTypeResponse.Builder |
GetTypeResponse.toBuilder() |
|
GetTypeResponse.Builder |
GetTypeResponse.Builder.typeName(String typeName) |
The name of the type.
|