public static interface RuleSetDoesNotExistException.Builder extends CopyableBuilder<RuleSetDoesNotExistException.Builder,RuleSetDoesNotExistException>
| Modifier and Type | Method and Description |
|---|---|
RuleSetDoesNotExistException.Builder |
message(String message) |
RuleSetDoesNotExistException.Builder |
name(String name)
Indicates that the named receipt rule set does not exist.
|
copyapply, buildRuleSetDoesNotExistException.Builder name(String name)
Indicates that the named receipt rule set does not exist.
name - Indicates that the named receipt rule set does not exist.RuleSetDoesNotExistException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.