Interface GetUrlRequest.Builder

    • Method Detail

      • bucket

        GetUrlRequest.Builder bucket​(String bucket)
        Sets the value of the Bucket property for this object.
        Parameters:
        bucket - The new value for the Bucket property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        GetUrlRequest.Builder key​(String key)
        Sets the value of the Key property for this object.
        Parameters:
        key - The new value for the Key property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionId

        GetUrlRequest.Builder versionId​(String versionId)
        VersionId used to reference a specific version of the object.
        Parameters:
        versionId - VersionId used to reference a specific version of the object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • region

        GetUrlRequest.Builder region​(Region region)
        Sets the region to use for constructing the URL.
        Parameters:
        region - The region to use for constructing the URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoint

        GetUrlRequest.Builder endpoint​(URI endpoint)
        Sets the endpoint to use for constructing the URL.
        Parameters:
        endpoint - The endpoint to use for constructing the URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.