Interface LoadPermissionRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LoadPermissionRequest.Builder,
,LoadPermissionRequest> SdkBuilder<LoadPermissionRequest.Builder,
,LoadPermissionRequest> SdkPojo
- Enclosing class:
LoadPermissionRequest
public static interface LoadPermissionRequest.Builder
extends SdkPojo, CopyableBuilder<LoadPermissionRequest.Builder,LoadPermissionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the group.group
(PermissionGroup group) The name of the group.The Amazon Web Services account ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
group
The name of the group.
- Parameters:
group
- The name of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
group
The name of the group.
- Parameters:
group
- The name of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userId
The Amazon Web Services account ID.
- Parameters:
userId
- The Amazon Web Services account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-