public final class S3OutpostResource extends Object implements S3Resource
S3Resource that represents an S3 outpost resource| Modifier and Type | Class and Description |
|---|---|
static class |
S3OutpostResource.Builder
A builder for
S3OutpostResource objects. |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
accountId()
Gets the AWS account ID associated with this bucket.
|
static S3OutpostResource.Builder |
builder()
Get a new builder for this class.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
outpostId()
Gets the outpost ID
|
Optional<String> |
partition()
Gets the AWS partition name associated with this access point (e.g.: 'aws').
|
Optional<String> |
region()
Gets the AWS region name associated with this bucket (e.g.: 'us-east-1').
|
String |
type()
Gets the resource type for this access point.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitoverrideSigner, parentS3Resourcepublic static S3OutpostResource.Builder builder()
public String type()
type in interface S3Resourcepublic Optional<String> partition()
partition in interface AwsResourcepublic Optional<String> region()
region in interface AwsResourcepublic Optional<String> accountId()
accountId in interface AwsResourcepublic String outpostId()
Copyright © 2022. All rights reserved.