public static interface ControlMetadata.Builder extends SdkPojo, CopyableBuilder<ControlMetadata.Builder,ControlMetadata>
| Modifier and Type | Method and Description |
|---|---|
ControlMetadata.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the control.
|
ControlMetadata.Builder |
controlSources(String controlSources)
The data source that determines where Audit Manager collects evidence from for the control.
|
ControlMetadata.Builder |
createdAt(Instant createdAt)
Specifies when the control was created.
|
ControlMetadata.Builder |
id(String id)
The unique identifier for the control.
|
ControlMetadata.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the control was most recently updated.
|
ControlMetadata.Builder |
name(String name)
The name of the control.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildControlMetadata.Builder arn(String arn)
The Amazon Resource Name (ARN) of the control.
arn - The Amazon Resource Name (ARN) of the control.ControlMetadata.Builder id(String id)
The unique identifier for the control.
id - The unique identifier for the control.ControlMetadata.Builder name(String name)
The name of the control.
name - The name of the control.ControlMetadata.Builder controlSources(String controlSources)
The data source that determines where Audit Manager collects evidence from for the control.
controlSources - The data source that determines where Audit Manager collects evidence from for the control.ControlMetadata.Builder createdAt(Instant createdAt)
Specifies when the control was created.
createdAt - Specifies when the control was created.ControlMetadata.Builder lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the control was most recently updated.
lastUpdatedAt - Specifies when the control was most recently updated.Copyright © 2022. All rights reserved.