@Stability(value=Stable) public static final class CfnNetworkInterfacePermission.Builder extends Object implements software.amazon.jsii.Builder<CfnNetworkInterfacePermission>
CfnNetworkInterfacePermission.| Modifier and Type | Method and Description |
|---|---|
CfnNetworkInterfacePermission.Builder |
awsAccountId(String awsAccountId)
The AWS account ID.
|
CfnNetworkInterfacePermission |
build() |
static CfnNetworkInterfacePermission.Builder |
create(software.constructs.Construct scope,
String id) |
CfnNetworkInterfacePermission.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
CfnNetworkInterfacePermission.Builder |
permission(String permission)
The type of permission to grant: `INSTANCE-ATTACH` or `EIP-ASSOCIATE` .
|
@Stability(value=Stable) public static CfnNetworkInterfacePermission.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnNetworkInterfacePermission.Builder.@Stability(value=Stable) public CfnNetworkInterfacePermission.Builder awsAccountId(String awsAccountId)
awsAccountId - The AWS account ID. This parameter is required.this@Stability(value=Stable) public CfnNetworkInterfacePermission.Builder networkInterfaceId(String networkInterfaceId)
networkInterfaceId - The ID of the network interface. This parameter is required.this@Stability(value=Stable) public CfnNetworkInterfacePermission.Builder permission(String permission)
permission - The type of permission to grant: `INSTANCE-ATTACH` or `EIP-ASSOCIATE` . This parameter is required.this@Stability(value=Stable) public CfnNetworkInterfacePermission build()
build in interface software.amazon.jsii.Builder<CfnNetworkInterfacePermission>Copyright © 2022. All rights reserved.