CopyableBuilder<ReportInstanceStatusRequest.Builder,ReportInstanceStatusRequest>, SdkBuilder<ReportInstanceStatusRequest.Builder,ReportInstanceStatusRequest>public static interface ReportInstanceStatusRequest.Builder extends CopyableBuilder<ReportInstanceStatusRequest.Builder,ReportInstanceStatusRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ReportInstanceStatusRequest.Builder |
description(String description) |
Descriptive text about the health state of your instance.
|
ReportInstanceStatusRequest.Builder |
endTime(Date endTime) |
The time at which the reported instance health state ended.
|
ReportInstanceStatusRequest.Builder |
instances(String... instances) |
One or more instances.
|
ReportInstanceStatusRequest.Builder |
instances(Collection<String> instances) |
One or more instances.
|
ReportInstanceStatusRequest.Builder |
reasonCodes(String... reasonCodes) |
One or more reason codes that describes the health state of your instance.
|
ReportInstanceStatusRequest.Builder |
reasonCodes(Collection<String> reasonCodes) |
One or more reason codes that describes the health state of your instance.
|
ReportInstanceStatusRequest.Builder |
reasonCodes(ReportInstanceReasonCodes... reasonCodes) |
One or more reason codes that describes the health state of your instance.
|
ReportInstanceStatusRequest.Builder |
startTime(Date startTime) |
The time at which the reported instance health state began.
|
ReportInstanceStatusRequest.Builder |
status(String status) |
The status of all instances listed.
|
ReportInstanceStatusRequest.Builder |
status(ReportStatusType status) |
The status of all instances listed.
|
copyapply, 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(Date 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.
NOTE: This method appends the values to the existing list (if any). Use
#setInstances(java.util.Collection) or #withInstances(java.util.Collection) if you want to
override the existing values.
instances - One or more instances.ReportInstanceStatusRequest.Builder reasonCodes(Collection<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]
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]
ReportInstanceReasonCodesReportInstanceStatusRequest.Builder reasonCodes(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]
NOTE: This method appends the values to the existing list (if any). Use
#setReasonCodes(java.util.Collection) or #withReasonCodes(java.util.Collection) if you want
to override the existing values.
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]
ReportInstanceReasonCodesReportInstanceStatusRequest.Builder reasonCodes(ReportInstanceReasonCodes... 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]
NOTE: This method appends the values to the existing list (if any). Use
#setReasonCodes(java.util.Collection) or #withReasonCodes(java.util.Collection) if you want
to override the existing values.
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]
ReportInstanceReasonCodesReportInstanceStatusRequest.Builder startTime(Date 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.ReportStatusTypeReportInstanceStatusRequest.Builder status(ReportStatusType status)
The status of all instances listed.
status - The status of all instances listed.ReportStatusTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.