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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeA 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 of- AWS::Config::ConfigRuleindicates that the control is implemented by Amazon Web Services Config, and- AWS::SecurityHub::SecurityControlindicates implementation by Amazon Web Services Security Hub.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
identifierThe 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.
 
 
-