public static interface UnprocessedStandardsControlAssociationUpdate.Builder extends SdkPojo, CopyableBuilder<UnprocessedStandardsControlAssociationUpdate.Builder,UnprocessedStandardsControlAssociationUpdate>
| Modifier and Type | Method and Description |
|---|---|
UnprocessedStandardsControlAssociationUpdate.Builder |
errorCode(String errorCode)
The error code for the unprocessed update of the control's enablement status in the specified standard.
|
UnprocessedStandardsControlAssociationUpdate.Builder |
errorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed update of the control's enablement status in the specified standard.
|
UnprocessedStandardsControlAssociationUpdate.Builder |
errorReason(String errorReason)
The reason why a control's enablement status in the specified standard couldn't be updated.
|
default UnprocessedStandardsControlAssociationUpdate.Builder |
standardsControlAssociationUpdate(Consumer<StandardsControlAssociationUpdate.Builder> standardsControlAssociationUpdate)
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
|
UnprocessedStandardsControlAssociationUpdate.Builder |
standardsControlAssociationUpdate(StandardsControlAssociationUpdate standardsControlAssociationUpdate)
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUnprocessedStandardsControlAssociationUpdate.Builder standardsControlAssociationUpdate(StandardsControlAssociationUpdate standardsControlAssociationUpdate)
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
standardsControlAssociationUpdate - An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.default UnprocessedStandardsControlAssociationUpdate.Builder standardsControlAssociationUpdate(Consumer<StandardsControlAssociationUpdate.Builder> standardsControlAssociationUpdate)
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
This is a convenience method that creates an instance of theStandardsControlAssociationUpdate.Builder avoiding the need to create one manually via
StandardsControlAssociationUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
standardsControlAssociationUpdate(StandardsControlAssociationUpdate).
standardsControlAssociationUpdate - a consumer that will call methods on StandardsControlAssociationUpdate.BuilderstandardsControlAssociationUpdate(StandardsControlAssociationUpdate)UnprocessedStandardsControlAssociationUpdate.Builder errorCode(String errorCode)
The error code for the unprocessed update of the control's enablement status in the specified standard.
errorCode - The error code for the unprocessed update of the control's enablement status in the specified
standard.UnprocessedErrorCode,
UnprocessedErrorCodeUnprocessedStandardsControlAssociationUpdate.Builder errorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed update of the control's enablement status in the specified standard.
errorCode - The error code for the unprocessed update of the control's enablement status in the specified
standard.UnprocessedErrorCode,
UnprocessedErrorCodeUnprocessedStandardsControlAssociationUpdate.Builder errorReason(String errorReason)
The reason why a control's enablement status in the specified standard couldn't be updated.
errorReason - The reason why a control's enablement status in the specified standard couldn't be updated.Copyright © 2023. All rights reserved.