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