Interface EnvironmentInfoDescription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EnvironmentInfoDescription.Builder,EnvironmentInfoDescription>, SdkBuilder<EnvironmentInfoDescription.Builder,EnvironmentInfoDescription>, SdkPojo
Enclosing class:
EnvironmentInfoDescription

public static interface EnvironmentInfoDescription.Builder extends SdkPojo, CopyableBuilder<EnvironmentInfoDescription.Builder,EnvironmentInfoDescription>
  • Method Details

    • infoType

      The type of information retrieved.

      Parameters:
      infoType - The type of information retrieved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • infoType

      The type of information retrieved.

      Parameters:
      infoType - The type of information retrieved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.