public static interface UpdateGroupResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateGroupResponse.Builder,UpdateGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateGroupResponse.Builder |
group(Consumer<Group.Builder> group)
The name of the group.
|
UpdateGroupResponse.Builder |
group(Group group)
The name of the group.
|
UpdateGroupResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateGroupResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGroupResponse.Builder group(Group group)
The name of the group.
group - The name of the group.default UpdateGroupResponse.Builder group(Consumer<Group.Builder> group)
The name of the group.
This is a convenience method that creates an instance of theGroup.Builder avoiding the need to
create one manually via Group.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to group(Group).
group - a consumer that will call methods on Group.Buildergroup(Group)UpdateGroupResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.UpdateGroupResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.