public static interface DescribeGroupResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeGroupResponse.Builder,DescribeGroupResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeGroupResponse.Builder |
group(Consumer<Group.Builder> group)
The name of the group.
|
DescribeGroupResponse.Builder |
group(Group group)
The name of the group.
|
DescribeGroupResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeGroupResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeGroupResponse.Builder group(Group group)
The name of the group.
group
- The name of the group.default DescribeGroupResponse.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.Builder
group(Group)
DescribeGroupResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.DescribeGroupResponse.Builder status(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.Copyright © 2022. All rights reserved.