Interface FileSystemEndpoints.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FileSystemEndpoints.Builder,FileSystemEndpoints>,SdkBuilder<FileSystemEndpoints.Builder,FileSystemEndpoints>,SdkPojo
- Enclosing class:
- FileSystemEndpoints
public static interface FileSystemEndpoints.Builder extends SdkPojo, CopyableBuilder<FileSystemEndpoints.Builder,FileSystemEndpoints>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default FileSystemEndpoints.Builderintercluster(Consumer<FileSystemEndpoint.Builder> intercluster)An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.FileSystemEndpoints.Builderintercluster(FileSystemEndpoint intercluster)An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.default FileSystemEndpoints.Buildermanagement(Consumer<FileSystemEndpoint.Builder> management)An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.FileSystemEndpoints.Buildermanagement(FileSystemEndpoint management)An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.-
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, sdkFields
-
-
-
-
Method Detail
-
intercluster
FileSystemEndpoints.Builder intercluster(FileSystemEndpoint intercluster)
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
- Parameters:
intercluster- An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intercluster
default FileSystemEndpoints.Builder intercluster(Consumer<FileSystemEndpoint.Builder> intercluster)
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
This is a convenience method that creates an instance of theFileSystemEndpoint.Builderavoiding the need to create one manually viaFileSystemEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointercluster(FileSystemEndpoint).- Parameters:
intercluster- a consumer that will call methods onFileSystemEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
intercluster(FileSystemEndpoint)
-
management
FileSystemEndpoints.Builder management(FileSystemEndpoint management)
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
- Parameters:
management- An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
management
default FileSystemEndpoints.Builder management(Consumer<FileSystemEndpoint.Builder> management)
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
This is a convenience method that creates an instance of theFileSystemEndpoint.Builderavoiding the need to create one manually viaFileSystemEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomanagement(FileSystemEndpoint).- Parameters:
management- a consumer that will call methods onFileSystemEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
management(FileSystemEndpoint)
-
-