Class WebAppReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.transfer.WebAppReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<WebAppReference>
- Enclosing interface:
WebAppReference
@Stability(Stable)
public static final class WebAppReference.Builder
extends Object
implements software.amazon.jsii.Builder<WebAppReference>
A builder for
WebAppReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofWebAppReference.getWebAppArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
webAppArn
Sets the value ofWebAppReference.getWebAppArn()- Parameters:
webAppArn- The Arn of the WebApp resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<WebAppReference>- Returns:
- a new instance of
WebAppReference - Throws:
NullPointerException- if any required attribute was not provided
-