@Stability(value=Experimental) public static final class AccessPointAttributes.Builder extends Object implements software.amazon.jsii.Builder<AccessPointAttributes>
AccessPointAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AccessPointAttributes.Builder |
accessPointArn(String accessPointArn)
Sets the value of
AccessPointAttributes.getAccessPointArn() |
AccessPointAttributes.Builder |
accessPointCreationDate(String accessPointCreationDate)
Sets the value of
AccessPointAttributes.getAccessPointCreationDate() |
AccessPointAttributes |
build()
Builds the configured instance.
|
@Stability(value=Experimental) public AccessPointAttributes.Builder accessPointArn(String accessPointArn)
AccessPointAttributes.getAccessPointArn()accessPointArn - The ARN of the access point. This parameter is required.this@Stability(value=Experimental) public AccessPointAttributes.Builder accessPointCreationDate(String accessPointCreationDate)
AccessPointAttributes.getAccessPointCreationDate()accessPointCreationDate - The creation data of the access point. This parameter is required.this@Stability(value=Experimental) public AccessPointAttributes build()
build in interface software.amazon.jsii.Builder<AccessPointAttributes>AccessPointAttributesNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.