Interface PoDetailAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PoDetailAttributes.Builder,
,PoDetailAttributes> SdkBuilder<PoDetailAttributes.Builder,
,PoDetailAttributes> SdkPojo
- Enclosing class:
PoDetailAttributes
@Mutable
@NotThreadSafe
public static interface PoDetailAttributes.Builder
extends SdkPojo, CopyableBuilder<PoDetailAttributes.Builder,PoDetailAttributes>
-
Method Summary
Modifier and TypeMethodDescriptionThe character set encoding of the data set.The format of the data set records.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
-
encoding
The character set encoding of the data set.
- Parameters:
encoding
- The character set encoding 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 records.
- Parameters:
format
- The format of the data set records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-