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
Modifier and TypeMethodDescriptiondefault FileSystemEndpoints.Builder
intercluster
(Consumer<FileSystemEndpoint.Builder> intercluster) An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.intercluster
(FileSystemEndpoint intercluster) An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.default FileSystemEndpoints.Builder
management
(Consumer<FileSystemEndpoint.Builder> management) An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.management
(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 Details
-
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
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.Builder
avoiding the need to create one manually viaFileSystemEndpoint.builder()
.When the
Consumer
completes,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:
-
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
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.Builder
avoiding the need to create one manually viaFileSystemEndpoint.builder()
.When the
Consumer
completes,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:
-