public static interface UpdateAttributeGroupRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<UpdateAttributeGroupRequest.Builder,UpdateAttributeGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAttributeGroupRequest.Builder |
attributeGroup(String attributeGroup)
The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
|
UpdateAttributeGroupRequest.Builder |
attributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes
an application and its components.
|
UpdateAttributeGroupRequest.Builder |
description(String description)
The description of the attribute group that the user provides.
|
UpdateAttributeGroupRequest.Builder |
name(String name)
Deprecated.
Name update for attribute group is deprecated.
|
UpdateAttributeGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAttributeGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAttributeGroupRequest.Builder attributeGroup(String attributeGroup)
The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
attributeGroup - The name, ID, or ARN of the attribute group that holds the attributes to describe the application.@Deprecated UpdateAttributeGroupRequest.Builder name(String name)
Deprecated: The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group. Please do not use this field as we have stopped supporting name updates.
name - Deprecated: The new name of the attribute group. The name must be unique in the region in which you
are updating the attribute group. Please do not use this field as we have stopped supporting name
updates.UpdateAttributeGroupRequest.Builder description(String description)
The description of the attribute group that the user provides.
description - The description of the attribute group that the user provides.UpdateAttributeGroupRequest.Builder attributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
attributes - A JSON string in the form of nested key-value pairs that represent the attributes in the group and
describes an application and its components.UpdateAttributeGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAttributeGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.