public static interface EnvironmentInfoDescription.Builder extends SdkPojo, CopyableBuilder<EnvironmentInfoDescription.Builder,EnvironmentInfoDescription>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentInfoDescription.Builder |
ec2InstanceId(String ec2InstanceId)
The Amazon EC2 Instance ID for this information.
|
EnvironmentInfoDescription.Builder |
infoType(EnvironmentInfoType infoType)
The type of information retrieved.
|
EnvironmentInfoDescription.Builder |
infoType(String infoType)
The type of information retrieved.
|
EnvironmentInfoDescription.Builder |
message(String message)
The retrieved information.
|
EnvironmentInfoDescription.Builder |
sampleTimestamp(Instant sampleTimestamp)
The time stamp when this information was retrieved.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentInfoDescription.Builder infoType(String infoType)
The type of information retrieved.
infoType - The type of information retrieved.EnvironmentInfoType,
EnvironmentInfoTypeEnvironmentInfoDescription.Builder infoType(EnvironmentInfoType infoType)
The type of information retrieved.
infoType - The type of information retrieved.EnvironmentInfoType,
EnvironmentInfoTypeEnvironmentInfoDescription.Builder ec2InstanceId(String ec2InstanceId)
The Amazon EC2 Instance ID for this information.
ec2InstanceId - The Amazon EC2 Instance ID for this information.EnvironmentInfoDescription.Builder sampleTimestamp(Instant sampleTimestamp)
The time stamp when this information was retrieved.
sampleTimestamp - The time stamp when this information was retrieved.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.
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.
Copyright © 2022. All rights reserved.