Interface CreateStorageVirtualMachineRequest.Builder

  • Method Details

    • 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.
    • activeDirectoryConfiguration

      default CreateStorageVirtualMachineRequest.Builder activeDirectoryConfiguration(Consumer<CreateSvmActiveDirectoryConfiguration.Builder> 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.

      This is a convenience method that creates an instance of the CreateSvmActiveDirectoryConfiguration.Builder avoiding the need to create one manually via CreateSvmActiveDirectoryConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to activeDirectoryConfiguration(CreateSvmActiveDirectoryConfiguration).

      Parameters:
      activeDirectoryConfiguration - a consumer that will call methods on CreateSvmActiveDirectoryConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.
    • name

      The name of the SVM.

      Parameters:
      name - The name of the SVM.
      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

      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

      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

      Sets the value of the Tags property for this object. This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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:
    • 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:
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.