Class S3Bucket
- java.lang.Object
-
- software.amazon.awssdk.eventnotifications.s3.model.S3Bucket
-
public class S3Bucket extends Object
Bucket information.
-
-
Constructor Summary
Constructors Constructor Description S3Bucket(String name, UserIdentity ownerIdentity, String arn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getArn()
String
getName()
UserIdentity
getOwnerIdentity()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
S3Bucket
public S3Bucket(String name, UserIdentity ownerIdentity, String arn)
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the bucket name.
-
getOwnerIdentity
public UserIdentity getOwnerIdentity()
- Returns:
- the user identity containing the Amazon customer ID of the bucket owner.
-
getArn
public String getArn()
- Returns:
- The bucket ARN.
-
-