public static interface ReportInstanceStatusRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ReportInstanceStatusRequest.Builder,ReportInstanceStatusRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ReportInstanceStatusRequest.Builder description(String description)
Descriptive text about the health state of your instance.
description
- Descriptive text about the health state of your instance.ReportInstanceStatusRequest.Builder endTime(Instant endTime)
The time at which the reported instance health state ended.
endTime
- The time at which the reported instance health state ended.ReportInstanceStatusRequest.Builder instances(Collection<String> instances)
The instances.
instances
- The instances.ReportInstanceStatusRequest.Builder instances(String... instances)
The instances.
instances
- The instances.ReportInstanceStatusRequest.Builder reasonCodesWithStrings(Collection<String> reasonCodes)
The reason codes that describe the health state of your instance.
instance-stuck-in-state
: My instance is stuck in a state.
unresponsive
: My instance is unresponsive.
not-accepting-credentials
: My instance is not accepting my credentials.
password-not-available
: A password is not available for my instance.
performance-network
: My instance is experiencing performance problems that I believe are network
related.
performance-instance-store
: My instance is experiencing performance problems that I believe are
related to the instance stores.
performance-ebs-volume
: My instance is experiencing performance problems that I believe are
related to an EBS volume.
performance-other
: My instance is experiencing performance problems.
other
: [explain using the description parameter]
reasonCodes
- The reason codes that describe the health state of your instance.
instance-stuck-in-state
: My instance is stuck in a state.
unresponsive
: My instance is unresponsive.
not-accepting-credentials
: My instance is not accepting my credentials.
password-not-available
: A password is not available for my instance.
performance-network
: My instance is experiencing performance problems that I believe are
network related.
performance-instance-store
: My instance is experiencing performance problems that I
believe are related to the instance stores.
performance-ebs-volume
: My instance is experiencing performance problems that I believe
are related to an EBS volume.
performance-other
: My instance is experiencing performance problems.
other
: [explain using the description parameter]
ReportInstanceStatusRequest.Builder reasonCodesWithStrings(String... reasonCodes)
The reason codes that describe the health state of your instance.
instance-stuck-in-state
: My instance is stuck in a state.
unresponsive
: My instance is unresponsive.
not-accepting-credentials
: My instance is not accepting my credentials.
password-not-available
: A password is not available for my instance.
performance-network
: My instance is experiencing performance problems that I believe are network
related.
performance-instance-store
: My instance is experiencing performance problems that I believe are
related to the instance stores.
performance-ebs-volume
: My instance is experiencing performance problems that I believe are
related to an EBS volume.
performance-other
: My instance is experiencing performance problems.
other
: [explain using the description parameter]
reasonCodes
- The reason codes that describe the health state of your instance.
instance-stuck-in-state
: My instance is stuck in a state.
unresponsive
: My instance is unresponsive.
not-accepting-credentials
: My instance is not accepting my credentials.
password-not-available
: A password is not available for my instance.
performance-network
: My instance is experiencing performance problems that I believe are
network related.
performance-instance-store
: My instance is experiencing performance problems that I
believe are related to the instance stores.
performance-ebs-volume
: My instance is experiencing performance problems that I believe
are related to an EBS volume.
performance-other
: My instance is experiencing performance problems.
other
: [explain using the description parameter]
ReportInstanceStatusRequest.Builder reasonCodes(Collection<ReportInstanceReasonCodes> reasonCodes)
The reason codes that describe the health state of your instance.
instance-stuck-in-state
: My instance is stuck in a state.
unresponsive
: My instance is unresponsive.
not-accepting-credentials
: My instance is not accepting my credentials.
password-not-available
: A password is not available for my instance.
performance-network
: My instance is experiencing performance problems that I believe are network
related.
performance-instance-store
: My instance is experiencing performance problems that I believe are
related to the instance stores.
performance-ebs-volume
: My instance is experiencing performance problems that I believe are
related to an EBS volume.
performance-other
: My instance is experiencing performance problems.
other
: [explain using the description parameter]
reasonCodes
- The reason codes that describe the health state of your instance.
instance-stuck-in-state
: My instance is stuck in a state.
unresponsive
: My instance is unresponsive.
not-accepting-credentials
: My instance is not accepting my credentials.
password-not-available
: A password is not available for my instance.
performance-network
: My instance is experiencing performance problems that I believe are
network related.
performance-instance-store
: My instance is experiencing performance problems that I
believe are related to the instance stores.
performance-ebs-volume
: My instance is experiencing performance problems that I believe
are related to an EBS volume.
performance-other
: My instance is experiencing performance problems.
other
: [explain using the description parameter]
ReportInstanceStatusRequest.Builder reasonCodes(ReportInstanceReasonCodes... reasonCodes)
The reason codes that describe the health state of your instance.
instance-stuck-in-state
: My instance is stuck in a state.
unresponsive
: My instance is unresponsive.
not-accepting-credentials
: My instance is not accepting my credentials.
password-not-available
: A password is not available for my instance.
performance-network
: My instance is experiencing performance problems that I believe are network
related.
performance-instance-store
: My instance is experiencing performance problems that I believe are
related to the instance stores.
performance-ebs-volume
: My instance is experiencing performance problems that I believe are
related to an EBS volume.
performance-other
: My instance is experiencing performance problems.
other
: [explain using the description parameter]
reasonCodes
- The reason codes that describe the health state of your instance.
instance-stuck-in-state
: My instance is stuck in a state.
unresponsive
: My instance is unresponsive.
not-accepting-credentials
: My instance is not accepting my credentials.
password-not-available
: A password is not available for my instance.
performance-network
: My instance is experiencing performance problems that I believe are
network related.
performance-instance-store
: My instance is experiencing performance problems that I
believe are related to the instance stores.
performance-ebs-volume
: My instance is experiencing performance problems that I believe
are related to an EBS volume.
performance-other
: My instance is experiencing performance problems.
other
: [explain using the description parameter]
ReportInstanceStatusRequest.Builder startTime(Instant startTime)
The time at which the reported instance health state began.
startTime
- The time at which the reported instance health state began.ReportInstanceStatusRequest.Builder status(String status)
The status of all instances listed.
status
- The status of all instances listed.ReportStatusType
,
ReportStatusType
ReportInstanceStatusRequest.Builder status(ReportStatusType status)
The status of all instances listed.
status
- The status of all instances listed.ReportStatusType
,
ReportStatusType
ReportInstanceStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ReportInstanceStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.