Interface S3AccessPointOntapConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<S3AccessPointOntapConfiguration.Builder,,S3AccessPointOntapConfiguration> SdkBuilder<S3AccessPointOntapConfiguration.Builder,,S3AccessPointOntapConfiguration> SdkPojo
- Enclosing class:
S3AccessPointOntapConfiguration
@Mutable
@NotThreadSafe
public static interface S3AccessPointOntapConfiguration.Builder
extends SdkPojo, CopyableBuilder<S3AccessPointOntapConfiguration.Builder,S3AccessPointOntapConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionfileSystemIdentity(Consumer<OntapFileSystemIdentity.Builder> fileSystemIdentity) The file system identity used to authorize file access requests made using the S3 access point.fileSystemIdentity(OntapFileSystemIdentity fileSystemIdentity) The file system identity used to authorize file access requests made using the S3 access point.The ID of the FSx for ONTAP volume that the S3 access point is attached to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
volumeId
The ID of the FSx for ONTAP volume that the S3 access point is attached to.
- Parameters:
volumeId- The ID of the FSx for ONTAP volume that the S3 access point is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemIdentity
S3AccessPointOntapConfiguration.Builder fileSystemIdentity(OntapFileSystemIdentity fileSystemIdentity) The file system identity used to authorize file access requests made using the S3 access point.
- Parameters:
fileSystemIdentity- The file system identity used to authorize file access requests made using the S3 access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemIdentity
default S3AccessPointOntapConfiguration.Builder fileSystemIdentity(Consumer<OntapFileSystemIdentity.Builder> fileSystemIdentity) The file system identity used to authorize file access requests made using the S3 access point.
This is a convenience method that creates an instance of theOntapFileSystemIdentity.Builderavoiding the need to create one manually viaOntapFileSystemIdentity.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofileSystemIdentity(OntapFileSystemIdentity).- Parameters:
fileSystemIdentity- a consumer that will call methods onOntapFileSystemIdentity.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-