Class S3Location

    • Constructor Detail

      • S3Location

        public S3Location()
    • Method Detail

      • setBucket

        public void setBucket​(String bucket)

        Amazon S3 bucket identifier.

        Parameters:
        bucket - Amazon S3 bucket identifier.
      • getBucket

        public String getBucket()

        Amazon S3 bucket identifier.

        Returns:
        Amazon S3 bucket identifier.
      • withBucket

        public S3Location withBucket​(String bucket)

        Amazon S3 bucket identifier.

        Parameters:
        bucket - Amazon S3 bucket identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setKey

        public void setKey​(String key)

        Amazon S3 bucket key.

        Parameters:
        key - Amazon S3 bucket key.
      • getKey

        public String getKey()

        Amazon S3 bucket key.

        Returns:
        Amazon S3 bucket key.
      • withKey

        public S3Location withKey​(String key)

        Amazon S3 bucket key.

        Parameters:
        key - Amazon S3 bucket key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRoleArn

        public void setRoleArn​(String roleArn)
        Parameters:
        roleArn -
      • getRoleArn

        public String getRoleArn()
        Returns:
      • withRoleArn

        public S3Location withRoleArn​(String roleArn)
        Parameters:
        roleArn -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object