Interface DescribeLocationObjectStorageResponse.Builder

    • Method Detail

      • locationArn

        DescribeLocationObjectStorageResponse.Builder locationArn​(String locationArn)

        The ARN of the object storage system location.

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

        DescribeLocationObjectStorageResponse.Builder locationUri​(String locationUri)

        The URI of the object storage system location.

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

        DescribeLocationObjectStorageResponse.Builder accessKey​(String accessKey)

        The access key (for example, a user name) required to authenticate with the object storage system.

        Parameters:
        accessKey - The access key (for example, a user name) required to authenticate with the object storage system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serverPort

        DescribeLocationObjectStorageResponse.Builder serverPort​(Integer serverPort)

        The port that your object storage server accepts inbound network traffic on (for example, port 443).

        Parameters:
        serverPort - The port that your object storage server accepts inbound network traffic on (for example, port 443).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentArns

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

        The ARNs of the DataSync agents that can connect with your object storage system.

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

        DescribeLocationObjectStorageResponse.Builder agentArns​(String... agentArns)

        The ARNs of the DataSync agents that can connect with your object storage system.

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

        DescribeLocationObjectStorageResponse.Builder creationTime​(Instant creationTime)

        The time that the location was created.

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

        DescribeLocationObjectStorageResponse.Builder serverCertificate​(SdkBytes serverCertificate)

        The certificate chain for DataSync to authenticate with your object storage system if the system uses a private or self-signed certificate authority (CA).

        Parameters:
        serverCertificate - The certificate chain for DataSync to authenticate with your object storage system if the system uses a private or self-signed certificate authority (CA).
        Returns:
        Returns a reference to this object so that method calls can be chained together.