Interface GetControlResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the control.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The display name of the control.

      Parameters:
      name - The display name of the control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      GetControlResponse.Builder description(String description)

      A description of what the control does.

      Parameters:
      description - A description of what the control does.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • behavior

      GetControlResponse.Builder behavior(String behavior)

      A term that identifies the control's functional behavior. One of Preventive, Deteictive, Proactive

      Parameters:
      behavior - A term that identifies the control's functional behavior. One of Preventive, Deteictive, Proactive
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • behavior

      A term that identifies the control's functional behavior. One of Preventive, Deteictive, Proactive

      Parameters:
      behavior - A term that identifies the control's functional behavior. One of Preventive, Deteictive, Proactive
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • regionConfiguration

      GetControlResponse.Builder regionConfiguration(RegionConfiguration regionConfiguration)
      Sets the value of the RegionConfiguration property for this object.
      Parameters:
      regionConfiguration - The new value for the RegionConfiguration property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • regionConfiguration

      default GetControlResponse.Builder regionConfiguration(Consumer<RegionConfiguration.Builder> regionConfiguration)
      Sets the value of the RegionConfiguration property for this object. This is a convenience method that creates an instance of the RegionConfiguration.Builder avoiding the need to create one manually via RegionConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to regionConfiguration(RegionConfiguration).

      Parameters:
      regionConfiguration - a consumer that will call methods on RegionConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: