Interface StartAutoManagementRequest.Builder

  • Method Details

    • optInLevel

      Sets the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.

      Parameters:
      optInLevel - Sets the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • optInLevel

      Sets the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.

      Parameters:
      optInLevel - Sets the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • optInType

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

      Parameters:
      optInType - Sets the opt-in type for Automatic Management. 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

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

      Parameters:
      optInType - Sets the opt-in type for Automatic Management. 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

      StartAutoManagementRequest.Builder notificationArn(String notificationArn)

      The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications.

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

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

      List of Amazon Web Services services excluded 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 excluded 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

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