@Stability(value=Stable) 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 |
accessPointId(String accessPointId)
Sets the value of
AccessPointAttributes.getAccessPointId() |
AccessPointAttributes |
build()
Builds the configured instance.
|
AccessPointAttributes.Builder |
fileSystem(IFileSystem fileSystem)
Sets the value of
AccessPointAttributes.getFileSystem() |
@Stability(value=Stable) public AccessPointAttributes.Builder accessPointArn(String accessPointArn)
AccessPointAttributes.getAccessPointArn()accessPointArn - The ARN of the AccessPoint One of this, or accessPointId is required.this@Stability(value=Stable) public AccessPointAttributes.Builder accessPointId(String accessPointId)
AccessPointAttributes.getAccessPointId()accessPointId - The ID of the AccessPoint One of this, or accessPointArn is required.this@Stability(value=Stable) public AccessPointAttributes.Builder fileSystem(IFileSystem fileSystem)
AccessPointAttributes.getFileSystem()fileSystem - The EFS file system.this@Stability(value=Stable) public AccessPointAttributes build()
build in interface software.amazon.jsii.Builder<AccessPointAttributes>AccessPointAttributesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.