public static interface GetFieldResponse.Builder extends SdkPojo, CopyableBuilder<GetFieldResponse.Builder,GetFieldResponse>
| Modifier and Type | Method and Description |
|---|---|
GetFieldResponse.Builder |
description(String description)
Description of the field.
|
GetFieldResponse.Builder |
fieldArn(String fieldArn)
The Amazon Resource Name (ARN) of the field.
|
GetFieldResponse.Builder |
fieldId(String fieldId)
Unique identifier of the field.
|
GetFieldResponse.Builder |
name(String name)
Name of the field.
|
GetFieldResponse.Builder |
namespace(FieldNamespace namespace)
Namespace of the field.
|
GetFieldResponse.Builder |
namespace(String namespace)
Namespace of the field.
|
GetFieldResponse.Builder |
tags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource.
|
GetFieldResponse.Builder |
type(FieldType type)
Type of the field.
|
GetFieldResponse.Builder |
type(String type)
Type of the field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFieldResponse.Builder description(String description)
Description of the field.
description - Description of the field.GetFieldResponse.Builder fieldArn(String fieldArn)
The Amazon Resource Name (ARN) of the field.
fieldArn - The Amazon Resource Name (ARN) of the field.GetFieldResponse.Builder fieldId(String fieldId)
Unique identifier of the field.
fieldId - Unique identifier of the field.GetFieldResponse.Builder name(String name)
Name of the field.
name - Name of the field.GetFieldResponse.Builder namespace(String namespace)
Namespace of the field.
namespace - Namespace of the field.FieldNamespace,
FieldNamespaceGetFieldResponse.Builder namespace(FieldNamespace namespace)
Namespace of the field.
namespace - Namespace of the field.FieldNamespace,
FieldNamespaceGetFieldResponse.Builder tags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
tags - A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or
control access for this resource.GetFieldResponse.Builder type(String type)
Type of the field.
GetFieldResponse.Builder type(FieldType type)
Type of the field.
Copyright © 2023. All rights reserved.