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 AWS request ID for this operation.
|
UpdateGroupResponse.Builder |
status(Integer status)
The http status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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 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 AWS request ID for this operation.
requestId - The AWS request ID for this operation.UpdateGroupResponse.Builder status(Integer status)
The http status of the request.
status - The http status of the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.