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 Summary
Modifier and TypeMethodDescriptionec2InstanceId
(String ec2InstanceId) The Amazon EC2 Instance ID for this information.The type of information retrieved.infoType
(EnvironmentInfoType infoType) The type of information retrieved.The retrieved information.sampleTimestamp
(Instant sampleTimestamp) The time stamp when this information was retrieved.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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
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
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.
-