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