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 Summary
Modifier 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.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
-
bucketOwnerAccountId
The 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.
-
uri
The 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.
-