Interface DeleteCampaignCommunicationTimeRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- ConnectCampaignsV2Request.Builder,- CopyableBuilder<DeleteCampaignCommunicationTimeRequest.Builder,,- DeleteCampaignCommunicationTimeRequest> - SdkBuilder<DeleteCampaignCommunicationTimeRequest.Builder,,- DeleteCampaignCommunicationTimeRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DeleteCampaignCommunicationTimeRequest
@Mutable
@NotThreadSafe
public static interface DeleteCampaignCommunicationTimeRequest.Builder
extends ConnectCampaignsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteCampaignCommunicationTimeRequest.Builder,DeleteCampaignCommunicationTimeRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionSets the value of the Config property for this object.config(CommunicationTimeConfigType config) Sets the value of the Config property for this object.Sets the value of the Id property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.connectcampaignsv2.model.ConnectCampaignsV2Request.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idSets 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.
 
- 
configSets 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:
 
- 
configSets 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:
 
- 
overrideConfigurationDeleteCampaignCommunicationTimeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDeleteCampaignCommunicationTimeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-