@Stability(value=Stable) public static final class CfnDataflowEndpointGroup.SecurityDetailsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataflowEndpointGroup.SecurityDetailsProperty>
CfnDataflowEndpointGroup.SecurityDetailsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataflowEndpointGroup.SecurityDetailsProperty |
build()
Builds the configured instance.
|
CfnDataflowEndpointGroup.SecurityDetailsProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnDataflowEndpointGroup.SecurityDetailsProperty.getRoleArn() |
CfnDataflowEndpointGroup.SecurityDetailsProperty.Builder |
securityGroupIds(List<String> securityGroupIds)
Sets the value of
CfnDataflowEndpointGroup.SecurityDetailsProperty.getSecurityGroupIds() |
CfnDataflowEndpointGroup.SecurityDetailsProperty.Builder |
subnetIds(List<String> subnetIds)
Sets the value of
CfnDataflowEndpointGroup.SecurityDetailsProperty.getSubnetIds() |
@Stability(value=Stable) public CfnDataflowEndpointGroup.SecurityDetailsProperty.Builder roleArn(String roleArn)
CfnDataflowEndpointGroup.SecurityDetailsProperty.getRoleArn()roleArn - The ARN of a role which Ground Station has permission to assume, such as `arn: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.this@Stability(value=Stable) public CfnDataflowEndpointGroup.SecurityDetailsProperty.Builder securityGroupIds(List<String> securityGroupIds)
CfnDataflowEndpointGroup.SecurityDetailsProperty.getSecurityGroupIds()securityGroupIds - The security group Ids of the security role, such as `sg-1234567890abcdef0` .this@Stability(value=Stable) public CfnDataflowEndpointGroup.SecurityDetailsProperty.Builder subnetIds(List<String> subnetIds)
CfnDataflowEndpointGroup.SecurityDetailsProperty.getSubnetIds()subnetIds - The subnet Ids of the security details, such as `subnet-12345678` .this@Stability(value=Stable) public CfnDataflowEndpointGroup.SecurityDetailsProperty build()
build in interface software.amazon.jsii.Builder<CfnDataflowEndpointGroup.SecurityDetailsProperty>CfnDataflowEndpointGroup.SecurityDetailsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.