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