Interface UnprocessedStandardsControlAssociationUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UnprocessedStandardsControlAssociationUpdate.Builder,
,UnprocessedStandardsControlAssociationUpdate> SdkBuilder<UnprocessedStandardsControlAssociationUpdate.Builder,
,UnprocessedStandardsControlAssociationUpdate> SdkPojo
- Enclosing class:
UnprocessedStandardsControlAssociationUpdate
@Mutable
@NotThreadSafe
public static interface UnprocessedStandardsControlAssociationUpdate.Builder
extends SdkPojo, CopyableBuilder<UnprocessedStandardsControlAssociationUpdate.Builder,UnprocessedStandardsControlAssociationUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code for the unprocessed update of the control's enablement status in the specified standard.errorCode
(UnprocessedErrorCode errorCode) The error code for the unprocessed update of the control's enablement status in the specified standard.errorReason
(String errorReason) The reason why a control's enablement status in the specified standard couldn't be updated.standardsControlAssociationUpdate
(Consumer<StandardsControlAssociationUpdate.Builder> standardsControlAssociationUpdate) An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.standardsControlAssociationUpdate
(StandardsControlAssociationUpdate standardsControlAssociationUpdate) An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
standardsControlAssociationUpdate
UnprocessedStandardsControlAssociationUpdate.Builder standardsControlAssociationUpdate(StandardsControlAssociationUpdate standardsControlAssociationUpdate) An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
- Parameters:
standardsControlAssociationUpdate
- An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsControlAssociationUpdate
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 viaStandardsControlAssociationUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostandardsControlAssociationUpdate(StandardsControlAssociationUpdate)
.- Parameters:
standardsControlAssociationUpdate
- a consumer that will call methods onStandardsControlAssociationUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
The error code for the unprocessed update of the control's enablement status in the specified standard.
- Parameters:
errorCode
- The error code for the unprocessed update of the control's enablement status in the specified standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
The error code for the unprocessed update of the control's enablement status in the specified standard.
- Parameters:
errorCode
- The error code for the unprocessed update of the control's enablement status in the specified standard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorReason
The reason why a control's enablement status in the specified standard couldn't be updated.
- Parameters:
errorReason
- The reason why a control's enablement status in the specified standard couldn't be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-