Uses of Interface
software.amazon.awssdk.services.ses.model.ReceiptRuleSetMetadata.Builder
-
Packages that use ReceiptRuleSetMetadata.Builder Package Description software.amazon.awssdk.services.ses.model -
-
Uses of ReceiptRuleSetMetadata.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return ReceiptRuleSetMetadata.Builder Modifier and Type Method Description static ReceiptRuleSetMetadata.BuilderReceiptRuleSetMetadata. builder()ReceiptRuleSetMetadata.BuilderReceiptRuleSetMetadata.Builder. createdTimestamp(Instant createdTimestamp)The date and time the receipt rule set was created.ReceiptRuleSetMetadata.BuilderReceiptRuleSetMetadata.Builder. name(String name)The name of the receipt rule set.ReceiptRuleSetMetadata.BuilderReceiptRuleSetMetadata. toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type ReceiptRuleSetMetadata.Builder Modifier and Type Method Description static Class<? extends ReceiptRuleSetMetadata.Builder>ReceiptRuleSetMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type ReceiptRuleSetMetadata.Builder Modifier and Type Method Description default DescribeActiveReceiptRuleSetResponse.BuilderDescribeActiveReceiptRuleSetResponse.Builder. metadata(Consumer<ReceiptRuleSetMetadata.Builder> metadata)The metadata for the currently active receipt rule set.default DescribeReceiptRuleSetResponse.BuilderDescribeReceiptRuleSetResponse.Builder. metadata(Consumer<ReceiptRuleSetMetadata.Builder> metadata)The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.
-