Uses of Interface
software.amazon.awssdk.services.connectcampaigns.model.CampaignSummary.Builder
-
Packages that use CampaignSummary.Builder Package Description software.amazon.awssdk.services.connectcampaigns.model -
-
Uses of CampaignSummary.Builder in software.amazon.awssdk.services.connectcampaigns.model
Methods in software.amazon.awssdk.services.connectcampaigns.model that return CampaignSummary.Builder Modifier and Type Method Description CampaignSummary.BuilderCampaignSummary.Builder. arn(String arn)Sets the value of the Arn property for this object.static CampaignSummary.BuilderCampaignSummary. builder()CampaignSummary.BuilderCampaignSummary.Builder. connectInstanceId(String connectInstanceId)Sets the value of the ConnectInstanceId property for this object.CampaignSummary.BuilderCampaignSummary.Builder. id(String id)Sets the value of the Id property for this object.CampaignSummary.BuilderCampaignSummary.Builder. name(String name)Sets the value of the Name property for this object.CampaignSummary.BuilderCampaignSummary. toBuilder()Methods in software.amazon.awssdk.services.connectcampaigns.model that return types with arguments of type CampaignSummary.Builder Modifier and Type Method Description static Class<? extends CampaignSummary.Builder>CampaignSummary. serializableBuilderClass()
-