Interface S3Action.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3Action.Builder,
,S3Action> SdkBuilder<S3Action.Builder,
,S3Action> SdkPojo
- Enclosing class:
S3Action
@Mutable
@NotThreadSafe
public static interface S3Action.Builder
extends SdkPojo, CopyableBuilder<S3Action.Builder,S3Action>
-
Method Summary
Modifier and TypeMethodDescriptionbucketName
(String bucketName) The Amazon S3 bucket.The Amazon S3 canned ACL that controls access to the object identified by the object key.cannedAcl
(CannedAccessControlList cannedAcl) The Amazon S3 canned ACL that controls access to the object identified by the object key.The object key.The ARN of the IAM role that grants access.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
-
roleArn
The ARN of the IAM role that grants access.
- Parameters:
roleArn
- The ARN of the IAM role that grants access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketName
The Amazon S3 bucket.
- Parameters:
bucketName
- The Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
The object key. For more information, see Actions, resources, and condition keys for Amazon S3.
- Parameters:
key
- The object key. For more information, see Actions, resources, and condition keys for Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cannedAcl
The Amazon S3 canned ACL that controls access to the object identified by the object key. For more information, see S3 canned ACLs.
- Parameters:
cannedAcl
- The Amazon S3 canned ACL that controls access to the object identified by the object key. For more information, see S3 canned ACLs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cannedAcl
The Amazon S3 canned ACL that controls access to the object identified by the object key. For more information, see S3 canned ACLs.
- Parameters:
cannedAcl
- The Amazon S3 canned ACL that controls access to the object identified by the object key. For more information, see S3 canned ACLs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-