Interface PutDeliverabilityDashboardOptionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutDeliverabilityDashboardOptionRequest.Builder,PutDeliverabilityDashboardOptionRequest>
,SdkBuilder<PutDeliverabilityDashboardOptionRequest.Builder,PutDeliverabilityDashboardOptionRequest>
,SdkPojo
,SdkRequest.Builder
,SesV2Request.Builder
- Enclosing class:
- PutDeliverabilityDashboardOptionRequest
public static interface PutDeliverabilityDashboardOptionRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutDeliverabilityDashboardOptionRequest.Builder,PutDeliverabilityDashboardOptionRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
-
-
-
Method Detail
-
dashboardEnabled
PutDeliverabilityDashboardOptionRequest.Builder dashboardEnabled(Boolean dashboardEnabled)
Specifies whether to enable the Deliverability dashboard. To enable the dashboard, set this value to
true
.- Parameters:
dashboardEnabled
- Specifies whether to enable the Deliverability dashboard. To enable the dashboard, set this value totrue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscribedDomains
PutDeliverabilityDashboardOptionRequest.Builder subscribedDomains(Collection<DomainDeliverabilityTrackingOption> subscribedDomains)
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.
- Parameters:
subscribedDomains
- An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscribedDomains
PutDeliverabilityDashboardOptionRequest.Builder subscribedDomains(DomainDeliverabilityTrackingOption... subscribedDomains)
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.
- Parameters:
subscribedDomains
- An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscribedDomains
PutDeliverabilityDashboardOptionRequest.Builder subscribedDomains(Consumer<DomainDeliverabilityTrackingOption.Builder>... subscribedDomains)
An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.
This is a convenience method that creates an instance of theDomainDeliverabilityTrackingOption.Builder
avoiding the need to create one manually viaDomainDeliverabilityTrackingOption.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#subscribedDomains(List
.) - Parameters:
subscribedDomains
- a consumer that will call methods onDomainDeliverabilityTrackingOption.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#subscribedDomains(java.util.Collection
)
-
overrideConfiguration
PutDeliverabilityDashboardOptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
PutDeliverabilityDashboardOptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-