Interface DomainDeliverabilityTrackingOption.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DomainDeliverabilityTrackingOption.Builder,,- DomainDeliverabilityTrackingOption> - SdkBuilder<DomainDeliverabilityTrackingOption.Builder,,- DomainDeliverabilityTrackingOption> - SdkPojo
- Enclosing class:
- DomainDeliverabilityTrackingOption
@Mutable
@NotThreadSafe
public static interface DomainDeliverabilityTrackingOption.Builder
extends SdkPojo, CopyableBuilder<DomainDeliverabilityTrackingOption.Builder,DomainDeliverabilityTrackingOption> 
- 
Method SummaryModifier and TypeMethodDescriptionA verified domain that’s associated with your Amazon Web Services account and currently has an active Deliverability dashboard subscription.inboxPlacementTrackingOption(Consumer<InboxPlacementTrackingOption.Builder> inboxPlacementTrackingOption) An object that contains information about the inbox placement data settings for the domain.inboxPlacementTrackingOption(InboxPlacementTrackingOption inboxPlacementTrackingOption) An object that contains information about the inbox placement data settings for the domain.subscriptionStartDate(Instant subscriptionStartDate) The date when you enabled the Deliverability dashboard for the domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
domainA verified domain that’s associated with your Amazon Web Services account and currently has an active Deliverability dashboard subscription. - Parameters:
- domain- A verified domain that’s associated with your Amazon Web Services account and currently has an active Deliverability dashboard subscription.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
subscriptionStartDateThe date when you enabled the Deliverability dashboard for the domain. - Parameters:
- subscriptionStartDate- The date when you enabled the Deliverability dashboard for the domain.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inboxPlacementTrackingOptionDomainDeliverabilityTrackingOption.Builder inboxPlacementTrackingOption(InboxPlacementTrackingOption inboxPlacementTrackingOption) An object that contains information about the inbox placement data settings for the domain. - Parameters:
- inboxPlacementTrackingOption- An object that contains information about the inbox placement data settings for the domain.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
inboxPlacementTrackingOptiondefault DomainDeliverabilityTrackingOption.Builder inboxPlacementTrackingOption(Consumer<InboxPlacementTrackingOption.Builder> inboxPlacementTrackingOption) An object that contains information about the inbox placement data settings for the domain. This is a convenience method that creates an instance of theInboxPlacementTrackingOption.Builderavoiding the need to create one manually viaInboxPlacementTrackingOption.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinboxPlacementTrackingOption(InboxPlacementTrackingOption).- Parameters:
- inboxPlacementTrackingOption- a consumer that will call methods on- InboxPlacementTrackingOption.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-