Interface CreateAndAttachS3AccessPointOpenZFSConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CreateAndAttachS3AccessPointOpenZFSConfiguration.Builder,
,CreateAndAttachS3AccessPointOpenZFSConfiguration> SdkBuilder<CreateAndAttachS3AccessPointOpenZFSConfiguration.Builder,
,CreateAndAttachS3AccessPointOpenZFSConfiguration> SdkPojo
- Enclosing class:
CreateAndAttachS3AccessPointOpenZFSConfiguration
@Mutable
@NotThreadSafe
public static interface CreateAndAttachS3AccessPointOpenZFSConfiguration.Builder
extends SdkPojo, CopyableBuilder<CreateAndAttachS3AccessPointOpenZFSConfiguration.Builder,CreateAndAttachS3AccessPointOpenZFSConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionfileSystemIdentity
(Consumer<OpenZFSFileSystemIdentity.Builder> fileSystemIdentity) Specifies the file system user identity to use for authorizing file read and write requests that are made using this S3 access point.fileSystemIdentity
(OpenZFSFileSystemIdentity fileSystemIdentity) Specifies the file system user identity to use for authorizing file read and write requests that are made using this S3 access point.The ID of the FSx for OpenZFS volume to which you want the S3 access point attached.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
volumeId
The ID of the FSx for OpenZFS volume to which you want the S3 access point attached.
- Parameters:
volumeId
- The ID of the FSx for OpenZFS volume to which you want the S3 access point attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemIdentity
CreateAndAttachS3AccessPointOpenZFSConfiguration.Builder fileSystemIdentity(OpenZFSFileSystemIdentity fileSystemIdentity) Specifies the file system user identity to use for authorizing file read and write requests that are made using this S3 access point.
- Parameters:
fileSystemIdentity
- Specifies the file system user identity to use for authorizing file read and write requests that are made using this S3 access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemIdentity
default CreateAndAttachS3AccessPointOpenZFSConfiguration.Builder fileSystemIdentity(Consumer<OpenZFSFileSystemIdentity.Builder> fileSystemIdentity) Specifies the file system user identity to use for authorizing file read and write requests that are made using this S3 access point.
This is a convenience method that creates an instance of theOpenZFSFileSystemIdentity.Builder
avoiding the need to create one manually viaOpenZFSFileSystemIdentity.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofileSystemIdentity(OpenZFSFileSystemIdentity)
.- Parameters:
fileSystemIdentity
- a consumer that will call methods onOpenZFSFileSystemIdentity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-