Interface Permission.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Permission.Builder,
,Permission> SdkBuilder<Permission.Builder,
,Permission> SdkPojo
- Enclosing class:
Permission
public static interface Permission.Builder
extends SdkPojo, CopyableBuilder<Permission.Builder,Permission>
-
Method Summary
Modifier and TypeMethodDescriptionThe operations that can be performed with the given permissions.The operations that can be performed with the given permissions.The services that the permissions allow an account to perform the given operations for.The services that the permissions allow an account to perform the given operations for.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
-
operation
The operations that can be performed with the given permissions.
- Parameters:
operation
- The operations that can be performed with the given permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operation
The operations that can be performed with the given permissions.
- Parameters:
operation
- The operations that can be performed with the given permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
service
The services that the permissions allow an account to perform the given operations for.
- Parameters:
service
- The services that the permissions allow an account to perform the given operations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
service
The services that the permissions allow an account to perform the given operations for.
- Parameters:
service
- The services that the permissions allow an account to perform the given operations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-