Interface NetworkInterfacePermissionState.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<NetworkInterfacePermissionState.Builder,,NetworkInterfacePermissionState> SdkBuilder<NetworkInterfacePermissionState.Builder,,NetworkInterfacePermissionState> SdkPojo
- Enclosing class:
 NetworkInterfacePermissionState
public static interface NetworkInterfacePermissionState.Builder
extends SdkPojo, CopyableBuilder<NetworkInterfacePermissionState.Builder,NetworkInterfacePermissionState> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe state of the permission.The state of the permission.statusMessage(String statusMessage) A status message, if applicable.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
state
The state of the permission.
- Parameters:
 state- The state of the permission.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
state
The state of the permission.
- Parameters:
 state- The state of the permission.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
statusMessage
A status message, if applicable.
- Parameters:
 statusMessage- A status message, if applicable.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -