Interface UpdateAttributeGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAttributeGroupRequest.Builder,UpdateAttributeGroupRequest>,SdkBuilder<UpdateAttributeGroupRequest.Builder,UpdateAttributeGroupRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogAppRegistryRequest.Builder
- Enclosing class:
- UpdateAttributeGroupRequest
public static interface UpdateAttributeGroupRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<UpdateAttributeGroupRequest.Builder,UpdateAttributeGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UpdateAttributeGroupRequest.BuilderattributeGroup(String attributeGroup)The name, ID, or ARN of the attribute group that holds the attributes to describe the application.UpdateAttributeGroupRequest.Builderattributes(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.Builderdescription(String description)The description of the attribute group that the user provides.UpdateAttributeGroupRequest.Buildername(String name)Deprecated.Name update for attribute group is deprecated.UpdateAttributeGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAttributeGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryRequest.Builder
build
-
-
-
-
Method Detail
-
attributeGroup
UpdateAttributeGroupRequest.Builder attributeGroup(String attributeGroup)
The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
- Parameters:
attributeGroup- The name, ID, or ARN of the attribute group that holds the attributes to describe the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
@Deprecated UpdateAttributeGroupRequest.Builder name(String name)
Deprecated.Name update for attribute group is deprecated.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateAttributeGroupRequest.Builder description(String description)
The description of the attribute group that the user provides.
- Parameters:
description- The description of the attribute group that the user provides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAttributeGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAttributeGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-