public static interface UpdateGroupRequest.Builder extends IdentitystoreRequest.Builder, SdkPojo, CopyableBuilder<UpdateGroupRequest.Builder,UpdateGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGroupRequest.Builder |
groupId(String groupId)
The identifier for a group in the identity store.
|
UpdateGroupRequest.Builder |
identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
UpdateGroupRequest.Builder |
operations(AttributeOperation... operations)
A list of
AttributeOperation objects to apply to the requested group. |
UpdateGroupRequest.Builder |
operations(Collection<AttributeOperation> operations)
A list of
AttributeOperation objects to apply to the requested group. |
UpdateGroupRequest.Builder |
operations(Consumer<AttributeOperation.Builder>... operations)
A list of
AttributeOperation objects to apply to the requested group. |
UpdateGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGroupRequest.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId - The globally unique identifier for the identity store.UpdateGroupRequest.Builder groupId(String groupId)
The identifier for a group in the identity store.
groupId - The identifier for a group in the identity store.UpdateGroupRequest.Builder operations(Collection<AttributeOperation> operations)
A list of AttributeOperation objects to apply to the requested group. These operations might
add, replace, or remove an attribute.
operations - A list of AttributeOperation objects to apply to the requested group. These operations
might add, replace, or remove an attribute.UpdateGroupRequest.Builder operations(AttributeOperation... operations)
A list of AttributeOperation objects to apply to the requested group. These operations might
add, replace, or remove an attribute.
operations - A list of AttributeOperation objects to apply to the requested group. These operations
might add, replace, or remove an attribute.UpdateGroupRequest.Builder operations(Consumer<AttributeOperation.Builder>... operations)
A list of AttributeOperation objects to apply to the requested group. These operations might
add, replace, or remove an attribute.
AttributeOperation.Builder avoiding the need to
create one manually via
AttributeOperation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #operations(List.
operations - a consumer that will call methods on
AttributeOperation.Builder#operations(java.util.Collection) UpdateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.