Interface PutProfileOutboundRequestBatchRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectCampaignsV2Request.Builder,CopyableBuilder<PutProfileOutboundRequestBatchRequest.Builder,PutProfileOutboundRequestBatchRequest>,SdkBuilder<PutProfileOutboundRequestBatchRequest.Builder,PutProfileOutboundRequestBatchRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutProfileOutboundRequestBatchRequest
public static interface PutProfileOutboundRequestBatchRequest.Builder extends ConnectCampaignsV2Request.Builder, SdkPojo, CopyableBuilder<PutProfileOutboundRequestBatchRequest.Builder,PutProfileOutboundRequestBatchRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connectcampaignsv2.model.ConnectCampaignsV2Request.Builder
build
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
PutProfileOutboundRequestBatchRequest.Builder id(String id)
Sets the value of the Id property for this object.- Parameters:
id- The new value for the Id property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileOutboundRequests
PutProfileOutboundRequestBatchRequest.Builder profileOutboundRequests(Collection<ProfileOutboundRequest> profileOutboundRequests)
Sets the value of the ProfileOutboundRequests property for this object.- Parameters:
profileOutboundRequests- The new value for the ProfileOutboundRequests property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileOutboundRequests
PutProfileOutboundRequestBatchRequest.Builder profileOutboundRequests(ProfileOutboundRequest... profileOutboundRequests)
Sets the value of the ProfileOutboundRequests property for this object.- Parameters:
profileOutboundRequests- The new value for the ProfileOutboundRequests property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileOutboundRequests
PutProfileOutboundRequestBatchRequest.Builder profileOutboundRequests(Consumer<ProfileOutboundRequest.Builder>... profileOutboundRequests)
Sets the value of the ProfileOutboundRequests property for this object. This is a convenience method that creates an instance of theProfileOutboundRequest.Builderavoiding the need to create one manually viaProfileOutboundRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#profileOutboundRequests(List.) - Parameters:
profileOutboundRequests- a consumer that will call methods onProfileOutboundRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#profileOutboundRequests(java.util.Collection)
-
overrideConfiguration
PutProfileOutboundRequestBatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutProfileOutboundRequestBatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-