public final class S3ObjectLambdaResource extends Object implements S3Resource, ToCopyableBuilder<S3ObjectLambdaResource.Builder,S3ObjectLambdaResource>
S3Resource that represents an S3 Object Lambda resource.| Modifier and Type | Class and Description |
|---|---|
static class |
S3ObjectLambdaResource.Builder
A builder for
S3ObjectLambdaResource objects. |
| Modifier and Type | Method and Description |
|---|---|
String |
accessPointName()
Gets the name of the access point.
|
Optional<String> |
accountId()
Gets the AWS account ID associated with this bucket.
|
static S3ObjectLambdaResource.Builder |
builder()
Get a new builder for this class.
|
boolean |
equals(Object o) |
int |
hashCode() |
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').
|
S3ObjectLambdaResource.Builder |
toBuilder() |
String |
type()
Gets the resource type for this object lambda.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitoverrideSigner, parentS3Resourcecopypublic static S3ObjectLambdaResource.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 accessPointName()
public S3ObjectLambdaResource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3ObjectLambdaResource.Builder,S3ObjectLambdaResource>Copyright © 2022. All rights reserved.