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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ControlSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the control.ControlSummary.Builderdescription(String description)A description of the control, as it may appear in the console.ControlSummary.Buildername(String name)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 Detail
-
arn
ControlSummary.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.
-
name
ControlSummary.Builder name(String 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
ControlSummary.Builder description(String 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.
-
-