Interface FieldSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FieldSummary.Builder,FieldSummary>,SdkBuilder<FieldSummary.Builder,FieldSummary>,SdkPojo
- Enclosing class:
- FieldSummary
public static interface FieldSummary.Builder extends SdkPojo, CopyableBuilder<FieldSummary.Builder,FieldSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldSummary.BuilderfieldArn(String fieldArn)The Amazon Resource Name (ARN) of the field.FieldSummary.BuilderfieldId(String fieldId)The unique identifier of a field.FieldSummary.Buildername(String name)Name of the field.FieldSummary.Buildernamespace(String namespace)The namespace of a field.FieldSummary.Buildernamespace(FieldNamespace namespace)The namespace of a field.FieldSummary.Buildertype(String type)The type of a field.FieldSummary.Buildertype(FieldType type)The type of a 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
-
fieldArn
FieldSummary.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
FieldSummary.Builder fieldId(String fieldId)
The unique identifier of a field.
- Parameters:
fieldId- The unique identifier of a field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
FieldSummary.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
FieldSummary.Builder namespace(String namespace)
The namespace of a field.
- Parameters:
namespace- The namespace of a field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FieldNamespace,FieldNamespace
-
namespace
FieldSummary.Builder namespace(FieldNamespace namespace)
The namespace of a field.
- Parameters:
namespace- The namespace of a field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FieldNamespace,FieldNamespace
-
type
FieldSummary.Builder type(String type)
The type of a field.
-
type
FieldSummary.Builder type(FieldType type)
The type of a field.
-
-