Interface EnvironmentInfoDescription.Builder

    • Method Detail

      • ec2InstanceId

        EnvironmentInfoDescription.Builder ec2InstanceId​(String ec2InstanceId)

        The Amazon EC2 Instance ID for this information.

        Parameters:
        ec2InstanceId - The Amazon EC2 Instance ID for this information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sampleTimestamp

        EnvironmentInfoDescription.Builder sampleTimestamp​(Instant sampleTimestamp)

        The time stamp when this information was retrieved.

        Parameters:
        sampleTimestamp - The time stamp when this information was retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        EnvironmentInfoDescription.Builder message​(String message)

        The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes.

        Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.

        Parameters:
        message - The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes.

        Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.

        Returns:
        Returns a reference to this object so that method calls can be chained together.