@Generated(value="software.amazon.awssdk:codegen") public class ReportInstanceStatusRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ReportInstanceStatusRequest.Builder,ReportInstanceStatusRequest>
Contains the parameters for ReportInstanceStatus.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReportInstanceStatusRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static ReportInstanceStatusRequest.Builder |
builder() |
String |
description()
Descriptive text about the health state of your instance.
|
Instant |
endTime()
The time at which the reported instance health state ended.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<String> |
instances()
One or more instances.
|
List<String> |
reasonCodes()
One or more reason codes that describes the health state of your instance.
|
static Class<? extends ReportInstanceStatusRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time at which the reported instance health state began.
|
String |
status()
The status of all instances listed.
|
ReportInstanceStatusRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String description()
Descriptive text about the health state of your instance.
public Instant endTime()
The time at which the reported instance health state ended.
public List<String> instances()
One or more instances.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> reasonCodes()
One or more reason codes that describes 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 which I believe are network
related.
performance-instance-store: My instance is experiencing performance problems which I believe are
related to the instance stores.
performance-ebs-volume: My instance is experiencing performance problems which I believe are related
to an EBS volume.
performance-other: My instance is experiencing performance problems.
other: [explain using the description parameter]
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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 which I believe are
network related.
performance-instance-store: My instance is experiencing performance problems which I believe
are related to the instance stores.
performance-ebs-volume: My instance is experiencing performance problems which I believe are
related to an EBS volume.
performance-other: My instance is experiencing performance problems.
other: [explain using the description parameter]
ReportInstanceReasonCodespublic Instant startTime()
The time at which the reported instance health state began.
public String status()
The status of all instances listed.
ReportStatusTypepublic ReportInstanceStatusRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ReportInstanceStatusRequest.Builder,ReportInstanceStatusRequest>public static ReportInstanceStatusRequest.Builder builder()
public static Class<? extends ReportInstanceStatusRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.