Interface S3LocationDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3LocationDescription.Builder,S3LocationDescription>,SdkBuilder<S3LocationDescription.Builder,S3LocationDescription>,SdkPojo
- Enclosing class:
- S3LocationDescription
public static interface S3LocationDescription.Builder extends SdkPojo, CopyableBuilder<S3LocationDescription.Builder,S3LocationDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3LocationDescription.BuilderbucketArn(String bucketArn)The Amazon Resource Name (ARN) of an S3 bucket.S3LocationDescription.BuilderfileKey(String fileKey)The file key for an object in an S3 bucket.S3LocationDescription.BuilderobjectVersion(String objectVersion)The version of an object in an S3 bucket.-
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
-
bucketArn
S3LocationDescription.Builder bucketArn(String bucketArn)
The Amazon Resource Name (ARN) of an S3 bucket.
- Parameters:
bucketArn- The Amazon Resource Name (ARN) of an S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileKey
S3LocationDescription.Builder fileKey(String fileKey)
The file key for an object in an S3 bucket.
- Parameters:
fileKey- The file key for an object in an S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectVersion
S3LocationDescription.Builder objectVersion(String objectVersion)
The version of an object in an S3 bucket.
- Parameters:
objectVersion- The version of an object in an S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-