Interface ReadWriteAccess.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReadWriteAccess.Builder,
,ReadWriteAccess> SdkBuilder<ReadWriteAccess.Builder,
,ReadWriteAccess> SdkPojo
- Enclosing class:
ReadWriteAccess
@Mutable
@NotThreadSafe
public static interface ReadWriteAccess.Builder
extends SdkPojo, CopyableBuilder<ReadWriteAccess.Builder,ReadWriteAccess>
-
Method Summary
Modifier and TypeMethodDescriptionauthorization
(String authorization) Determines whether the read/write scope is enabled or disabled.authorization
(ServiceAuthorization authorization) Determines whether the read/write scope is enabled or disabled.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, sdkFieldNameToField, sdkFields
-
Method Details
-
authorization
Determines whether the read/write scope is enabled or disabled.
- Parameters:
authorization
- Determines whether the read/write scope is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorization
Determines whether the read/write scope is enabled or disabled.
- Parameters:
authorization
- Determines whether the read/write scope is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-