Interface UpdateAttributeGroupRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateAttributeGroupRequest.Builder,UpdateAttributeGroupRequest>, SdkBuilder<UpdateAttributeGroupRequest.Builder,UpdateAttributeGroupRequest>, SdkPojo, SdkRequest.Builder, ServiceCatalogAppRegistryRequest.Builder
Enclosing class:
UpdateAttributeGroupRequest

  • Method Details

    • 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.
      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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.