Interface ContentAssociationContents.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContentAssociationContents.Builder,
,ContentAssociationContents> SdkBuilder<ContentAssociationContents.Builder,
,ContentAssociationContents> SdkPojo
- Enclosing class:
ContentAssociationContents
@Mutable
@NotThreadSafe
public static interface ContentAssociationContents.Builder
extends SdkPojo, CopyableBuilder<ContentAssociationContents.Builder,ContentAssociationContents>
-
Method Summary
Modifier and TypeMethodDescriptionamazonConnectGuideAssociation
(Consumer<AmazonConnectGuideAssociationData.Builder> amazonConnectGuideAssociation) The data of the step-by-step guide association.amazonConnectGuideAssociation
(AmazonConnectGuideAssociationData amazonConnectGuideAssociation) The data of the step-by-step guide association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
amazonConnectGuideAssociation
ContentAssociationContents.Builder amazonConnectGuideAssociation(AmazonConnectGuideAssociationData amazonConnectGuideAssociation) The data of the step-by-step guide association.
- Parameters:
amazonConnectGuideAssociation
- The data of the step-by-step guide association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amazonConnectGuideAssociation
default ContentAssociationContents.Builder amazonConnectGuideAssociation(Consumer<AmazonConnectGuideAssociationData.Builder> amazonConnectGuideAssociation) The data of the step-by-step guide association.
This is a convenience method that creates an instance of theAmazonConnectGuideAssociationData.Builder
avoiding the need to create one manually viaAmazonConnectGuideAssociationData.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toamazonConnectGuideAssociation(AmazonConnectGuideAssociationData)
.- Parameters:
amazonConnectGuideAssociation
- a consumer that will call methods onAmazonConnectGuideAssociationData.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-