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