public static interface GetGroupConfigurationResponse.Builder extends ResourceGroupsResponse.Builder, SdkPojo, CopyableBuilder<GetGroupConfigurationResponse.Builder,GetGroupConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetGroupConfigurationResponse.Builder |
groupConfiguration(Consumer<GroupConfiguration.Builder> groupConfiguration)
The configuration associated with the specified group.
|
GetGroupConfigurationResponse.Builder |
groupConfiguration(GroupConfiguration groupConfiguration)
The configuration associated with the specified group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGroupConfigurationResponse.Builder groupConfiguration(GroupConfiguration groupConfiguration)
The configuration associated with the specified group.
groupConfiguration - The configuration associated with the specified group.default GetGroupConfigurationResponse.Builder groupConfiguration(Consumer<GroupConfiguration.Builder> groupConfiguration)
The configuration associated with the specified group.
This is a convenience that creates an instance of theGroupConfiguration.Builder avoiding the need to
create one manually via GroupConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to groupConfiguration(GroupConfiguration).groupConfiguration - a consumer that will call methods on GroupConfiguration.BuildergroupConfiguration(GroupConfiguration)Copyright © 2020. All rights reserved.