Interface GetConfigurationSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetConfigurationSetResponse.Builder,GetConfigurationSetResponse>
,SdkBuilder<GetConfigurationSetResponse.Builder,GetConfigurationSetResponse>
,SdkPojo
,SdkResponse.Builder
,SesV2Response.Builder
- Enclosing class:
- GetConfigurationSetResponse
public static interface GetConfigurationSetResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetConfigurationSetResponse.Builder,GetConfigurationSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetConfigurationSetResponse.Builder
configurationSetName(String configurationSetName)
The name of the configuration set.default GetConfigurationSetResponse.Builder
deliveryOptions(Consumer<DeliveryOptions.Builder> deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.GetConfigurationSetResponse.Builder
deliveryOptions(DeliveryOptions deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.default GetConfigurationSetResponse.Builder
reputationOptions(Consumer<ReputationOptions.Builder> reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.GetConfigurationSetResponse.Builder
reputationOptions(ReputationOptions reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.default GetConfigurationSetResponse.Builder
sendingOptions(Consumer<SendingOptions.Builder> sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.GetConfigurationSetResponse.Builder
sendingOptions(SendingOptions sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.default GetConfigurationSetResponse.Builder
suppressionOptions(Consumer<SuppressionOptions.Builder> suppressionOptions)
An object that contains information about the suppression list preferences for your account.GetConfigurationSetResponse.Builder
suppressionOptions(SuppressionOptions suppressionOptions)
An object that contains information about the suppression list preferences for your account.GetConfigurationSetResponse.Builder
tags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.GetConfigurationSetResponse.Builder
tags(Consumer<Tag.Builder>... tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.GetConfigurationSetResponse.Builder
tags(Tag... tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.default GetConfigurationSetResponse.Builder
trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration set.GetConfigurationSetResponse.Builder
trackingOptions(TrackingOptions trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration set.default GetConfigurationSetResponse.Builder
vdmOptions(Consumer<VdmOptions.Builder> vdmOptions)
An object that contains information about the VDM preferences for your configuration set.GetConfigurationSetResponse.Builder
vdmOptions(VdmOptions vdmOptions)
An object that contains information about the VDM preferences for your configuration set.-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Response.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
configurationSetName
GetConfigurationSetResponse.Builder configurationSetName(String configurationSetName)
The name of the configuration set.
- Parameters:
configurationSetName
- The name of the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trackingOptions
GetConfigurationSetResponse.Builder trackingOptions(TrackingOptions trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration set.
- Parameters:
trackingOptions
- An object that defines the open and click tracking options for emails that you send using the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trackingOptions
default GetConfigurationSetResponse.Builder trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration set.
This is a convenience method that creates an instance of theTrackingOptions.Builder
avoiding the need to create one manually viaTrackingOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totrackingOptions(TrackingOptions)
.- Parameters:
trackingOptions
- a consumer that will call methods onTrackingOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
trackingOptions(TrackingOptions)
-
deliveryOptions
GetConfigurationSetResponse.Builder deliveryOptions(DeliveryOptions deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
- Parameters:
deliveryOptions
- An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryOptions
default GetConfigurationSetResponse.Builder deliveryOptions(Consumer<DeliveryOptions.Builder> deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
This is a convenience method that creates an instance of theDeliveryOptions.Builder
avoiding the need to create one manually viaDeliveryOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todeliveryOptions(DeliveryOptions)
.- Parameters:
deliveryOptions
- a consumer that will call methods onDeliveryOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deliveryOptions(DeliveryOptions)
-
reputationOptions
GetConfigurationSetResponse.Builder reputationOptions(ReputationOptions reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
- Parameters:
reputationOptions
- An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reputationOptions
default GetConfigurationSetResponse.Builder reputationOptions(Consumer<ReputationOptions.Builder> reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
This is a convenience method that creates an instance of theReputationOptions.Builder
avoiding the need to create one manually viaReputationOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreputationOptions(ReputationOptions)
.- Parameters:
reputationOptions
- a consumer that will call methods onReputationOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
reputationOptions(ReputationOptions)
-
sendingOptions
GetConfigurationSetResponse.Builder sendingOptions(SendingOptions sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
- Parameters:
sendingOptions
- An object that defines whether or not Amazon SES can send email that you send using the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sendingOptions
default GetConfigurationSetResponse.Builder sendingOptions(Consumer<SendingOptions.Builder> sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
This is a convenience method that creates an instance of theSendingOptions.Builder
avoiding the need to create one manually viaSendingOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosendingOptions(SendingOptions)
.- Parameters:
sendingOptions
- a consumer that will call methods onSendingOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sendingOptions(SendingOptions)
-
tags
GetConfigurationSetResponse.Builder tags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
- Parameters:
tags
- An array of objects that define the tags (keys and values) that are associated with the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
GetConfigurationSetResponse.Builder tags(Tag... tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
- Parameters:
tags
- An array of objects that define the tags (keys and values) that are associated with the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
GetConfigurationSetResponse.Builder tags(Consumer<Tag.Builder>... tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#tags(List
.) - Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection
)
-
suppressionOptions
GetConfigurationSetResponse.Builder suppressionOptions(SuppressionOptions suppressionOptions)
An object that contains information about the suppression list preferences for your account.
- Parameters:
suppressionOptions
- An object that contains information about the suppression list preferences for your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suppressionOptions
default GetConfigurationSetResponse.Builder suppressionOptions(Consumer<SuppressionOptions.Builder> suppressionOptions)
An object that contains information about the suppression list preferences for your account.
This is a convenience method that creates an instance of theSuppressionOptions.Builder
avoiding the need to create one manually viaSuppressionOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosuppressionOptions(SuppressionOptions)
.- Parameters:
suppressionOptions
- a consumer that will call methods onSuppressionOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
suppressionOptions(SuppressionOptions)
-
vdmOptions
GetConfigurationSetResponse.Builder vdmOptions(VdmOptions vdmOptions)
An object that contains information about the VDM preferences for your configuration set.
- Parameters:
vdmOptions
- An object that contains information about the VDM preferences for your configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vdmOptions
default GetConfigurationSetResponse.Builder vdmOptions(Consumer<VdmOptions.Builder> vdmOptions)
An object that contains information about the VDM preferences for your configuration set.
This is a convenience method that creates an instance of theVdmOptions.Builder
avoiding the need to create one manually viaVdmOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovdmOptions(VdmOptions)
.- Parameters:
vdmOptions
- a consumer that will call methods onVdmOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
vdmOptions(VdmOptions)
-
-