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 Amazon Web Services account ID associated with this bucket.
|
S3Resource |
getParentS3Resource()
Gets the optional parent s3 resource
|
String |
getPartition()
Gets the Amazon Web Services partition name associated with this access point (e.g.: 'aws').
|
String |
getRegion()
Gets the Amazon Web Services 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()
public S3Resource getParentS3Resource()
getParentS3Resource
in interface S3Resource