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 service configuration associated with the specified group.
|
GetGroupConfigurationResponse.Builder |
groupConfiguration(GroupConfiguration groupConfiguration)
The service configuration associated with the specified group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGroupConfigurationResponse.Builder groupConfiguration(GroupConfiguration groupConfiguration)
The service configuration associated with the specified group. For details about the service configuration syntax, see Service configurations for resource groups.
groupConfiguration - The service configuration associated with the specified group. For details about the service
configuration syntax, see Service configurations for
resource groups.default GetGroupConfigurationResponse.Builder groupConfiguration(Consumer<GroupConfiguration.Builder> groupConfiguration)
The service configuration associated with the specified group. For details about the service configuration syntax, see Service configurations for resource groups.
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 © 2022. All rights reserved.