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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
roleArnThe 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.
 
- 
bucketNameThe Amazon S3 bucket. - Parameters:
- bucketName- The Amazon S3 bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
keyThe 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.
 
- 
cannedAclThe 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:
 
- 
cannedAclThe 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:
 
 
-