Uses of Interface
software.amazon.awssdk.services.qconnect.model.AmazonConnectGuideAssociationData.Builder
-
Packages that use AmazonConnectGuideAssociationData.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of AmazonConnectGuideAssociationData.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return AmazonConnectGuideAssociationData.Builder Modifier and Type Method Description static AmazonConnectGuideAssociationData.BuilderAmazonConnectGuideAssociationData. builder()AmazonConnectGuideAssociationData.BuilderAmazonConnectGuideAssociationData.Builder. flowId(String flowId)The Amazon Resource Name (ARN) of an Amazon Connect flow.AmazonConnectGuideAssociationData.BuilderAmazonConnectGuideAssociationData. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type AmazonConnectGuideAssociationData.Builder Modifier and Type Method Description static Class<? extends AmazonConnectGuideAssociationData.Builder>AmazonConnectGuideAssociationData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type AmazonConnectGuideAssociationData.Builder Modifier and Type Method Description default ContentAssociationContents.BuilderContentAssociationContents.Builder. amazonConnectGuideAssociation(Consumer<AmazonConnectGuideAssociationData.Builder> amazonConnectGuideAssociation)The data of the step-by-step guide association.static ContentAssociationContentsContentAssociationContents. fromAmazonConnectGuideAssociation(Consumer<AmazonConnectGuideAssociationData.Builder> amazonConnectGuideAssociation)Create an instance of this class withContentAssociationContents.amazonConnectGuideAssociation()initialized to the given value.
-