public static interface NetworkInterfacePermissionState.Builder extends CopyableBuilder<NetworkInterfacePermissionState.Builder,NetworkInterfacePermissionState>
| Modifier and Type | Method and Description |
|---|---|
NetworkInterfacePermissionState.Builder |
state(NetworkInterfacePermissionStateCode state)
The state of the permission.
|
NetworkInterfacePermissionState.Builder |
state(String state)
The state of the permission.
|
NetworkInterfacePermissionState.Builder |
statusMessage(String statusMessage)
A status message, if applicable.
|
copyapply, buildNetworkInterfacePermissionState.Builder state(String state)
The state of the permission.
state - The state of the permission.NetworkInterfacePermissionStateCode,
NetworkInterfacePermissionStateCodeNetworkInterfacePermissionState.Builder state(NetworkInterfacePermissionStateCode state)
The state of the permission.
state - The state of the permission.NetworkInterfacePermissionStateCode,
NetworkInterfacePermissionStateCodeNetworkInterfacePermissionState.Builder statusMessage(String statusMessage)
A status message, if applicable.
statusMessage - A status message, if applicable.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.