Interface DocumentOutputTextFormat.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentOutputTextFormat.Builder,DocumentOutputTextFormat>,SdkBuilder<DocumentOutputTextFormat.Builder,DocumentOutputTextFormat>,SdkPojo
- Enclosing class:
- DocumentOutputTextFormat
public static interface DocumentOutputTextFormat.Builder extends SdkPojo, CopyableBuilder<DocumentOutputTextFormat.Builder,DocumentOutputTextFormat>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentOutputTextFormat.Buildertypes(Collection<DocumentOutputTextFormatType> types)Sets the value of the Types property for this object.DocumentOutputTextFormat.Buildertypes(DocumentOutputTextFormatType... types)Sets the value of the Types property for this object.DocumentOutputTextFormat.BuildertypesWithStrings(String... types)Sets the value of the Types property for this object.DocumentOutputTextFormat.BuildertypesWithStrings(Collection<String> types)Sets the value of the Types 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
-
typesWithStrings
DocumentOutputTextFormat.Builder typesWithStrings(Collection<String> types)
Sets the value of the Types property for this object.- Parameters:
types- The new value for the Types property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typesWithStrings
DocumentOutputTextFormat.Builder typesWithStrings(String... types)
Sets the value of the Types property for this object.- Parameters:
types- The new value for the Types property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
DocumentOutputTextFormat.Builder types(Collection<DocumentOutputTextFormatType> types)
Sets the value of the Types property for this object.- Parameters:
types- The new value for the Types property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
DocumentOutputTextFormat.Builder types(DocumentOutputTextFormatType... types)
Sets the value of the Types property for this object.- Parameters:
types- The new value for the Types property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-