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