Interface DocumentOutputAdditionalFileFormat.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentOutputAdditionalFileFormat.Builder,DocumentOutputAdditionalFileFormat>,SdkBuilder<DocumentOutputAdditionalFileFormat.Builder,DocumentOutputAdditionalFileFormat>,SdkPojo
- Enclosing class:
- DocumentOutputAdditionalFileFormat
public static interface DocumentOutputAdditionalFileFormat.Builder extends SdkPojo, CopyableBuilder<DocumentOutputAdditionalFileFormat.Builder,DocumentOutputAdditionalFileFormat>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentOutputAdditionalFileFormat.Builderstate(String state)Sets the value of the State property for this object.DocumentOutputAdditionalFileFormat.Builderstate(State state)Sets the value of the State property for this object.-
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 Detail
-
state
DocumentOutputAdditionalFileFormat.Builder state(String state)
Sets the value of the State property for this object.
-
state
DocumentOutputAdditionalFileFormat.Builder state(State state)
Sets the value of the State property for this object.
-
-