Interface AssociatedStandard.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssociatedStandard.Builder,
,AssociatedStandard> SdkBuilder<AssociatedStandard.Builder,
,AssociatedStandard> SdkPojo
- Enclosing class:
AssociatedStandard
public static interface AssociatedStandard.Builder
extends SdkPojo, CopyableBuilder<AssociatedStandard.Builder,AssociatedStandard>
-
Method Summary
Modifier and TypeMethodDescriptionstandardsId
(String standardsId) The unique identifier of a standard in which a control is enabled.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
-
standardsId
The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.
- Parameters:
standardsId
- The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-