Interface ImplementationDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImplementationDetails.Builder,
,ImplementationDetails> SdkBuilder<ImplementationDetails.Builder,
,ImplementationDetails> SdkPojo
- Enclosing class:
ImplementationDetails
@Mutable
@NotThreadSafe
public static interface ImplementationDetails.Builder
extends SdkPojo, CopyableBuilder<ImplementationDetails.Builder,ImplementationDetails>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier
(String identifier) A service-specific identifier for the control, assigned by the service that implemented the control.A string that describes a control's implementation type.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
-
type
A string that describes a control's implementation type.
- Parameters:
type
- A string that describes a control's implementation type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
A service-specific identifier for the control, assigned by the service that implemented the control. For example, this identifier could be an Amazon Web Services Config Rule ID or a Security Hub Control ID.
- Parameters:
identifier
- A service-specific identifier for the control, assigned by the service that implemented the control. For example, this identifier could be an Amazon Web Services Config Rule ID or a Security Hub Control ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-