Interface DeleteCampaignCommunicationTimeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectCampaignsV2Request.Builder,CopyableBuilder<DeleteCampaignCommunicationTimeRequest.Builder,DeleteCampaignCommunicationTimeRequest>,SdkBuilder<DeleteCampaignCommunicationTimeRequest.Builder,DeleteCampaignCommunicationTimeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteCampaignCommunicationTimeRequest
public static interface DeleteCampaignCommunicationTimeRequest.Builder extends ConnectCampaignsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteCampaignCommunicationTimeRequest.Builder,DeleteCampaignCommunicationTimeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCampaignCommunicationTimeRequest.Builderconfig(String config)Sets the value of the Config property for this object.DeleteCampaignCommunicationTimeRequest.Builderconfig(CommunicationTimeConfigType config)Sets the value of the Config property for this object.DeleteCampaignCommunicationTimeRequest.Builderid(String id)Sets the value of the Id property for this object.DeleteCampaignCommunicationTimeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteCampaignCommunicationTimeRequest.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
DeleteCampaignCommunicationTimeRequest.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
DeleteCampaignCommunicationTimeRequest.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:
CommunicationTimeConfigType,CommunicationTimeConfigType
-
config
DeleteCampaignCommunicationTimeRequest.Builder config(CommunicationTimeConfigType 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:
CommunicationTimeConfigType,CommunicationTimeConfigType
-
overrideConfiguration
DeleteCampaignCommunicationTimeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteCampaignCommunicationTimeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-