Uses of Interface
software.amazon.awssdk.services.securityhub.model.StandardsControlAssociationId.Builder
-
Packages that use StandardsControlAssociationId.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of StandardsControlAssociationId.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return StandardsControlAssociationId.Builder Modifier and Type Method Description static StandardsControlAssociationId.BuilderStandardsControlAssociationId. builder()StandardsControlAssociationId.BuilderStandardsControlAssociationId.Builder. securityControlId(String securityControlId)The unique identifier (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) of a security control across standards.StandardsControlAssociationId.BuilderStandardsControlAssociationId.Builder. standardsArn(String standardsArn)The ARN of a standard.StandardsControlAssociationId.BuilderStandardsControlAssociationId. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type StandardsControlAssociationId.Builder Modifier and Type Method Description static Class<? extends StandardsControlAssociationId.Builder>StandardsControlAssociationId. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type StandardsControlAssociationId.Builder Modifier and Type Method Description default UnprocessedStandardsControlAssociation.BuilderUnprocessedStandardsControlAssociation.Builder. standardsControlAssociationId(Consumer<StandardsControlAssociationId.Builder> standardsControlAssociationId)An array with one or more objects that includes a security control (identified withSecurityControlId,SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard.
-