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 Summary
-
Method Summary
Modifier 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
-
Builder
public Builder()
-
-
Method Details
-
agentStatus
@Stability(Stable) public CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder agentStatus(String agentStatus) - Parameters:
agentStatus
- The status of AgentEndpoint.- Returns:
this
-
auditResults
@Stability(Stable) public CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder auditResults(String auditResults) - Parameters:
auditResults
- The results of the audit.- Returns:
this
-
egressAddress
@Stability(Stable) public CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder egressAddress(IResolvable egressAddress) - Parameters:
egressAddress
- The egress address of AgentEndpoint.- Returns:
this
-
egressAddress
@Stability(Stable) public CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder egressAddress(CfnDataflowEndpointGroup.ConnectionDetailsProperty egressAddress) - Parameters:
egressAddress
- The egress address of AgentEndpoint.- Returns:
this
-
ingressAddress
@Stability(Stable) public CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder ingressAddress(IResolvable ingressAddress) Sets the value ofCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.getIngressAddress()
- Parameters:
ingressAddress
- The ingress address of AgentEndpoint.- Returns:
this
-
ingressAddress
@Stability(Stable) public CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder ingressAddress(CfnDataflowEndpointGroup.RangedConnectionDetailsProperty ingressAddress) Sets the value ofCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.getIngressAddress()
- Parameters:
ingressAddress
- The ingress address of AgentEndpoint.- Returns:
this
-
name
@Stability(Stable) public CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.Builder name(String name) Sets the value ofCfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty.getName()
- Parameters:
name
- Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty>
- Returns:
- a new instance of
CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-