public final class S3OutpostResource extends Object implements S3Resource
S3Resource
that represents an S3 outpost resourceModifier and Type | Class and Description |
---|---|
static class |
S3OutpostResource.Builder
A builder for
S3OutpostResource objects. |
Modifier and Type | Method and Description |
---|---|
static S3OutpostResource.Builder |
builder()
Get a new builder for this class.
|
boolean |
equals(Object o) |
String |
getAccountId()
Gets the Amazon Web Services account ID associated with this bucket.
|
String |
getOutpostId()
Gets the outpost ID
|
S3Resource |
getParentS3Resource()
Gets the optional parent 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 S3OutpostResource.Builder builder()
public String getType()
getType
in interface S3Resource
public S3Resource getParentS3Resource()
S3Resource
getParentS3Resource
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 getOutpostId()
Copyright © 2022. All rights reserved.