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