public static interface ReceiptRuleSetMetadata.Builder extends SdkPojo, CopyableBuilder<ReceiptRuleSetMetadata.Builder,ReceiptRuleSetMetadata>
| Modifier and Type | Method and Description |
|---|---|
ReceiptRuleSetMetadata.Builder |
createdTimestamp(Instant createdTimestamp)
The date and time the receipt rule set was created.
|
ReceiptRuleSetMetadata.Builder |
name(String name)
The name of the receipt rule set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReceiptRuleSetMetadata.Builder name(String name)
The name of the receipt rule set. The name must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain 64 characters or fewer.
name - The name of the receipt rule set. The name must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain 64 characters or fewer.
ReceiptRuleSetMetadata.Builder createdTimestamp(Instant createdTimestamp)
The date and time the receipt rule set was created.
createdTimestamp - The date and time the receipt rule set was created.Copyright © 2023. All rights reserved.