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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ControlMetadata.Builderarn(String arn)The Amazon Resource Name (ARN) of the control.ControlMetadata.BuildercontrolSources(String controlSources)The data source that determines where Audit Manager collects evidence from for the control.ControlMetadata.BuildercreatedAt(Instant createdAt)The time when the control was created.ControlMetadata.Builderid(String id)The unique identifier for the control.ControlMetadata.BuilderlastUpdatedAt(Instant lastUpdatedAt)The time when the control was most recently updated.ControlMetadata.Buildername(String name)The name of the control.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-