Interface TaxRegistrationDocument.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TaxRegistrationDocument.Builder,TaxRegistrationDocument>,SdkBuilder<TaxRegistrationDocument.Builder,TaxRegistrationDocument>,SdkPojo
- Enclosing class:
- TaxRegistrationDocument
public static interface TaxRegistrationDocument.Builder extends SdkPojo, CopyableBuilder<TaxRegistrationDocument.Builder,TaxRegistrationDocument>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TaxRegistrationDocument.Builderfile(Consumer<TaxRegistrationDocFile.Builder> file)The tax registration document.TaxRegistrationDocument.Builderfile(TaxRegistrationDocFile file)The tax registration document.default TaxRegistrationDocument.Builders3Location(Consumer<SourceS3Location.Builder> s3Location)The Amazon S3 location where your tax registration document is stored.TaxRegistrationDocument.Builders3Location(SourceS3Location s3Location)The Amazon S3 location where your tax registration document is stored.-
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
-
file
TaxRegistrationDocument.Builder file(TaxRegistrationDocFile file)
The tax registration document.
- Parameters:
file- The tax registration document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
file
default TaxRegistrationDocument.Builder file(Consumer<TaxRegistrationDocFile.Builder> file)
The tax registration document.
This is a convenience method that creates an instance of theTaxRegistrationDocFile.Builderavoiding the need to create one manually viaTaxRegistrationDocFile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofile(TaxRegistrationDocFile).- Parameters:
file- a consumer that will call methods onTaxRegistrationDocFile.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
file(TaxRegistrationDocFile)
-
s3Location
TaxRegistrationDocument.Builder s3Location(SourceS3Location s3Location)
The Amazon S3 location where your tax registration document is stored.
- Parameters:
s3Location- The Amazon S3 location where your tax registration document is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Location
default TaxRegistrationDocument.Builder s3Location(Consumer<SourceS3Location.Builder> s3Location)
The Amazon S3 location where your tax registration document is stored.
This is a convenience method that creates an instance of theSourceS3Location.Builderavoiding the need to create one manually viaSourceS3Location.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Location(SourceS3Location).- Parameters:
s3Location- a consumer that will call methods onSourceS3Location.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3Location(SourceS3Location)
-
-