Interface DescribeLocationSmbResponse.Builder

    • Method Detail

      • locationArn

        DescribeLocationSmbResponse.Builder locationArn​(String locationArn)

        The ARN of the SMB location.

        Parameters:
        locationArn - The ARN of the SMB location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • locationUri

        DescribeLocationSmbResponse.Builder locationUri​(String locationUri)

        The URI of the SMB location.

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

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

        The ARNs of the DataSync agents that can connect with your SMB file server.

        Parameters:
        agentArns - The ARNs of the DataSync agents that can connect with your SMB file server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentArns

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

        The ARNs of the DataSync agents that can connect with your SMB file server.

        Parameters:
        agentArns - The ARNs of the DataSync agents that can connect with your SMB file server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • user

        DescribeLocationSmbResponse.Builder user​(String user)

        The user that can mount and access the files, folders, and file metadata in your SMB file server.

        Parameters:
        user - The user that can mount and access the files, folders, and file metadata in your SMB file server.
        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 Microsoft Active Directory domain that the SMB file server belongs to.

        Parameters:
        domain - The name of the Microsoft Active Directory domain that the SMB file 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 protocol that DataSync use to access your SMB file.

        Parameters:
        mountOptions - The protocol that DataSync use to access your SMB file.
        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.