Interface DescribeLocationSmbResponse.Builder

    • Method Detail

      • locationArn

        DescribeLocationSmbResponse.Builder locationArn​(String locationArn)

        The Amazon Resource Name (ARN) of the SMB location that was described.

        Parameters:
        locationArn - The Amazon Resource Name (ARN) of the SMB location that was described.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • locationUri

        DescribeLocationSmbResponse.Builder locationUri​(String locationUri)

        The URL of the source SMB location that was described.

        Parameters:
        locationUri - The URL of the source SMB location that was described.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentArns

        DescribeLocationSmbResponse.Builder agentArns​(Collection<String> agentArns)

        The Amazon Resource Name (ARN) of the source SMB file system location that is created.

        Parameters:
        agentArns - The Amazon Resource Name (ARN) of the source SMB file system location that is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentArns

        DescribeLocationSmbResponse.Builder agentArns​(String... agentArns)

        The Amazon Resource Name (ARN) of the source SMB file system location that is created.

        Parameters:
        agentArns - The Amazon Resource Name (ARN) of the source SMB file system location that is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • user

        DescribeLocationSmbResponse.Builder user​(String user)

        The user who can mount the share, has the permissions to access files and folders in the SMB share.

        Parameters:
        user - The user who can mount the share, has the permissions to access files and folders in the SMB share.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domain

        DescribeLocationSmbResponse.Builder domain​(String domain)

        The name of the Windows domain that the SMB server belongs to.

        Parameters:
        domain - The name of the Windows domain that the SMB server belongs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mountOptions

        DescribeLocationSmbResponse.Builder mountOptions​(SmbMountOptions mountOptions)

        The mount options that are available for DataSync to use to access an SMB location.

        Parameters:
        mountOptions - The mount options that are available for DataSync to use to access an SMB location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        DescribeLocationSmbResponse.Builder creationTime​(Instant creationTime)

        The time that the SMB location was created.

        Parameters:
        creationTime - The time that the SMB location was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.