public static interface DescribeAvailabilityMonitorTestResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DescribeAvailabilityMonitorTestResponse.Builder,DescribeAvailabilityMonitorTestResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAvailabilityMonitorTestResponse.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
DescribeAvailabilityMonitorTestResponse.Builder |
startTime(Instant startTime)
The time the High Availability monitoring test was started.
|
DescribeAvailabilityMonitorTestResponse.Builder |
status(AvailabilityMonitorTestStatus status)
The status of the High Availability monitoring test.
|
DescribeAvailabilityMonitorTestResponse.Builder |
status(String status)
The status of the High Availability monitoring test.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAvailabilityMonitorTestResponse.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.DescribeAvailabilityMonitorTestResponse.Builder status(String status)
The status of the High Availability monitoring test. If a test hasn't been performed, the value of this field is null.
status - The status of the High Availability monitoring test. If a test hasn't been performed, the value of
this field is null.AvailabilityMonitorTestStatus,
AvailabilityMonitorTestStatusDescribeAvailabilityMonitorTestResponse.Builder status(AvailabilityMonitorTestStatus status)
The status of the High Availability monitoring test. If a test hasn't been performed, the value of this field is null.
status - The status of the High Availability monitoring test. If a test hasn't been performed, the value of
this field is null.AvailabilityMonitorTestStatus,
AvailabilityMonitorTestStatusDescribeAvailabilityMonitorTestResponse.Builder startTime(Instant startTime)
The time the High Availability monitoring test was started. If a test hasn't been performed, the value of this field is null.
startTime - The time the High Availability monitoring test was started. If a test hasn't been performed, the value
of this field is null.Copyright © 2019. All rights reserved.