Interface FsxUpdateProtocolSmb.Builder

  • Method Details

    • domain

      Specifies the name of the Windows domain that your storage virtual machine (SVM) belongs to.

      If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right SVM.

      Parameters:
      domain - Specifies the name of the Windows domain that your storage virtual machine (SVM) belongs to.

      If you have multiple Active Directory domains in your environment, configuring this parameter makes sure that DataSync connects to the right SVM.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mountOptions

      FsxUpdateProtocolSmb.Builder mountOptions(SmbMountOptions mountOptions)
      Sets the value of the MountOptions property for this object.
      Parameters:
      mountOptions - The new value for the MountOptions property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mountOptions

      default FsxUpdateProtocolSmb.Builder mountOptions(Consumer<SmbMountOptions.Builder> mountOptions)
      Sets the value of the MountOptions property for this object. This is a convenience method that creates an instance of the SmbMountOptions.Builder avoiding the need to create one manually via SmbMountOptions.builder().

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

      Parameters:
      mountOptions - a consumer that will call methods on SmbMountOptions.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • password

      Specifies the password of a user who has permission to access your SVM.

      Parameters:
      password - Specifies the password of a user who has permission to access your SVM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • user

      Specifies a user that can mount and access the files, folders, and metadata in your SVM.

      For information about choosing a user with the right level of access for your transfer, see Using the SMB protocol.

      Parameters:
      user - Specifies a user that can mount and access the files, folders, and metadata in your SVM.

      For information about choosing a user with the right level of access for your transfer, see Using the SMB protocol.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cmkSecretConfig

      FsxUpdateProtocolSmb.Builder cmkSecretConfig(CmkSecretConfig cmkSecretConfig)

      Specifies configuration information for a DataSync-managed secret, such as a Password or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed KMS key.

      Parameters:
      cmkSecretConfig - Specifies configuration information for a DataSync-managed secret, such as a Password or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed KMS key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cmkSecretConfig

      default FsxUpdateProtocolSmb.Builder cmkSecretConfig(Consumer<CmkSecretConfig.Builder> cmkSecretConfig)

      Specifies configuration information for a DataSync-managed secret, such as a Password or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed KMS key.

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

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

      Parameters:
      cmkSecretConfig - a consumer that will call methods on CmkSecretConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • customSecretConfig

      FsxUpdateProtocolSmb.Builder customSecretConfig(CustomSecretConfig customSecretConfig)

      Specifies configuration information for a customer-managed secret, such as a Password or set of credentials that DataSync uses to access a specific transfer location. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.

      Parameters:
      customSecretConfig - Specifies configuration information for a customer-managed secret, such as a Password or set of credentials that DataSync uses to access a specific transfer location. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customSecretConfig

      default FsxUpdateProtocolSmb.Builder customSecretConfig(Consumer<CustomSecretConfig.Builder> customSecretConfig)

      Specifies configuration information for a customer-managed secret, such as a Password or set of credentials that DataSync uses to access a specific transfer location. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.

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

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

      Parameters:
      customSecretConfig - a consumer that will call methods on CustomSecretConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: