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 or ID 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)
The new name of the attribute group.
|
UpdateAttributeGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAttributeGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAttributeGroupRequest.Builder attributeGroup(String attributeGroup)
The name or ID of the attribute group that holds the attributes to describe the application.
attributeGroup - The name or ID of the attribute group that holds the attributes to describe the application.UpdateAttributeGroupRequest.Builder name(String name)
The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group.
name - The new name of the attribute group. The name must be unique in the region in which you are updating
the attribute group.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 © 2021. All rights reserved.