Class CfnConfig.DataflowEndpointConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnConfig.DataflowEndpointConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfig.DataflowEndpointConfigProperty>
- Enclosing interface:
- CfnConfig.DataflowEndpointConfigProperty
@Stability(Stable)
public static final class CfnConfig.DataflowEndpointConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfig.DataflowEndpointConfigProperty>
A builder for
CfnConfig.DataflowEndpointConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataflowEndpointName(String dataflowEndpointName) Sets the value ofCfnConfig.DataflowEndpointConfigProperty.getDataflowEndpointName()dataflowEndpointRegion(String dataflowEndpointRegion) Sets the value ofCfnConfig.DataflowEndpointConfigProperty.getDataflowEndpointRegion()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataflowEndpointName
@Stability(Stable) public CfnConfig.DataflowEndpointConfigProperty.Builder dataflowEndpointName(String dataflowEndpointName) Sets the value ofCfnConfig.DataflowEndpointConfigProperty.getDataflowEndpointName()- Parameters:
dataflowEndpointName- The name of the dataflow endpoint to use during contacts.- Returns:
this
-
dataflowEndpointRegion
@Stability(Stable) public CfnConfig.DataflowEndpointConfigProperty.Builder dataflowEndpointRegion(String dataflowEndpointRegion) Sets the value ofCfnConfig.DataflowEndpointConfigProperty.getDataflowEndpointRegion()- Parameters:
dataflowEndpointRegion- The region of the dataflow endpoint to use during contacts. When omitted, Ground Station will use the region of the contact.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfig.DataflowEndpointConfigProperty>- Returns:
- a new instance of
CfnConfig.DataflowEndpointConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-