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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Permission.Builderoperation(String operation)The operations that can be performed with the given permissions.Permission.Builderoperation(Operation operation)The operations that can be performed with the given permissions.Permission.Builderservice(String service)The services that the permissions allow an account to perform the given operations for.Permission.Builderservice(Service service)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 Detail
-
operation
Permission.Builder operation(String operation)
The operations that can be performed with the given permissions.
-
operation
Permission.Builder operation(Operation operation)
The operations that can be performed with the given permissions.
-
service
Permission.Builder service(String service)
The services that the permissions allow an account to perform the given operations for.
-
service
Permission.Builder service(Service service)
The services that the permissions allow an account to perform the given operations for.
-
-