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
Modifier and TypeMethodDescriptionThe character set encoding of the data set.The format of the data set records.memberFileExtensions
(String... memberFileExtensions) An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.memberFileExtensions
(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 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.
-
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
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.
-