Class WebExperienceReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.qbusiness.WebExperienceReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<WebExperienceReference>
- Enclosing interface:
WebExperienceReference
@Stability(Stable)
public static final class WebExperienceReference.Builder
extends Object
implements software.amazon.jsii.Builder<WebExperienceReference>
A builder for
WebExperienceReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) Sets the value ofWebExperienceReference.getApplicationId()build()Builds the configured instance.webExperienceArn(String webExperienceArn) Sets the value ofWebExperienceReference.getWebExperienceArn()webExperienceId(String webExperienceId) Sets the value ofWebExperienceReference.getWebExperienceId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationId
Sets the value ofWebExperienceReference.getApplicationId()- Parameters:
applicationId- The ApplicationId of the WebExperience resource. This parameter is required.- Returns:
this
-
webExperienceArn
Sets the value ofWebExperienceReference.getWebExperienceArn()- Parameters:
webExperienceArn- The ARN of the WebExperience resource. This parameter is required.- Returns:
this
-
webExperienceId
Sets the value ofWebExperienceReference.getWebExperienceId()- Parameters:
webExperienceId- The WebExperienceId of the WebExperience resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<WebExperienceReference>- Returns:
- a new instance of
WebExperienceReference - Throws:
NullPointerException- if any required attribute was not provided
-