Interface CreateStorageVirtualMachineRequest.Builder

    • Method Detail

      • activeDirectoryConfiguration

        CreateStorageVirtualMachineRequest.Builder activeDirectoryConfiguration​(CreateSvmActiveDirectoryConfiguration activeDirectoryConfiguration)

        Describes the self-managed Microsoft Active Directory to which you want to join the SVM. Joining an Active Directory provides user authentication and access control for SMB clients, including Microsoft Windows and macOS clients accessing the file system.

        Parameters:
        activeDirectoryConfiguration - Describes the self-managed Microsoft Active Directory to which you want to join the SVM. Joining an Active Directory provides user authentication and access control for SMB clients, including Microsoft Windows and macOS clients accessing the file system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientRequestToken

        CreateStorageVirtualMachineRequest.Builder clientRequestToken​(String clientRequestToken)
        Sets the value of the ClientRequestToken property for this object.
        Parameters:
        clientRequestToken - The new value for the ClientRequestToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileSystemId

        CreateStorageVirtualMachineRequest.Builder fileSystemId​(String fileSystemId)
        Sets the value of the FileSystemId property for this object.
        Parameters:
        fileSystemId - The new value for the FileSystemId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • svmAdminPassword

        CreateStorageVirtualMachineRequest.Builder svmAdminPassword​(String svmAdminPassword)

        The password to use when managing the SVM using the NetApp ONTAP CLI or REST API. If you do not specify a password, you can still use the file system's fsxadmin user to manage the SVM.

        Parameters:
        svmAdminPassword - The password to use when managing the SVM using the NetApp ONTAP CLI or REST API. If you do not specify a password, you can still use the file system's fsxadmin user to manage the SVM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateStorageVirtualMachineRequest.Builder tags​(Collection<Tag> tags)
        Sets the value of the Tags property for this object.
        Parameters:
        tags - The new value for the Tags property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateStorageVirtualMachineRequest.Builder tags​(Tag... tags)
        Sets the value of the Tags property for this object.
        Parameters:
        tags - The new value for the Tags property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rootVolumeSecurityStyle

        CreateStorageVirtualMachineRequest.Builder rootVolumeSecurityStyle​(String rootVolumeSecurityStyle)

        The security style of the root volume of the SVM. Specify one of the following values:

        • UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account.

        • NTFS if the file system is managed by a Microsoft Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Microsoft Windows user as the service account.

        • MIXED This is an advanced setting. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide.

        Parameters:
        rootVolumeSecurityStyle - The security style of the root volume of the SVM. Specify one of the following values:

        • UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account.

        • NTFS if the file system is managed by a Microsoft Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Microsoft Windows user as the service account.

        • MIXED This is an advanced setting. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StorageVirtualMachineRootVolumeSecurityStyle, StorageVirtualMachineRootVolumeSecurityStyle
      • rootVolumeSecurityStyle

        CreateStorageVirtualMachineRequest.Builder rootVolumeSecurityStyle​(StorageVirtualMachineRootVolumeSecurityStyle rootVolumeSecurityStyle)

        The security style of the root volume of the SVM. Specify one of the following values:

        • UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account.

        • NTFS if the file system is managed by a Microsoft Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Microsoft Windows user as the service account.

        • MIXED This is an advanced setting. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide.

        Parameters:
        rootVolumeSecurityStyle - The security style of the root volume of the SVM. Specify one of the following values:

        • UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account.

        • NTFS if the file system is managed by a Microsoft Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Microsoft Windows user as the service account.

        • MIXED This is an advanced setting. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StorageVirtualMachineRootVolumeSecurityStyle, StorageVirtualMachineRootVolumeSecurityStyle