public static interface UnsupportedFeatureException.Builder extends CopyableBuilder<UnsupportedFeatureException.Builder,UnsupportedFeatureException>
| Modifier and Type | Method and Description |
|---|---|
UnsupportedFeatureException.Builder |
canRetry(Boolean canRetry)
Sets the value of the CanRetry property for this object.
|
UnsupportedFeatureException.Builder |
message(String message) |
copyapply, buildUnsupportedFeatureException.Builder canRetry(Boolean canRetry)
canRetry - The new value for the CanRetry property for this object.UnsupportedFeatureException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.