Interface DisableControlRequest.Builder

  • Method Details

    • controlIdentifier

      DisableControlRequest.Builder controlIdentifier(String controlIdentifier)

      The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny control. For information on how to find the controlIdentifier, see the overview page.

      Parameters:
      controlIdentifier - The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny control. For information on how to find the controlIdentifier, see the overview page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetIdentifier

      DisableControlRequest.Builder targetIdentifier(String targetIdentifier)

      The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.

      Parameters:
      targetIdentifier - The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabledControlIdentifier

      DisableControlRequest.Builder enabledControlIdentifier(String enabledControlIdentifier)

      The ARN of the enabled control to be disabled, which uniquely identifies the control instance on the target organizational unit.

      Parameters:
      enabledControlIdentifier - The ARN of the enabled control to be disabled, which uniquely identifies the control instance on the target organizational unit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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