Uses of Interface
software.amazon.awssdk.services.qconnect.model.ContentAssociationContents.Builder
-
Packages that use ContentAssociationContents.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of ContentAssociationContents.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return ContentAssociationContents.Builder Modifier and Type Method Description default ContentAssociationContents.BuilderContentAssociationContents.Builder. amazonConnectGuideAssociation(Consumer<AmazonConnectGuideAssociationData.Builder> amazonConnectGuideAssociation)The data of the step-by-step guide association.ContentAssociationContents.BuilderContentAssociationContents.Builder. amazonConnectGuideAssociation(AmazonConnectGuideAssociationData amazonConnectGuideAssociation)The data of the step-by-step guide association.static ContentAssociationContents.BuilderContentAssociationContents. builder()ContentAssociationContents.BuilderContentAssociationContents. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type ContentAssociationContents.Builder Modifier and Type Method Description static Class<? extends ContentAssociationContents.Builder>ContentAssociationContents. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type ContentAssociationContents.Builder Modifier and Type Method Description default CreateContentAssociationRequest.BuilderCreateContentAssociationRequest.Builder. association(Consumer<ContentAssociationContents.Builder> association)The identifier of the associated resource.default ContentAssociationData.BuilderContentAssociationData.Builder. associationData(Consumer<ContentAssociationContents.Builder> associationData)The content association.default ContentAssociationSummary.BuilderContentAssociationSummary.Builder. associationData(Consumer<ContentAssociationContents.Builder> associationData)The content association.
-