Interface DataSet.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataSet.Builder,
,DataSet> SdkBuilder<DataSet.Builder,
,DataSet> SdkPojo
- Enclosing class:
DataSet
@Mutable
@NotThreadSafe
public static interface DataSet.Builder
extends SdkPojo, CopyableBuilder<DataSet.Builder,DataSet>
-
Method Summary
Modifier and TypeMethodDescriptionThe CCSID of the data set.The format of the data set.The format of the data set.The length of the data set.The name of the data set.The type of the data set.type
(DataSetType type) The type of the data set.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 Details
-
type
The type of the data set.
- Parameters:
type
- The type of the data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the data set.
- Parameters:
type
- The type of the data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the data set.
- Parameters:
name
- The name of the data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ccsid
The CCSID of the data set.
- Parameters:
ccsid
- The CCSID of the data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
The format of the data set.
- Parameters:
format
- The format of the data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the data set.
- Parameters:
format
- The format of the data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
length
The length of the data set.
- Parameters:
length
- The length of the data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-