AccessPoint.Builder |
AccessPoint.Builder.accessPointArn(String accessPointArn) |
The ARN for the access point.
|
AccessPoint.Builder |
AccessPoint.Builder.alias(String alias) |
The name or alias of the access point.
|
AccessPoint.Builder |
AccessPoint.Builder.bucket(String bucket) |
The name of the bucket associated with this access point.
|
AccessPoint.Builder |
AccessPoint.Builder.bucketAccountId(String bucketAccountId) |
The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
|
static AccessPoint.Builder |
AccessPoint.builder() |
|
AccessPoint.Builder |
AccessPoint.Builder.name(String name) |
The name of this access point.
|
AccessPoint.Builder |
AccessPoint.Builder.networkOrigin(String networkOrigin) |
Indicates whether this access point allows access from the public internet.
|
AccessPoint.Builder |
AccessPoint.Builder.networkOrigin(NetworkOrigin networkOrigin) |
Indicates whether this access point allows access from the public internet.
|
AccessPoint.Builder |
AccessPoint.toBuilder() |
|
default AccessPoint.Builder |
AccessPoint.Builder.vpcConfiguration(Consumer<VpcConfiguration.Builder> vpcConfiguration) |
The virtual private cloud (VPC) configuration for this access point, if one exists.
|
AccessPoint.Builder |
AccessPoint.Builder.vpcConfiguration(VpcConfiguration vpcConfiguration) |
The virtual private cloud (VPC) configuration for this access point, if one exists.
|