public static interface GetGroupResponse.Builder extends ResourceGroupsResponse.Builder, SdkPojo, CopyableBuilder<GetGroupResponse.Builder,GetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetGroupResponse.Builder |
group(Consumer<Group.Builder> group)
A structure that contains the metadata details for the specified resource group.
|
GetGroupResponse.Builder |
group(Group group)
A structure that contains the metadata details for the specified resource group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGroupResponse.Builder group(Group group)
A structure that contains the metadata details for the specified resource group. Use GetGroupQuery and GetGroupConfiguration to get those additional details of the resource group.
group - A structure that contains the metadata details for the specified resource group. Use
GetGroupQuery and GetGroupConfiguration to get those additional details of the resource
group.default GetGroupResponse.Builder group(Consumer<Group.Builder> group)
A structure that contains the metadata details for the specified resource group. Use GetGroupQuery and GetGroupConfiguration to get those additional details of the resource 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)Copyright © 2023. All rights reserved.