public static interface UnprocessedStandardsControlAssociation.Builder extends SdkPojo, CopyableBuilder<UnprocessedStandardsControlAssociation.Builder,UnprocessedStandardsControlAssociation>
| Modifier and Type | Method and Description |
|---|---|
UnprocessedStandardsControlAssociation.Builder |
errorCode(String errorCode)
The error code for the unprocessed standard and control association.
|
UnprocessedStandardsControlAssociation.Builder |
errorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed standard and control association.
|
UnprocessedStandardsControlAssociation.Builder |
errorReason(String errorReason)
The reason why the standard and control association was unprocessed.
|
default UnprocessedStandardsControlAssociation.Builder |
standardsControlAssociationId(Consumer<StandardsControlAssociationId.Builder> standardsControlAssociationId)
An array with one or more objects that includes a security control (identified with
SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. |
UnprocessedStandardsControlAssociation.Builder |
standardsControlAssociationId(StandardsControlAssociationId standardsControlAssociationId)
An array with one or more objects that includes a security control (identified with
SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUnprocessedStandardsControlAssociation.Builder standardsControlAssociationId(StandardsControlAssociationId standardsControlAssociationId)
An array with one or more objects that includes a security control (identified with
SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. This parameter shows the specific controls for which the enablement status
couldn't be retrieved in specified standards when calling BatchUpdateStandardsControlAssociations.
standardsControlAssociationId - An array with one or more objects that includes a security control (identified with
SecurityControlId, SecurityControlArn, or a mix of both parameters) and the
Amazon Resource Name (ARN) of a standard. This parameter shows the specific controls for which the
enablement status couldn't be retrieved in specified standards when calling BatchUpdateStandardsControlAssociations.default UnprocessedStandardsControlAssociation.Builder standardsControlAssociationId(Consumer<StandardsControlAssociationId.Builder> standardsControlAssociationId)
An array with one or more objects that includes a security control (identified with
SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon
Resource Name (ARN) of a standard. This parameter shows the specific controls for which the enablement status
couldn't be retrieved in specified standards when calling BatchUpdateStandardsControlAssociations.
StandardsControlAssociationId.Builder
avoiding the need to create one manually via StandardsControlAssociationId.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to standardsControlAssociationId(StandardsControlAssociationId).
standardsControlAssociationId - a consumer that will call methods on StandardsControlAssociationId.BuilderstandardsControlAssociationId(StandardsControlAssociationId)UnprocessedStandardsControlAssociation.Builder errorCode(String errorCode)
The error code for the unprocessed standard and control association.
errorCode - The error code for the unprocessed standard and control association.UnprocessedErrorCode,
UnprocessedErrorCodeUnprocessedStandardsControlAssociation.Builder errorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed standard and control association.
errorCode - The error code for the unprocessed standard and control association.UnprocessedErrorCode,
UnprocessedErrorCodeUnprocessedStandardsControlAssociation.Builder errorReason(String errorReason)
The reason why the standard and control association was unprocessed.
errorReason - The reason why the standard and control association was unprocessed.Copyright © 2023. All rights reserved.