Interface FieldSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FieldSummary.Builder,,FieldSummary> SdkBuilder<FieldSummary.Builder,,FieldSummary> SdkPojo
- Enclosing class:
FieldSummary
@Mutable
@NotThreadSafe
public static interface FieldSummary.Builder
extends SdkPojo, CopyableBuilder<FieldSummary.Builder,FieldSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondefault FieldSummary.Builderattributes(Consumer<FieldAttributes.Builder> attributes) Union of field attributes.attributes(FieldAttributes attributes) Union of field attributes.The Amazon Resource Name (ARN) of the field.The unique identifier of a field.Name of the field.The namespace of a field.namespace(FieldNamespace namespace) The namespace of a field.The type of a field.The type of a field.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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.
-
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.
-
type
The type of a field.
- Parameters:
type- The type of a field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of a field.
- Parameters:
type- The type of a field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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:
-
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:
-
attributes
Union of field attributes.
- Parameters:
attributes- Union of field attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
Union of field attributes.
This is a convenience method that creates an instance of theFieldAttributes.Builderavoiding the need to create one manually viaFieldAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattributes(FieldAttributes).- Parameters:
attributes- a consumer that will call methods onFieldAttributes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-