Interface GetFieldResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GetFieldResponse.Builder,GetFieldResponse>,SdkBuilder<GetFieldResponse.Builder,GetFieldResponse>,SdkPojo
- Enclosing class:
- GetFieldResponse
public static interface GetFieldResponse.Builder extends SdkPojo, CopyableBuilder<GetFieldResponse.Builder,GetFieldResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFieldResponse.Builderdescription(String description)Description of the field.GetFieldResponse.BuilderfieldArn(String fieldArn)The Amazon Resource Name (ARN) of the field.GetFieldResponse.BuilderfieldId(String fieldId)Unique identifier of the field.GetFieldResponse.Buildername(String name)Name of the field.GetFieldResponse.Buildernamespace(String namespace)Namespace of the field.GetFieldResponse.Buildernamespace(FieldNamespace namespace)Namespace of the field.GetFieldResponse.Buildertags(Map<String,String> tags)A map of of key-value pairs that represent tags on a resource.GetFieldResponse.Buildertype(String type)Type of the field.GetFieldResponse.Buildertype(FieldType type)Type of the field.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
description
GetFieldResponse.Builder description(String description)
Description of the field.
- Parameters:
description- Description of the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldArn
GetFieldResponse.Builder fieldArn(String fieldArn)
The Amazon Resource Name (ARN) of the field.
- Parameters:
fieldArn- The Amazon Resource Name (ARN) of the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldId
GetFieldResponse.Builder fieldId(String fieldId)
Unique identifier of the field.
- Parameters:
fieldId- Unique identifier of the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetFieldResponse.Builder name(String name)
Name of the field.
- Parameters:
name- Name of the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
GetFieldResponse.Builder namespace(String namespace)
Namespace of the field.
- Parameters:
namespace- Namespace of the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FieldNamespace,FieldNamespace
-
namespace
GetFieldResponse.Builder namespace(FieldNamespace namespace)
Namespace of the field.
- Parameters:
namespace- Namespace of the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FieldNamespace,FieldNamespace
-
tags
GetFieldResponse.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
GetFieldResponse.Builder type(String type)
Type of the field.
-
type
GetFieldResponse.Builder type(FieldType type)
Type of the field.
-
-