Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
static S3AccessPointResource.Builder |
S3AccessPointResource.builder()
Get a new builder for this class.
|
S3AccessPointResource.Builder |
S3AccessPointResource.Builder.withAccessPointName(String accessPointName)
The name of the S3 access point.
|
S3AccessPointResource.Builder |
S3AccessPointResource.Builder.withAccountId(String accountId)
The AWS account ID associated with the access point.
|
S3AccessPointResource.Builder |
S3AccessPointResource.Builder.withParentS3Resource(S3Resource parentS3Resource)
The S3 resource this access point is associated with (contained within).
|
S3AccessPointResource.Builder |
S3AccessPointResource.Builder.withPartition(String partition)
The AWS partition associated with the access point.
|
S3AccessPointResource.Builder |
S3AccessPointResource.Builder.withRegion(String region)
The AWS region associated with the access point.
|
Copyright © 2021. All rights reserved.