Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.ProfileOutboundRequest.Builder
-
Packages that use ProfileOutboundRequest.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of ProfileOutboundRequest.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return ProfileOutboundRequest.Builder Modifier and Type Method Description static ProfileOutboundRequest.BuilderProfileOutboundRequest. builder()ProfileOutboundRequest.BuilderProfileOutboundRequest.Builder. clientToken(String clientToken)Sets the value of the ClientToken property for this object.ProfileOutboundRequest.BuilderProfileOutboundRequest.Builder. expirationTime(Instant expirationTime)Sets the value of the ExpirationTime property for this object.ProfileOutboundRequest.BuilderProfileOutboundRequest.Builder. profileId(String profileId)Sets the value of the ProfileId property for this object.ProfileOutboundRequest.BuilderProfileOutboundRequest. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type ProfileOutboundRequest.Builder Modifier and Type Method Description static Class<? extends ProfileOutboundRequest.Builder>ProfileOutboundRequest. serializableBuilderClass()
-