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 specified control.
|
ControlMetadata.Builder |
controlSources(String controlSources)
The data source that determines from where AWS Audit Manager collects evidence for the control.
|
ControlMetadata.Builder |
createdAt(Instant createdAt)
Specifies when the control was created.
|
ControlMetadata.Builder |
id(String id)
The unique identifier for the specified control.
|
ControlMetadata.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
Specifies when the control was most recently updated.
|
ControlMetadata.Builder |
name(String name)
The name of the specified control.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildControlMetadata.Builder arn(String arn)
The Amazon Resource Name (ARN) of the specified control.
arn - The Amazon Resource Name (ARN) of the specified control.ControlMetadata.Builder id(String id)
The unique identifier for the specified control.
id - The unique identifier for the specified control.ControlMetadata.Builder name(String name)
The name of the specified control.
name - The name of the specified control.ControlMetadata.Builder controlSources(String controlSources)
The data source that determines from where AWS Audit Manager collects evidence for the control.
controlSources - The data source that determines from where AWS Audit Manager collects evidence 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 © 2021. All rights reserved.