Interface DeleteCampaignCommunicationLimitsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectCampaignsV2Request.Builder,CopyableBuilder<DeleteCampaignCommunicationLimitsRequest.Builder,DeleteCampaignCommunicationLimitsRequest>,SdkBuilder<DeleteCampaignCommunicationLimitsRequest.Builder,DeleteCampaignCommunicationLimitsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteCampaignCommunicationLimitsRequest
public static interface DeleteCampaignCommunicationLimitsRequest.Builder extends ConnectCampaignsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteCampaignCommunicationLimitsRequest.Builder,DeleteCampaignCommunicationLimitsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCampaignCommunicationLimitsRequest.Builderconfig(String config)Sets the value of the Config property for this object.DeleteCampaignCommunicationLimitsRequest.Builderconfig(CommunicationLimitsConfigType config)Sets the value of the Config property for this object.DeleteCampaignCommunicationLimitsRequest.Builderid(String id)Sets the value of the Id property for this object.DeleteCampaignCommunicationLimitsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteCampaignCommunicationLimitsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
DeleteCampaignCommunicationLimitsRequest.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.
-
config
DeleteCampaignCommunicationLimitsRequest.Builder config(String config)
Sets the value of the Config property for this object.- Parameters:
config- The new value for the Config property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CommunicationLimitsConfigType,CommunicationLimitsConfigType
-
config
DeleteCampaignCommunicationLimitsRequest.Builder config(CommunicationLimitsConfigType config)
Sets the value of the Config property for this object.- Parameters:
config- The new value for the Config property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CommunicationLimitsConfigType,CommunicationLimitsConfigType
-
overrideConfiguration
DeleteCampaignCommunicationLimitsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteCampaignCommunicationLimitsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-