Class CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty>
- Enclosing interface:
- CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
@Stability(Stable)
public static final class CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionagentStatus(String agentStatus) auditResults(String auditResults) build()Builds the configured instance.egressAddress(IResolvable egressAddress) egressAddress(CfnDataflowEndpointGroup.ConnectionDetailsProperty egressAddress) ingressAddress(IResolvable ingressAddress) Sets the value ofCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.getName()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
agentStatus@Stability(Stable) public CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder agentStatus(String agentStatus) - Parameters:
- agentStatus-- CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.AgentStatus.
- Returns:
- this
 
- 
auditResults@Stability(Stable) public CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder auditResults(String auditResults) - Parameters:
- auditResults-- CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.AuditResults.
- Returns:
- this
 
- 
egressAddress@Stability(Stable) public CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder egressAddress(IResolvable egressAddress) - Parameters:
- egressAddress-- CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.EgressAddress.
- Returns:
- this
 
- 
egressAddress@Stability(Stable) public CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder egressAddress(CfnDataflowEndpointGroup.ConnectionDetailsProperty egressAddress) - Parameters:
- egressAddress-- CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.EgressAddress.
- Returns:
- this
 
- 
ingressAddress@Stability(Stable) public CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder ingressAddress(IResolvable ingressAddress) Sets the value ofCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.getIngressAddress()- Parameters:
- ingressAddress-- CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.IngressAddress.
- Returns:
- this
 
- 
ingressAddress@Stability(Stable) public CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder ingressAddress(CfnDataflowEndpointGroup.RangedConnectionDetailsProperty ingressAddress) Sets the value ofCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.getIngressAddress()- Parameters:
- ingressAddress-- CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.IngressAddress.
- Returns:
- this
 
- 
name@Stability(Stable) public CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder name(String name) Sets the value ofCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.getName()- Parameters:
- name-- CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Name.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty>
- Returns:
- a new instance of CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-