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