Interface PermissionInfo.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<PermissionInfo.Builder,,PermissionInfo> SdkBuilder<PermissionInfo.Builder,,PermissionInfo> SdkPojo
- Enclosing class:
 PermissionInfo
public static interface PermissionInfo.Builder
extends SdkPojo, CopyableBuilder<PermissionInfo.Builder,PermissionInfo> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe role of the user.The role of the user.The type of permissions.type(RolePermissionType type) The type of permissions.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
- 
role
The role of the user.
- Parameters:
 role- The role of the user.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
role
The role of the user.
- Parameters:
 role- The role of the user.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The type of permissions.
- Parameters:
 type- The type of permissions.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The type of permissions.
- Parameters:
 type- The type of permissions.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -