public final class S3ObjectLambdasResource extends Object implements S3Resource
S3Resource that represents an S3 Object Lambdas resource.| Modifier and Type | Class and Description |
|---|---|
static class |
S3ObjectLambdasResource.Builder
A builder for
S3OutpostResource objects. |
| Modifier and Type | Method and Description |
|---|---|
static S3ObjectLambdasResource.Builder |
builder () |
boolean |
equals (Object o) |
String |
getAccessPointName () |
String |
getAccountId ()
Gets the account ID associated with the AWS Resource.
|
S3Resource |
getParentS3Resource ()
Gets the optional parent resource.
|
String |
getPartition ()
Gets the partition associated with the AWS Resource (e.g.: 'aws').
|
String |
getRegion ()
Gets the region associated with the AWS Resource (e.g.: 'us-east-1').
|
String |
getType ()
Gets the type of S3 resource represented by this object (e.g.: 'bucket_name').
|
int |
hashCode () |
public String getType()
S3Resource S3ResourceType for
a list and description of all valid types.getType in interface S3Resource public S3Resource getParentS3Resource()
S3Resource getParentS3Resource in interface S3Resource public String getPartition()
AwsResource getPartition in interface AwsResource public String getRegion()
AwsResource getRegion in interface AwsResource public String getAccountId()
AwsResource getAccountId in interface AwsResource public String getAccessPointName()
public static S3ObjectLambdasResource.Builder builder()