public static interface ReportInstanceStatusRequest.Builder extends EC2Request.Builder, CopyableBuilder<ReportInstanceStatusRequest.Builder,ReportInstanceStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
ReportInstanceStatusRequest.Builder |
description(String 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.
|
ReportInstanceStatusRequest.Builder |
instances(Collection<String> instances)
One or more instances.
|
ReportInstanceStatusRequest.Builder |
instances(String... instances)
One or more instances.
|
ReportInstanceStatusRequest.Builder |
reasonCodes(Collection<String> reasonCodes)
One or more reason codes that describe the health state of your instance.
|
ReportInstanceStatusRequest.Builder |
reasonCodes(String... reasonCodes)
One or more reason codes that describe the health state of your instance.
|
ReportInstanceStatusRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ReportInstanceStatusRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ReportInstanceStatusRequest.Builder |
startTime(Instant startTime)
The time at which the reported instance health state began.
|
ReportInstanceStatusRequest.Builder |
status(ReportStatusType status)
The status of all instances listed.
|
ReportInstanceStatusRequest.Builder |
status(String status)
The status of all instances listed.
|
buildrequestOverrideConfigcopyapply, buildReportInstanceStatusRequest.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)
One or more instances.
instances - One or more instances.ReportInstanceStatusRequest.Builder instances(String... instances)
One or more instances.
instances - One or more instances.ReportInstanceStatusRequest.Builder reasonCodes(Collection<String> reasonCodes)
One or more 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 - One or more 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(String... reasonCodes)
One or more 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 - One or more 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,
ReportStatusTypeReportInstanceStatusRequest.Builder status(ReportStatusType status)
The status of all instances listed.
status - The status of all instances listed.ReportStatusType,
ReportStatusTypeReportInstanceStatusRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ReportInstanceStatusRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.