Interface PoAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PoAttributes.Builder,PoAttributes>,SdkBuilder<PoAttributes.Builder,PoAttributes>,SdkPojo
- Enclosing class:
- PoAttributes
public static interface PoAttributes.Builder extends SdkPojo, CopyableBuilder<PoAttributes.Builder,PoAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PoAttributes.Builderencoding(String encoding)The character set encoding of the data set.PoAttributes.Builderformat(String format)The format of the data set records.PoAttributes.BuildermemberFileExtensions(String... memberFileExtensions)An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.PoAttributes.BuildermemberFileExtensions(Collection<String> memberFileExtensions)An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.-
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
PoAttributes.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
PoAttributes.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.
-
memberFileExtensions
PoAttributes.Builder memberFileExtensions(Collection<String> memberFileExtensions)
An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.
- Parameters:
memberFileExtensions- An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberFileExtensions
PoAttributes.Builder memberFileExtensions(String... memberFileExtensions)
An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.
- Parameters:
memberFileExtensions- An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-