Interface ImplementationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ImplementationSummary.Builder,,ImplementationSummary> SdkBuilder<ImplementationSummary.Builder,,ImplementationSummary> SdkPojo
- Enclosing class:
ImplementationSummary
@Mutable
@NotThreadSafe
public static interface ImplementationSummary.Builder
extends SdkPojo, CopyableBuilder<ImplementationSummary.Builder,ImplementationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier(String identifier) The identifier originally assigned by the Amazon Web Services service that implements the control.A string that represents the Amazon Web Services service that implements this control.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
A string that represents the Amazon Web Services service that implements this control. For example, a value of
AWS::Config::ConfigRuleindicates that the control is implemented by Amazon Web Services Config, andAWS::SecurityHub::SecurityControlindicates implementation by Amazon Web Services Security Hub.- Parameters:
type- A string that represents the Amazon Web Services service that implements this control. For example, a value ofAWS::Config::ConfigRuleindicates that the control is implemented by Amazon Web Services Config, andAWS::SecurityHub::SecurityControlindicates implementation by Amazon Web Services Security Hub.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
The identifier originally assigned by the Amazon Web Services service that implements the control. For example,
CODEPIPELINE_DEPLOYMENT_COUNT_CHECK.- Parameters:
identifier- The identifier originally assigned by the Amazon Web Services service that implements the control. For example,CODEPIPELINE_DEPLOYMENT_COUNT_CHECK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-