public static interface Type.Builder extends CopyableBuilder<Type.Builder,Type>
| Modifier and Type | Method and Description |
|---|---|
Type.Builder |
arn(String arn)
The type ARN.
|
Type.Builder |
definition(String definition)
The type definition.
|
Type.Builder |
description(String description)
The type description.
|
Type.Builder |
format(String format)
The type format: SDL or JSON.
|
Type.Builder |
format(TypeDefinitionFormat format)
The type format: SDL or JSON.
|
Type.Builder |
name(String name)
The type name.
|
copyapply, buildType.Builder name(String name)
The type name.
name - The type name.Type.Builder description(String description)
The type description.
description - The type description.Type.Builder arn(String arn)
The type ARN.
arn - The type ARN.Type.Builder definition(String definition)
The type definition.
definition - The type definition.Type.Builder format(String format)
The type format: SDL or JSON.
format - The type format: SDL or JSON.TypeDefinitionFormat,
TypeDefinitionFormatType.Builder format(TypeDefinitionFormat format)
The type format: SDL or JSON.
format - The type format: SDL or JSON.TypeDefinitionFormat,
TypeDefinitionFormatCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.