Interface GetConfigurationSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetConfigurationSetResponse.Builder,GetConfigurationSetResponse>,PinpointEmailResponse.Builder,SdkBuilder<GetConfigurationSetResponse.Builder,GetConfigurationSetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetConfigurationSetResponse
public static interface GetConfigurationSetResponse.Builder extends PinpointEmailResponse.Builder, SdkPojo, CopyableBuilder<GetConfigurationSetResponse.Builder,GetConfigurationSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetConfigurationSetResponse.BuilderconfigurationSetName(String configurationSetName)The name of the configuration set.default GetConfigurationSetResponse.BuilderdeliveryOptions(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.BuilderdeliveryOptions(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.BuilderreputationOptions(Consumer<ReputationOptions.Builder> reputationOptions)An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.GetConfigurationSetResponse.BuilderreputationOptions(ReputationOptions reputationOptions)An object that defines whether or not Amazon Pinpoint collects reputation metrics for the emails that you send that use the configuration set.default GetConfigurationSetResponse.BuildersendingOptions(Consumer<SendingOptions.Builder> sendingOptions)An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.GetConfigurationSetResponse.BuildersendingOptions(SendingOptions sendingOptions)An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.GetConfigurationSetResponse.Buildertags(Collection<Tag> tags)An array of objects that define the tags (keys and values) that are associated with the configuration set.GetConfigurationSetResponse.Buildertags(Consumer<Tag.Builder>... tags)An array of objects that define the tags (keys and values) that are associated with the configuration set.GetConfigurationSetResponse.Buildertags(Tag... tags)An array of objects that define the tags (keys and values) that are associated with the configuration set.default GetConfigurationSetResponse.BuildertrackingOptions(Consumer<TrackingOptions.Builder> trackingOptions)An object that defines the open and click tracking options for emails that you send using the configuration set.GetConfigurationSetResponse.BuildertrackingOptions(TrackingOptions trackingOptions)An object that defines the open and click tracking options for emails that you send using the configuration set.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointemail.model.PinpointEmailResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
-
-
-
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.Builderavoiding the need to create one manually viaTrackingOptions.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaDeliveryOptions.builder().When the
Consumercompletes,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 Pinpoint collects reputation metrics for the emails that you send that use the configuration set.
- Parameters:
reputationOptions- An object that defines whether or not Amazon Pinpoint 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 Pinpoint 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.Builderavoiding the need to create one manually viaReputationOptions.builder().When the
Consumercompletes,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 Pinpoint can send email that you send using the configuration set.
- Parameters:
sendingOptions- An object that defines whether or not Amazon Pinpoint 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 Pinpoint can send email that you send using the configuration set.
This is a convenience method that creates an instance of theSendingOptions.Builderavoiding the need to create one manually viaSendingOptions.builder().When the
Consumercompletes,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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,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)
-
-