Interface UpdateAutoManagementRequest.Builder

  • Method Details

    • optInType

      Information on the opt-in type for your Automatic Management configuration. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.

      Parameters:
      optInType - Information on the opt-in type for your Automatic Management configuration. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • optInType

      Information on the opt-in type for your Automatic Management configuration. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.

      Parameters:
      optInType - Information on the opt-in type for your Automatic Management configuration. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • notificationArn

      UpdateAutoManagementRequest.Builder notificationArn(String notificationArn)

      The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications you want to update.

      Parameters:
      notificationArn - The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications you want to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exclusionList

      UpdateAutoManagementRequest.Builder exclusionList(Map<String,? extends Collection<String>> exclusionList)

      List of Amazon Web Services services you want to exclude from Automatic Management. You won't be notified of Service Quotas utilization for Amazon Web Services services added to the Automatic Management exclusion list.

      Parameters:
      exclusionList - List of Amazon Web Services services you want to exclude from Automatic Management. You won't be notified of Service Quotas utilization for Amazon Web Services services added to the Automatic Management exclusion list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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