Interface ControlSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ControlSummary.Builder,
,ControlSummary> SdkBuilder<ControlSummary.Builder,
,ControlSummary> SdkPojo
- Enclosing class:
ControlSummary
-
Method Summary
Modifier and TypeMethodDescriptionA list of alternative identifiers for the control.aliases
(Collection<String> aliases) A list of alternative identifiers for the control.The Amazon Resource Name (ARN) of the control.An enumerated type, with the following possible values:behavior
(ControlBehavior behavior) An enumerated type, with the following possible values:createTime
(Instant createTime) A timestamp that notes the time when the control was released (start of its life) as a governance capability in Amazon Web Services.description
(String description) A description of the control, as it may appear in the console.governedResources
(String... governedResources) A list of Amazon Web Services resource types that are governed by this control.governedResources
(Collection<String> governedResources) A list of Amazon Web Services resource types that are governed by this control.default ControlSummary.Builder
implementation
(Consumer<ImplementationSummary.Builder> implementation) An object of typeImplementationSummary
that describes how the control is implemented.implementation
(ImplementationSummary implementation) An object of typeImplementationSummary
that describes how the control is implemented.The display name of the control.An enumerated type, with the following possible values:severity
(ControlSeverity severity) An enumerated type, with the following possible values: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, sdkFieldNameToField, sdkFields
-
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.
-
aliases
A list of alternative identifiers for the control. These are human-readable designators, such as
SH.S3.1
. Several aliases can refer to the same control across different Amazon Web Services services or compliance frameworks.- Parameters:
aliases
- A list of alternative identifiers for the control. These are human-readable designators, such asSH.S3.1
. Several aliases can refer to the same control across different Amazon Web Services services or compliance frameworks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliases
A list of alternative identifiers for the control. These are human-readable designators, such as
SH.S3.1
. Several aliases can refer to the same control across different Amazon Web Services services or compliance frameworks.- Parameters:
aliases
- A list of alternative identifiers for the control. These are human-readable designators, such asSH.S3.1
. Several aliases can refer to the same control across different Amazon Web Services services or compliance frameworks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The display name of the control.
- Parameters:
name
- The display name of the control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the control, as it may appear in the console. Describes the functionality of the control.
- Parameters:
description
- A description of the control, as it may appear in the console. Describes the functionality of the control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
behavior
An enumerated type, with the following possible values:
- Parameters:
behavior
- An enumerated type, with the following possible values:- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
behavior
An enumerated type, with the following possible values:
- Parameters:
behavior
- An enumerated type, with the following possible values:- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
severity
An enumerated type, with the following possible values:
- Parameters:
severity
- An enumerated type, with the following possible values:- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
severity
An enumerated type, with the following possible values:
- Parameters:
severity
- An enumerated type, with the following possible values:- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
implementation
An object of type
ImplementationSummary
that describes how the control is implemented.- Parameters:
implementation
- An object of typeImplementationSummary
that describes how the control is implemented.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
implementation
default ControlSummary.Builder implementation(Consumer<ImplementationSummary.Builder> implementation) An object of type
This is a convenience method that creates an instance of theImplementationSummary
that describes how the control is implemented.ImplementationSummary.Builder
avoiding the need to create one manually viaImplementationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimplementation(ImplementationSummary)
.- Parameters:
implementation
- a consumer that will call methods onImplementationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createTime
A timestamp that notes the time when the control was released (start of its life) as a governance capability in Amazon Web Services.
- Parameters:
createTime
- A timestamp that notes the time when the control was released (start of its life) as a governance capability in Amazon Web Services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
governedResources
A list of Amazon Web Services resource types that are governed by this control. This information helps you understand which controls can govern certain types of resources, and conversely, which resources are affected when the control is implemented. The resources are represented as Amazon Web Services CloudFormation resource types. If
GovernedResources
cannot be represented by available CloudFormation resource types, it’s returned as an empty list.- Parameters:
governedResources
- A list of Amazon Web Services resource types that are governed by this control. This information helps you understand which controls can govern certain types of resources, and conversely, which resources are affected when the control is implemented. The resources are represented as Amazon Web Services CloudFormation resource types. IfGovernedResources
cannot be represented by available CloudFormation resource types, it’s returned as an empty list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
governedResources
A list of Amazon Web Services resource types that are governed by this control. This information helps you understand which controls can govern certain types of resources, and conversely, which resources are affected when the control is implemented. The resources are represented as Amazon Web Services CloudFormation resource types. If
GovernedResources
cannot be represented by available CloudFormation resource types, it’s returned as an empty list.- Parameters:
governedResources
- A list of Amazon Web Services resource types that are governed by this control. This information helps you understand which controls can govern certain types of resources, and conversely, which resources are affected when the control is implemented. The resources are represented as Amazon Web Services CloudFormation resource types. IfGovernedResources
cannot be represented by available CloudFormation resource types, it’s returned as an empty list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-