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() |
S3Resource |
getParentS3Resource()
Gets the optional parent resource.
|
String |
getPartition() |
String |
getRegion() |
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()
getPartition
in interface AwsResource
public String getRegion()
getRegion
in interface AwsResource
public String getAccountId()
getAccountId
in interface AwsResource
public String getAccessPointName()
public static S3ObjectLambdasResource.Builder builder()
Copyright © 2021. All rights reserved.