Interface CommonControlMappingDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CommonControlMappingDetails.Builder,
,CommonControlMappingDetails> SdkBuilder<CommonControlMappingDetails.Builder,
,CommonControlMappingDetails> SdkPojo
- Enclosing class:
CommonControlMappingDetails
@Mutable
@NotThreadSafe
public static interface CommonControlMappingDetails.Builder
extends SdkPojo, CopyableBuilder<CommonControlMappingDetails.Builder,CommonControlMappingDetails>
-
Method Summary
Modifier and TypeMethodDescriptioncommonControlArn
(String commonControlArn) The Amazon Resource Name (ARN) that identifies the common control in the mapping.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
-
commonControlArn
The Amazon Resource Name (ARN) that identifies the common control in the mapping.
- Parameters:
commonControlArn
- The Amazon Resource Name (ARN) that identifies the common control in the mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-