Interface PsAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PsAttributes.Builder,PsAttributes>,SdkBuilder<PsAttributes.Builder,PsAttributes>,SdkPojo
- Enclosing class:
- PsAttributes
public static interface PsAttributes.Builder extends SdkPojo, CopyableBuilder<PsAttributes.Builder,PsAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PsAttributes.Builderencoding(String encoding)The character set encoding of the data set.PsAttributes.Builderformat(String format)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, sdkFields
-
-
-
-
Method Detail
-
encoding
PsAttributes.Builder encoding(String 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
PsAttributes.Builder format(String 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.
-
-