Class CfnDataflowEndpointGroup.EndpointDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroup.EndpointDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroup.EndpointDetailsProperty>
- Enclosing interface:
CfnDataflowEndpointGroup.EndpointDetailsProperty
@Stability(Stable)
public static final class CfnDataflowEndpointGroup.EndpointDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroup.EndpointDetailsProperty>
A builder for
CfnDataflowEndpointGroup.EndpointDetailsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionawsGroundStationAgentEndpoint
(IResolvable awsGroundStationAgentEndpoint) awsGroundStationAgentEndpoint
(CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty awsGroundStationAgentEndpoint) build()
Builds the configured instance.endpoint
(IResolvable endpoint) Sets the value ofCfnDataflowEndpointGroup.EndpointDetailsProperty.getEndpoint()
Sets the value ofCfnDataflowEndpointGroup.EndpointDetailsProperty.getEndpoint()
securityDetails
(IResolvable securityDetails) Sets the value ofCfnDataflowEndpointGroup.EndpointDetailsProperty.getSecurityDetails()
securityDetails
(CfnDataflowEndpointGroup.SecurityDetailsProperty securityDetails) Sets the value ofCfnDataflowEndpointGroup.EndpointDetailsProperty.getSecurityDetails()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsGroundStationAgentEndpoint
@Stability(Stable) public CfnDataflowEndpointGroup.EndpointDetailsProperty.Builder awsGroundStationAgentEndpoint(IResolvable awsGroundStationAgentEndpoint) Sets the value ofCfnDataflowEndpointGroup.EndpointDetailsProperty.getAwsGroundStationAgentEndpoint()
- Parameters:
awsGroundStationAgentEndpoint
-CfnDataflowEndpointGroup.EndpointDetailsProperty.AwsGroundStationAgentEndpoint
.- Returns:
this
-
awsGroundStationAgentEndpoint
@Stability(Stable) public CfnDataflowEndpointGroup.EndpointDetailsProperty.Builder awsGroundStationAgentEndpoint(CfnDataflowEndpointGroup.AwsGroundStationAgentEndpointProperty awsGroundStationAgentEndpoint) Sets the value ofCfnDataflowEndpointGroup.EndpointDetailsProperty.getAwsGroundStationAgentEndpoint()
- Parameters:
awsGroundStationAgentEndpoint
-CfnDataflowEndpointGroup.EndpointDetailsProperty.AwsGroundStationAgentEndpoint
.- Returns:
this
-
endpoint
@Stability(Stable) public CfnDataflowEndpointGroup.EndpointDetailsProperty.Builder endpoint(IResolvable endpoint) Sets the value ofCfnDataflowEndpointGroup.EndpointDetailsProperty.getEndpoint()
- Parameters:
endpoint
- Information about the endpoint such as name and the endpoint address.- Returns:
this
-
endpoint
@Stability(Stable) public CfnDataflowEndpointGroup.EndpointDetailsProperty.Builder endpoint(CfnDataflowEndpointGroup.DataflowEndpointProperty endpoint) Sets the value ofCfnDataflowEndpointGroup.EndpointDetailsProperty.getEndpoint()
- Parameters:
endpoint
- Information about the endpoint such as name and the endpoint address.- Returns:
this
-
securityDetails
@Stability(Stable) public CfnDataflowEndpointGroup.EndpointDetailsProperty.Builder securityDetails(IResolvable securityDetails) Sets the value ofCfnDataflowEndpointGroup.EndpointDetailsProperty.getSecurityDetails()
- Parameters:
securityDetails
- The role ARN, and IDs for security groups and subnets.- Returns:
this
-
securityDetails
@Stability(Stable) public CfnDataflowEndpointGroup.EndpointDetailsProperty.Builder securityDetails(CfnDataflowEndpointGroup.SecurityDetailsProperty securityDetails) Sets the value ofCfnDataflowEndpointGroup.EndpointDetailsProperty.getSecurityDetails()
- Parameters:
securityDetails
- The role ARN, and IDs for security groups and subnets.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroup.EndpointDetailsProperty>
- Returns:
- a new instance of
CfnDataflowEndpointGroup.EndpointDetailsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-