public static interface LimitsExceededException.Builder extends CopyableBuilder<LimitsExceededException.Builder,LimitsExceededException>
| Modifier and Type | Method and Description |
|---|---|
LimitsExceededException.Builder |
limit(Long limit)
Sets the value of the Limit property for this object.
|
LimitsExceededException.Builder |
message(String message) |
LimitsExceededException.Builder |
type(String type)
Sets the value of the Type property for this object.
|
copyapply, buildLimitsExceededException.Builder type(String type)
type - The new value for the Type property for this object.LimitsExceededException.Builder limit(Long limit)
limit - The new value for the Limit property for this object.LimitsExceededException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.