Class CfnQuickResponse.QuickResponseContentProviderProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wisdom.CfnQuickResponse.QuickResponseContentProviderProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnQuickResponse.QuickResponseContentProviderProperty>
- Enclosing interface:
CfnQuickResponse.QuickResponseContentProviderProperty
@Stability(Stable)
public static final class CfnQuickResponse.QuickResponseContentProviderProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnQuickResponse.QuickResponseContentProviderProperty>
A builder for
CfnQuickResponse.QuickResponseContentProviderProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnQuickResponse.QuickResponseContentProviderProperty.getContent()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
content
@Stability(Stable) public CfnQuickResponse.QuickResponseContentProviderProperty.Builder content(String content) Sets the value ofCfnQuickResponse.QuickResponseContentProviderProperty.getContent()
- Parameters:
content
- The content of the quick response.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnQuickResponse.QuickResponseContentProviderProperty>
- Returns:
- a new instance of
CfnQuickResponse.QuickResponseContentProviderProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-