Interface ControlSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ControlSummary.Builder,
,ControlSummary> SdkBuilder<ControlSummary.Builder,
,ControlSummary> SdkPojo
- Enclosing class:
ControlSummary
public static interface ControlSummary.Builder
extends SdkPojo, CopyableBuilder<ControlSummary.Builder,ControlSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the control.description
(String description) A description of the control, as it may appear in the console.The display 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 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.
-
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.
-