Interface ControlMetadata.Builder

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

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

      The unique identifier for the control.

      Parameters:
      id - The unique identifier for the control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the control.

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

      ControlMetadata.Builder controlSources(String controlSources)

      The data source that determines where Audit Manager collects evidence from for the control.

      Parameters:
      controlSources - The data source that determines where Audit Manager collects evidence from for the control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      ControlMetadata.Builder createdAt(Instant createdAt)

      The time when the control was created.

      Parameters:
      createdAt - The time when the control was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedAt

      ControlMetadata.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The time when the control was most recently updated.

      Parameters:
      lastUpdatedAt - The time when the control was most recently updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.