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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomS3Location.BuilderbucketOwnerAccountId(String bucketOwnerAccountId)The identifier of the Amazon Web Services account that owns the S3 bucket containing the content to ingest.CustomS3Location.Builderuri(String uri)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 Detail
-
uri
CustomS3Location.Builder uri(String 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.
-
bucketOwnerAccountId
CustomS3Location.Builder bucketOwnerAccountId(String 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.
-
-