Interface UpdatePackageGroupRequest.Builder

  • Method Details

    • domain

      The name of the domain which contains the package group to be updated.

      Parameters:
      domain - The name of the domain which contains the package group to be updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainOwner

      UpdatePackageGroupRequest.Builder domainOwner(String domainOwner)

      The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

      Parameters:
      domainOwner - The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • packageGroup

      UpdatePackageGroupRequest.Builder packageGroup(String packageGroup)

      The pattern of the package group to be updated.

      Parameters:
      packageGroup - The pattern of the package group to be updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contactInfo

      UpdatePackageGroupRequest.Builder contactInfo(String contactInfo)

      Contact information which you want to update the requested package group with.

      Parameters:
      contactInfo - Contact information which you want to update the requested package group with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdatePackageGroupRequest.Builder description(String description)

      The description you want to update the requested package group with.

      Parameters:
      description - The description you want to update the requested package group with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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