Uses of Interface
software.amazon.awssdk.services.iot.model.S3Action.Builder
-
Packages that use S3Action.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of S3Action.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return S3Action.Builder Modifier and Type Method Description S3Action.BuilderS3Action.Builder. bucketName(String bucketName)The Amazon S3 bucket.static S3Action.BuilderS3Action. builder()S3Action.BuilderS3Action.Builder. cannedAcl(String cannedAcl)The Amazon S3 canned ACL that controls access to the object identified by the object key.S3Action.BuilderS3Action.Builder. cannedAcl(CannedAccessControlList cannedAcl)The Amazon S3 canned ACL that controls access to the object identified by the object key.S3Action.BuilderS3Action.Builder. key(String key)The object key.S3Action.BuilderS3Action.Builder. roleArn(String roleArn)The ARN of the IAM role that grants access.S3Action.BuilderS3Action. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type S3Action.Builder Modifier and Type Method Description static Class<? extends S3Action.Builder>S3Action. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type S3Action.Builder Modifier and Type Method Description default Action.BuilderAction.Builder. s3(Consumer<S3Action.Builder> s3)Write to an Amazon S3 bucket.
-