public static interface SecurityDetails.Builder extends SdkPojo, CopyableBuilder<SecurityDetails.Builder,SecurityDetails>
| Modifier and Type | Method and Description |
|---|---|
SecurityDetails.Builder |
roleArn(String roleArn)
ARN to a role needed for connecting streams to your instances.
|
SecurityDetails.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The security groups to attach to the elastic network interfaces.
|
SecurityDetails.Builder |
securityGroupIds(String... securityGroupIds)
The security groups to attach to the elastic network interfaces.
|
SecurityDetails.Builder |
subnetIds(Collection<String> subnetIds)
A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your
instances.
|
SecurityDetails.Builder |
subnetIds(String... subnetIds)
A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your
instances.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSecurityDetails.Builder roleArn(String roleArn)
ARN to a role needed for connecting streams to your instances.
roleArn - ARN to a role needed for connecting streams to your instances.SecurityDetails.Builder securityGroupIds(Collection<String> securityGroupIds)
The security groups to attach to the elastic network interfaces.
securityGroupIds - The security groups to attach to the elastic network interfaces.SecurityDetails.Builder securityGroupIds(String... securityGroupIds)
The security groups to attach to the elastic network interfaces.
securityGroupIds - The security groups to attach to the elastic network interfaces.SecurityDetails.Builder subnetIds(Collection<String> subnetIds)
A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.
subnetIds - A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your
instances.SecurityDetails.Builder subnetIds(String... subnetIds)
A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.
subnetIds - A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your
instances.Copyright © 2023. All rights reserved.