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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAvailabilityMonitorTestResponse.BuildergatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.DescribeAvailabilityMonitorTestResponse.BuilderstartTime(Instant startTime)The time the high availability monitoring test was started.DescribeAvailabilityMonitorTestResponse.Builderstatus(String status)The status of the high availability monitoring test.DescribeAvailabilityMonitorTestResponse.Builderstatus(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 Detail
-
gatewayARN
DescribeAvailabilityMonitorTestResponse.Builder gatewayARN(String 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
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.
- 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:
AvailabilityMonitorTestStatus,AvailabilityMonitorTestStatus
-
status
DescribeAvailabilityMonitorTestResponse.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.
- 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:
AvailabilityMonitorTestStatus,AvailabilityMonitorTestStatus
-
startTime
DescribeAvailabilityMonitorTestResponse.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.
- 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.
-
-