Interface TaxDocuments.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TaxDocuments.Builder,TaxDocuments>,SdkBuilder<TaxDocuments.Builder,TaxDocuments>,SdkPojo
- Enclosing class:
- TaxDocuments
public static interface TaxDocuments.Builder extends SdkPojo, CopyableBuilder<TaxDocuments.Builder,TaxDocuments>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TaxDocuments.Builderind(Consumer<INDTaxDocuments.Builder> ind)Sets the value of the IND property for this object.TaxDocuments.Builderind(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, sdkFields
-
-
-
-
Method Detail
-
ind
TaxDocuments.Builder ind(INDTaxDocuments 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
default TaxDocuments.Builder ind(Consumer<INDTaxDocuments.Builder> ind)
Sets the value of the IND property for this object. This is a convenience method that creates an instance of theINDTaxDocuments.Builderavoiding the need to create one manually viaINDTaxDocuments.builder().When the
Consumercompletes,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:
ind(INDTaxDocuments)
-
-