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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentInfoDescription.Builderec2InstanceId(String ec2InstanceId)The Amazon EC2 Instance ID for this information.EnvironmentInfoDescription.BuilderinfoType(String infoType)The type of information retrieved.EnvironmentInfoDescription.BuilderinfoType(EnvironmentInfoType infoType)The type of information retrieved.EnvironmentInfoDescription.Buildermessage(String message)The retrieved information.EnvironmentInfoDescription.BuildersampleTimestamp(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
infoType
EnvironmentInfoDescription.Builder infoType(String 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:
EnvironmentInfoType,EnvironmentInfoType
-
infoType
EnvironmentInfoDescription.Builder infoType(EnvironmentInfoType 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:
EnvironmentInfoType,EnvironmentInfoType
-
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.
-
-