Class S3AccessPointAttachmentReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.fsx.S3AccessPointAttachmentReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<S3AccessPointAttachmentReference>
- Enclosing interface:
S3AccessPointAttachmentReference
@Stability(Stable)
public static final class S3AccessPointAttachmentReference.Builder
extends Object
implements software.amazon.jsii.Builder<S3AccessPointAttachmentReference>
A builder for
S3AccessPointAttachmentReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3AccessPointAttachmentName(String s3AccessPointAttachmentName) Sets the value ofS3AccessPointAttachmentReference.getS3AccessPointAttachmentName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3AccessPointAttachmentName
@Stability(Stable) public S3AccessPointAttachmentReference.Builder s3AccessPointAttachmentName(String s3AccessPointAttachmentName) Sets the value ofS3AccessPointAttachmentReference.getS3AccessPointAttachmentName()- Parameters:
s3AccessPointAttachmentName- The Name of the S3AccessPointAttachment resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<S3AccessPointAttachmentReference>- Returns:
- a new instance of
S3AccessPointAttachmentReference - Throws:
NullPointerException- if any required attribute was not provided
-