public final class S3AccessPointResource extends Object implements S3Resource
S3Resource
that represents an S3 access point.Modifier and Type | Class and Description |
---|---|
static class |
S3AccessPointResource.Builder
A builder for
S3AccessPointResource objects. |
Modifier and Type | Method and Description |
---|---|
static S3AccessPointResource.Builder |
builder()
Get a new builder for this class.
|
boolean |
equals(Object o) |
String |
getAccessPointName()
Gets the name of the access point.
|
String |
getAccountId()
Gets the AWS account ID associated with this bucket.
|
String |
getPartition()
Gets the AWS partition name associated with this access point (e.g.: 'aws').
|
String |
getRegion()
Gets the AWS region name associated with this bucket (e.g.: 'us-east-1').
|
String |
getType()
Gets the resource type for this access point.
|
int |
hashCode() |
public static S3AccessPointResource.Builder builder()
public String getType()
getType
in interface S3Resource
public String getPartition()
getPartition
in interface AwsResource
public String getRegion()
getRegion
in interface AwsResource
public String getAccountId()
getAccountId
in interface AwsResource
public String getAccessPointName()