Class CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty>
- Enclosing interface:
CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty
@Stability(Stable)
public static final class CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentStatus(String agentStatus) auditResults(String auditResults) build()Builds the configured instance.dataflowDetails(IResolvable dataflowDetails) dataflowDetails(CfnDataflowEndpointGroupV2.UplinkDataflowDetailsProperty dataflowDetails)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataflowDetails
@Stability(Stable) public CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty.Builder dataflowDetails(IResolvable dataflowDetails) Sets the value ofCfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty.getDataflowDetails()- Parameters:
dataflowDetails- Dataflow details for the uplink endpoint. This parameter is required.- Returns:
this
-
dataflowDetails
@Stability(Stable) public CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty.Builder dataflowDetails(CfnDataflowEndpointGroupV2.UplinkDataflowDetailsProperty dataflowDetails) Sets the value ofCfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty.getDataflowDetails()- Parameters:
dataflowDetails- Dataflow details for the uplink endpoint. This parameter is required.- Returns:
this
-
name
@Stability(Stable) public CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty.Builder name(String name) Sets the value ofCfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty.getName()- Parameters:
name- Uplink dataflow endpoint name. This parameter is required.- Returns:
this
-
agentStatus
@Stability(Stable) public CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty.Builder agentStatus(String agentStatus) Sets the value ofCfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty.getAgentStatus()- Parameters:
agentStatus- Status of the agent associated with the uplink dataflow endpoint.- Returns:
this
-
auditResults
@Stability(Stable) public CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty.Builder auditResults(String auditResults) Sets the value ofCfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty.getAuditResults()- Parameters:
auditResults- Health audit results for the uplink dataflow endpoint.- Returns:
this
-
build
@Stability(Stable) public CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty>- Returns:
- a new instance of
CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-