public static interface EnvironmentInfoDescription.Builder extends 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.
|
copyapply, 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.
message - The retrieved information.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.