Class S3Action
java.lang.Object
com.amazonaws.services.iot.model.S3Action
- All Implemented Interfaces:
Serializable, Cloneable
Describes an action to write data to an Amazon S3 bucket.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe Amazon S3 bucket.getKey()The object key.The ARN of the IAM role that grants access.inthashCode()voidsetBucketName(String bucketName) The Amazon S3 bucket.voidThe object key.voidsetRoleArn(String roleArn) The ARN of the IAM role that grants access.toString()Returns a string representation of this object; useful for testing and debugging.withBucketName(String bucketName) The Amazon S3 bucket.The object key.withRoleArn(String roleArn) The ARN of the IAM role that grants access.
-
Constructor Details
-
S3Action
public S3Action()
-
-
Method Details
-
setRoleArn
The ARN of the IAM role that grants access.
- Parameters:
roleArn- The ARN of the IAM role that grants access.
-
getRoleArn
The ARN of the IAM role that grants access.
- Returns:
- The ARN of the IAM role that grants access.
-
withRoleArn
-
setBucketName
The Amazon S3 bucket.
- Parameters:
bucketName- The Amazon S3 bucket.
-
getBucketName
-
withBucketName
-
setKey
-
getKey
-
withKey
-
toString
-
equals
-
hashCode
-
clone
-