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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProviderSchemaAttribute.BuilderfieldName(String fieldName)The field name.ProviderSchemaAttribute.Builderhashing(Boolean hashing)The hashing attribute of the provider schema.ProviderSchemaAttribute.BuildersubType(String subType)The sub type of the provider schema attribute.ProviderSchemaAttribute.Buildertype(String type)The type of the provider schema attribute.ProviderSchemaAttribute.Buildertype(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
fieldName
ProviderSchemaAttribute.Builder fieldName(String 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
ProviderSchemaAttribute.Builder hashing(Boolean 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
ProviderSchemaAttribute.Builder subType(String 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
ProviderSchemaAttribute.Builder type(String 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:
SchemaAttributeType,SchemaAttributeType
-
type
ProviderSchemaAttribute.Builder type(SchemaAttributeType 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:
SchemaAttributeType,SchemaAttributeType
-
-