Class CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.groundstation.CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty>
- Enclosing interface:
CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty
@Stability(Stable)
public static final class CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentStatus(String agentStatus) auditResults(String auditResults) build()Builds the configured instance.egressAddress(IResolvable egressAddress) ingressAddress(IResolvable ingressAddress)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
agentStatus
@Stability(Stable) public CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.Builder agentStatus(String agentStatus) Sets the value ofCfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.getAgentStatus()- Parameters:
agentStatus- The status of AgentEndpoint.- Returns:
this
-
auditResults
@Stability(Stable) public CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.Builder auditResults(String auditResults) Sets the value ofCfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.getAuditResults()- Parameters:
auditResults- The results of the audit.- Returns:
this
-
egressAddress
@Stability(Stable) public CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.Builder egressAddress(IResolvable egressAddress) Sets the value ofCfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.getEgressAddress()- Parameters:
egressAddress- The egress address of AgentEndpoint.- Returns:
this
-
egressAddress
@Stability(Stable) public CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.Builder egressAddress(CfnDataflowEndpointGroupPropsMixin.ConnectionDetailsProperty egressAddress) Sets the value ofCfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.getEgressAddress()- Parameters:
egressAddress- The egress address of AgentEndpoint.- Returns:
this
-
ingressAddress
@Stability(Stable) public CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.Builder ingressAddress(IResolvable ingressAddress) Sets the value ofCfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.getIngressAddress()- Parameters:
ingressAddress- The ingress address of AgentEndpoint.- Returns:
this
-
ingressAddress
@Stability(Stable) public CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.Builder ingressAddress(CfnDataflowEndpointGroupPropsMixin.RangedConnectionDetailsProperty ingressAddress) Sets the value ofCfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.getIngressAddress()- Parameters:
ingressAddress- The ingress address of AgentEndpoint.- Returns:
this
-
name
@Stability(Stable) public CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.Builder name(String name) Sets the value ofCfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty.getName()- Parameters:
name- Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.- Returns:
this
-
build
@Stability(Stable) public CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty>- Returns:
- a new instance of
CfnDataflowEndpointGroupPropsMixin.AwsGroundStationAgentEndpointProperty - Throws:
NullPointerException- if any required attribute was not provided
-