public static interface PutGroupConfigurationRequest.Builder extends ResourceGroupsRequest.Builder, SdkPojo, CopyableBuilder<PutGroupConfigurationRequest.Builder,PutGroupConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
PutGroupConfigurationRequest.Builder |
configuration(Collection<GroupConfigurationItem> configuration)
The new configuration to associate with the specified group.
|
PutGroupConfigurationRequest.Builder |
configuration(Consumer<GroupConfigurationItem.Builder>... configuration)
The new configuration to associate with the specified group.
|
PutGroupConfigurationRequest.Builder |
configuration(GroupConfigurationItem... configuration)
The new configuration to associate with the specified group.
|
PutGroupConfigurationRequest.Builder |
group(String group)
The name or ARN of the resource group with the configuration that you want to update.
|
PutGroupConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutGroupConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutGroupConfigurationRequest.Builder group(String group)
The name or ARN of the resource group with the configuration that you want to update.
group - The name or ARN of the resource group with the configuration that you want to update.PutGroupConfigurationRequest.Builder configuration(Collection<GroupConfigurationItem> configuration)
The new configuration to associate with the specified group. A configuration associates the resource group with an AWS service and specifies how the service can interact with the resources in the group. A configuration is an array of GroupConfigurationItem elements.
For information about the syntax of a service configuration, see Service configurations for resource groups.
A resource group can contain either a Configuration or a ResourceQuery, but not
both.
configuration - The new configuration to associate with the specified group. A configuration associates the resource
group with an AWS service and specifies how the service can interact with the resources in the group.
A configuration is an array of GroupConfigurationItem elements.
For information about the syntax of a service configuration, see Service configurations for resource groups.
A resource group can contain either a Configuration or a ResourceQuery, but
not both.
PutGroupConfigurationRequest.Builder configuration(GroupConfigurationItem... configuration)
The new configuration to associate with the specified group. A configuration associates the resource group with an AWS service and specifies how the service can interact with the resources in the group. A configuration is an array of GroupConfigurationItem elements.
For information about the syntax of a service configuration, see Service configurations for resource groups.
A resource group can contain either a Configuration or a ResourceQuery, but not
both.
configuration - The new configuration to associate with the specified group. A configuration associates the resource
group with an AWS service and specifies how the service can interact with the resources in the group.
A configuration is an array of GroupConfigurationItem elements.
For information about the syntax of a service configuration, see Service configurations for resource groups.
A resource group can contain either a Configuration or a ResourceQuery, but
not both.
PutGroupConfigurationRequest.Builder configuration(Consumer<GroupConfigurationItem.Builder>... configuration)
The new configuration to associate with the specified group. A configuration associates the resource group with an AWS service and specifies how the service can interact with the resources in the group. A configuration is an array of GroupConfigurationItem elements.
For information about the syntax of a service configuration, see Service configurations for resource groups.
A resource group can contain either a Configuration or a ResourceQuery, but not
both.
GroupConfigurationItem.Builder avoiding the need
to create one manually via
GroupConfigurationItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #configuration(List.
configuration - a consumer that will call methods on
GroupConfigurationItem.Builder#configuration(java.util.Collection) PutGroupConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutGroupConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.