Interface ProviderSchemaAttribute.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProviderSchemaAttribute.Builder,
,ProviderSchemaAttribute> SdkBuilder<ProviderSchemaAttribute.Builder,
,ProviderSchemaAttribute> SdkPojo
- Enclosing class:
ProviderSchemaAttribute
public static interface ProviderSchemaAttribute.Builder
extends SdkPojo, CopyableBuilder<ProviderSchemaAttribute.Builder,ProviderSchemaAttribute>
-
Method Summary
Modifier and TypeMethodDescriptionThe field name.The hashing attribute of the provider schema.The sub type of the provider schema attribute.The type of the provider schema attribute.type
(SchemaAttributeType type) The type of the provider schema attribute.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 Details
-
fieldName
The field name.
- Parameters:
fieldName
- The field name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hashing
The hashing attribute of the provider schema.
- Parameters:
hashing
- The hashing attribute of the provider schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subType
The sub type of the provider schema attribute.
- Parameters:
subType
- The sub type of the provider schema attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the provider schema attribute.
- Parameters:
type
- The type of the provider schema attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the provider schema attribute.
- Parameters:
type
- The type of the provider schema attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-