| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
S3Action.Builder |
S3Action.Builder.bucketName(String bucketName)
The Amazon S3 bucket.
|
static S3Action.Builder |
S3Action.builder() |
S3Action.Builder |
S3Action.Builder.cannedAcl(CannedAccessControlList cannedAcl)
The Amazon S3 canned ACL that controls access to the object identified by the object key.
|
S3Action.Builder |
S3Action.Builder.cannedAcl(String cannedAcl)
The Amazon S3 canned ACL that controls access to the object identified by the object key.
|
S3Action.Builder |
S3Action.Builder.key(String key)
The object key.
|
S3Action.Builder |
S3Action.Builder.roleArn(String roleArn)
The ARN of the IAM role that grants access.
|
S3Action.Builder |
S3Action.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Action.Builder> |
S3Action.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.s3(Consumer<S3Action.Builder> s3)
Write to an Amazon S3 bucket.
|
Copyright © 2020. All rights reserved.