@Stability(value=Stable) public static final class S3AccessPointNames.Builder extends Object implements software.amazon.jsii.Builder<S3AccessPointNames>
S3AccessPointNames| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
S3AccessPointNames.Builder |
admin(String admin)
Sets the value of
S3AccessPointNames.getAdmin() |
S3AccessPointNames.Builder |
billing(String billing)
Sets the value of
S3AccessPointNames.getBilling() |
S3AccessPointNames |
build()
Builds the configured instance.
|
S3AccessPointNames.Builder |
customerSupport(String customerSupport)
Sets the value of
S3AccessPointNames.getCustomerSupport() |
S3AccessPointNames.Builder |
general(String general)
Sets the value of
S3AccessPointNames.getGeneral() |
@Stability(value=Stable) public S3AccessPointNames.Builder admin(String admin)
S3AccessPointNames.getAdmin()admin - The name of the S3 aceess point for the admin role in the redaction case. This parameter is required.this@Stability(value=Stable) public S3AccessPointNames.Builder billing(String billing)
S3AccessPointNames.getBilling()billing - The name of the S3 aceess point for the billing role in the redaction case. This parameter is required.this@Stability(value=Stable) public S3AccessPointNames.Builder customerSupport(String customerSupport)
S3AccessPointNames.getCustomerSupport()customerSupport - The name of the S3 aceess point for the customer support role in the redaction case. This parameter is required.this@Stability(value=Stable) public S3AccessPointNames.Builder general(String general)
S3AccessPointNames.getGeneral()general - The name of the S3 aceess point for the general role in the access control case. This parameter is required.this@Stability(value=Stable) public S3AccessPointNames build()
build in interface software.amazon.jsii.Builder<S3AccessPointNames>S3AccessPointNamesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.