public static final class AccessPointAttributes.Builder
extends java.lang.Object
AccessPointAttributes
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AccessPointAttributes.Builder |
accessPointArn(java.lang.String accessPointArn)
Sets the value of
AccessPointAttributes.getAccessPointArn() |
AccessPointAttributes.Builder |
accessPointCreationDate(java.lang.String accessPointCreationDate)
Sets the value of
AccessPointAttributes.getAccessPointCreationDate() |
AccessPointAttributes |
build()
Builds the configured instance.
|
public AccessPointAttributes.Builder accessPointArn(java.lang.String accessPointArn)
AccessPointAttributes.getAccessPointArn()
accessPointArn
- The ARN of the access point. This parameter is required.this
public AccessPointAttributes.Builder accessPointCreationDate(java.lang.String accessPointCreationDate)
AccessPointAttributes.getAccessPointCreationDate()
accessPointCreationDate
- The creation data of the access point. This parameter is required.this
public AccessPointAttributes build()
AccessPointAttributes
java.lang.NullPointerException
- if any required attribute was not provided