Interface ControlMetadata.Builder

    • Method Detail

      • arn

        ControlMetadata.Builder arn​(String 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

        ControlMetadata.Builder id​(String 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

        ControlMetadata.Builder name​(String 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.