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)
A structure that describes the service configuration attached with the specified group.
|
GetGroupConfigurationResponse.Builder |
groupConfiguration(GroupConfiguration groupConfiguration)
A structure that describes the service configuration attached with the specified group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGroupConfigurationResponse.Builder groupConfiguration(GroupConfiguration groupConfiguration)
A structure that describes the service configuration attached with the specified group. For details about the service configuration syntax, see Service configurations for Resource Groups.
groupConfiguration - A structure that describes the service configuration attached 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)
A structure that describes the service configuration attached with the specified group. For details about the service configuration syntax, see Service configurations for Resource Groups.
This is a convenience method 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 © 2023. All rights reserved.