@Stability(value=Stable) public static final class CfnNodegroup.RemoteAccessProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnNodegroup.RemoteAccessProperty>
CfnNodegroup.RemoteAccessProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnNodegroup.RemoteAccessProperty |
build()
Builds the configured instance.
|
CfnNodegroup.RemoteAccessProperty.Builder |
ec2SshKey(String ec2SshKey)
Sets the value of
CfnNodegroup.RemoteAccessProperty.getEc2SshKey() |
CfnNodegroup.RemoteAccessProperty.Builder |
sourceSecurityGroups(List<String> sourceSecurityGroups)
Sets the value of
CfnNodegroup.RemoteAccessProperty.getSourceSecurityGroups() |
@Stability(value=Stable) public CfnNodegroup.RemoteAccessProperty.Builder ec2SshKey(String ec2SshKey)
CfnNodegroup.RemoteAccessProperty.getEc2SshKey()ec2SshKey - `CfnNodegroup.RemoteAccessProperty.Ec2SshKey`. This parameter is required.this@Stability(value=Stable) public CfnNodegroup.RemoteAccessProperty.Builder sourceSecurityGroups(List<String> sourceSecurityGroups)
CfnNodegroup.RemoteAccessProperty.getSourceSecurityGroups()sourceSecurityGroups - `CfnNodegroup.RemoteAccessProperty.SourceSecurityGroups`.this@Stability(value=Stable) public CfnNodegroup.RemoteAccessProperty build()
build in interface software.amazon.jsii.Builder<CfnNodegroup.RemoteAccessProperty>CfnNodegroup.RemoteAccessPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.