Interface ControlSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ControlSummary.Builder,ControlSummary>, SdkBuilder<ControlSummary.Builder,ControlSummary>, SdkPojo
Enclosing class:
ControlSummary

public static interface ControlSummary.Builder extends SdkPojo, CopyableBuilder<ControlSummary.Builder,ControlSummary>
  • 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

      ControlSummary.Builder description(String description)

      A description of the control, as it may appear in the console. Describes the functionality of the control.

      Parameters:
      description - A description of the control, as it may appear in the console. Describes the functionality of the control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.