Interface DescribeLocationObjectStorageResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeLocationObjectStorageResponse.Builder,DescribeLocationObjectStorageResponse>, DataSyncResponse.Builder, SdkBuilder<DescribeLocationObjectStorageResponse.Builder,DescribeLocationObjectStorageResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeLocationObjectStorageResponse

  • Method Details

    • 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

      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

      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

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

      DescribeLocationObjectStorageResponse.Builder serverProtocol(String serverProtocol)

      The protocol that your object storage system uses to communicate.

      Parameters:
      serverProtocol - The protocol that your object storage system uses to communicate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • serverProtocol

      The protocol that your object storage system uses to communicate.

      Parameters:
      serverProtocol - The protocol that your object storage system uses to communicate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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.