Interface Access.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Access.Builder,Access>,SdkBuilder<Access.Builder,Access>,SdkPojo
- Enclosing class:
- Access
public static interface Access.Builder extends SdkPojo, CopyableBuilder<Access.Builder,Access>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Access.Builderactions(String... actions)A list of actions for the access permissions.Access.Builderactions(Collection<String> actions)A list of actions for the access permissions.-
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
-
actions
Access.Builder actions(Collection<String> actions)
A list of actions for the access permissions.
- Parameters:
actions- A list of actions for the access permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
Access.Builder actions(String... actions)
A list of actions for the access permissions.
- Parameters:
actions- A list of actions for the access permissions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-