| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static AccessPoint.Builder |
AccessPoint.builder() |
AccessPoint.Builder |
AccessPoint.Builder.name(String name)
The name of this access point.
|
AccessPoint.Builder |
AccessPoint.Builder.networkOrigin(NetworkOrigin networkOrigin)
Indicates whether this access point allows access from the public internet.
|
AccessPoint.Builder |
AccessPoint.Builder.networkOrigin(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccessPoint.Builder> |
AccessPoint.serializableBuilderClass() |
Copyright © 2022. All rights reserved.