CopyableBuilder<CreateReceiptRuleSetRequest.Builder,CreateReceiptRuleSetRequest>
, SdkBuilder<CreateReceiptRuleSetRequest.Builder,CreateReceiptRuleSetRequest>
public static interface CreateReceiptRuleSetRequest.Builder extends CopyableBuilder<CreateReceiptRuleSetRequest.Builder,CreateReceiptRuleSetRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateReceiptRuleSetRequest.Builder |
ruleSetName(String ruleSetName) |
The name of the rule set to create.
|
copy
apply, build
CreateReceiptRuleSetRequest.Builder ruleSetName(String ruleSetName)
The name of the rule set to create. The name must:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain less than 64 characters.
ruleSetName
- The name of the rule set to create. The name must:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain less than 64 characters.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.