Interface UpdateGroupRequest.Builder

  • Method Details

    • groupName

      Deprecated.
      This field is deprecated, use Group instead.

      Don't use this parameter. Use Group instead.

      Parameters:
      groupName - Don't use this parameter. Use Group instead.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • group

      The name or the ARN of the resource group to update.

      Parameters:
      group - The name or the ARN of the resource group to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdateGroupRequest.Builder description(String description)

      The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.

      Parameters:
      description - The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • criticality

      UpdateGroupRequest.Builder criticality(Integer criticality)

      The critical rank of the application group on a scale of 1 to 10, with a rank of 1 being the most critical, and a rank of 10 being least critical.

      Parameters:
      criticality - The critical rank of the application group on a scale of 1 to 10, with a rank of 1 being the most critical, and a rank of 10 being least critical.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • owner

      A name, email address or other identifier for the person or group who is considered as the owner of this application group within your organization.

      Parameters:
      owner - A name, email address or other identifier for the person or group who is considered as the owner of this application group within your organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      UpdateGroupRequest.Builder displayName(String displayName)

      The name of the application group, which you can change at any time.

      Parameters:
      displayName - The name of the application group, which you can change at any time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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