Class CfnDataflowEndpointGroupPropsMixin.SecurityDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.groundstation.CfnDataflowEndpointGroupPropsMixin.SecurityDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroupPropsMixin.SecurityDetailsProperty>
- Enclosing interface:
CfnDataflowEndpointGroupPropsMixin.SecurityDetailsProperty
@Stability(Stable)
public static final class CfnDataflowEndpointGroupPropsMixin.SecurityDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroupPropsMixin.SecurityDetailsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataflowEndpointGroupPropsMixin.SecurityDetailsProperty.getRoleArn()securityGroupIds(List<String> securityGroupIds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
roleArn
@Stability(Stable) public CfnDataflowEndpointGroupPropsMixin.SecurityDetailsProperty.Builder roleArn(String roleArn) Sets the value ofCfnDataflowEndpointGroupPropsMixin.SecurityDetailsProperty.getRoleArn()- Parameters:
roleArn- The ARN of a role which Ground Station has permission to assume, such asarn:aws:iam::1234567890:role/DataDeliveryServiceRole. Ground Station will assume this role and create an ENI in your VPC on the specified subnet upon creation of a dataflow endpoint group. This ENI is used as the ingress/egress point for data streamed during a satellite contact.- Returns:
this
-
securityGroupIds
@Stability(Stable) public CfnDataflowEndpointGroupPropsMixin.SecurityDetailsProperty.Builder securityGroupIds(List<String> securityGroupIds) - Parameters:
securityGroupIds- The security group Ids of the security role, such assg-1234567890abcdef0.- Returns:
this
-
subnetIds
@Stability(Stable) public CfnDataflowEndpointGroupPropsMixin.SecurityDetailsProperty.Builder subnetIds(List<String> subnetIds) - Parameters:
subnetIds- The subnet Ids of the security details, such assubnet-12345678.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroupPropsMixin.SecurityDetailsProperty>- Returns:
- a new instance of
CfnDataflowEndpointGroupPropsMixin.SecurityDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-