Interface TaxDocuments.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TaxDocuments.Builder,
,TaxDocuments> SdkBuilder<TaxDocuments.Builder,
,TaxDocuments> SdkPojo
- Enclosing class:
TaxDocuments
@Mutable
@NotThreadSafe
public static interface TaxDocuments.Builder
extends SdkPojo, CopyableBuilder<TaxDocuments.Builder,TaxDocuments>
-
Method Summary
Modifier and TypeMethodDescriptiondefault TaxDocuments.Builder
Sets the value of the IND property for this object.ind
(INDTaxDocuments ind) Sets the value of the IND 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 Details
-
ind
Sets the value of the IND property for this object.- Parameters:
ind
- The new value for the IND property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ind
Sets the value of the IND property for this object. This is a convenience method that creates an instance of theINDTaxDocuments.Builder
avoiding the need to create one manually viaINDTaxDocuments.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toind(INDTaxDocuments)
.- Parameters:
ind
- a consumer that will call methods onINDTaxDocuments.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-