Interface GetCampaignStateBatchRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectCampaignsRequest.Builder,CopyableBuilder<GetCampaignStateBatchRequest.Builder,GetCampaignStateBatchRequest>,SdkBuilder<GetCampaignStateBatchRequest.Builder,GetCampaignStateBatchRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetCampaignStateBatchRequest
public static interface GetCampaignStateBatchRequest.Builder extends ConnectCampaignsRequest.Builder, SdkPojo, CopyableBuilder<GetCampaignStateBatchRequest.Builder,GetCampaignStateBatchRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCampaignStateBatchRequest.BuildercampaignIds(String... campaignIds)Sets the value of the CampaignIds property for this object.GetCampaignStateBatchRequest.BuildercampaignIds(Collection<String> campaignIds)Sets the value of the CampaignIds property for this object.GetCampaignStateBatchRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCampaignStateBatchRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connectcampaigns.model.ConnectCampaignsRequest.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, sdkFields
-
-
-
-
Method Detail
-
campaignIds
GetCampaignStateBatchRequest.Builder campaignIds(Collection<String> campaignIds)
Sets the value of the CampaignIds property for this object.- Parameters:
campaignIds- The new value for the CampaignIds property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
campaignIds
GetCampaignStateBatchRequest.Builder campaignIds(String... campaignIds)
Sets the value of the CampaignIds property for this object.- Parameters:
campaignIds- The new value for the CampaignIds property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetCampaignStateBatchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCampaignStateBatchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-