Interface CustomS3Location.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CustomS3Location.Builder,,- CustomS3Location> - SdkBuilder<CustomS3Location.Builder,,- CustomS3Location> - SdkPojo
- Enclosing class:
- CustomS3Location
@Mutable
@NotThreadSafe
public static interface CustomS3Location.Builder
extends SdkPojo, CopyableBuilder<CustomS3Location.Builder,CustomS3Location> 
- 
Method SummaryModifier and TypeMethodDescriptionbucketOwnerAccountId(String bucketOwnerAccountId) The identifier of the Amazon Web Services account that owns the S3 bucket containing the content to ingest.The S3 URI of the file containing the content to ingest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
uriThe S3 URI of the file containing the content to ingest. - Parameters:
- uri- The S3 URI of the file containing the content to ingest.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
bucketOwnerAccountIdThe identifier of the Amazon Web Services account that owns the S3 bucket containing the content to ingest. - Parameters:
- bucketOwnerAccountId- The identifier of the Amazon Web Services account that owns the S3 bucket containing the content to ingest.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-