CopyableBuilder<ServiceUnavailableErrorException.Builder,ServiceUnavailableErrorException>
, SdkBuilder<ServiceUnavailableErrorException.Builder,ServiceUnavailableErrorException>
public static interface ServiceUnavailableErrorException.Builder extends CopyableBuilder<ServiceUnavailableErrorException.Builder,ServiceUnavailableErrorException>
Modifier and Type | Method | Description |
---|---|---|
ServiceUnavailableErrorException.Builder |
error(StorageGatewayError error) |
A StorageGatewayError that provides more information about the cause of the error.
|
ServiceUnavailableErrorException.Builder |
message(String message) |
copy
apply, build
ServiceUnavailableErrorException.Builder error(StorageGatewayError error)
A StorageGatewayError that provides more information about the cause of the error.
error
- A StorageGatewayError that provides more information about the cause of the error.ServiceUnavailableErrorException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.