Interface DescribeAvailabilityMonitorTestResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeAvailabilityMonitorTestResponse.Builder,
,DescribeAvailabilityMonitorTestResponse> SdkBuilder<DescribeAvailabilityMonitorTestResponse.Builder,
,DescribeAvailabilityMonitorTestResponse> SdkPojo
,SdkResponse.Builder
,StorageGatewayResponse.Builder
- Enclosing class:
DescribeAvailabilityMonitorTestResponse
public static interface DescribeAvailabilityMonitorTestResponse.Builder
extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DescribeAvailabilityMonitorTestResponse.Builder,DescribeAvailabilityMonitorTestResponse>
-
Method Summary
Modifier and TypeMethodDescriptiongatewayARN
(String gatewayARN) Sets the value of the GatewayARN property for this object.The time the high availability monitoring test was started.The status of the high availability monitoring test.status
(AvailabilityMonitorTestStatus status) The status of the high availability monitoring test.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
gatewayARN
Sets the value of the GatewayARN property for this object.- Parameters:
gatewayARN
- The new value for the GatewayARN property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the high availability monitoring test. If a test hasn't been performed, the value of this field is null.
- Parameters:
status
- The status of the high availability monitoring test. If a test hasn't been performed, the value of this field is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the high availability monitoring test. If a test hasn't been performed, the value of this field is null.
- Parameters:
status
- The status of the high availability monitoring test. If a test hasn't been performed, the value of this field is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startTime
The time the high availability monitoring test was started. If a test hasn't been performed, the value of this field is null.
- Parameters:
startTime
- The time the high availability monitoring test was started. If a test hasn't been performed, the value of this field is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-