Interface UnprocessedStandardsControlAssociationUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UnprocessedStandardsControlAssociationUpdate.Builder,UnprocessedStandardsControlAssociationUpdate>,SdkBuilder<UnprocessedStandardsControlAssociationUpdate.Builder,UnprocessedStandardsControlAssociationUpdate>,SdkPojo
- Enclosing class:
- UnprocessedStandardsControlAssociationUpdate
public static interface UnprocessedStandardsControlAssociationUpdate.Builder extends SdkPojo, CopyableBuilder<UnprocessedStandardsControlAssociationUpdate.Builder,UnprocessedStandardsControlAssociationUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UnprocessedStandardsControlAssociationUpdate.BuildererrorCode(String errorCode)The error code for the unprocessed update of the control's enablement status in the specified standard.UnprocessedStandardsControlAssociationUpdate.BuildererrorCode(UnprocessedErrorCode errorCode)The error code for the unprocessed update of the control's enablement status in the specified standard.UnprocessedStandardsControlAssociationUpdate.BuildererrorReason(String errorReason)The reason why a control's enablement status in the specified standard couldn't be updated.default UnprocessedStandardsControlAssociationUpdate.BuilderstandardsControlAssociationUpdate(Consumer<StandardsControlAssociationUpdate.Builder> standardsControlAssociationUpdate)An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.UnprocessedStandardsControlAssociationUpdate.BuilderstandardsControlAssociationUpdate(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, sdkFields
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaStandardsControlAssociationUpdate.builder().When the
Consumercompletes,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:
standardsControlAssociationUpdate(StandardsControlAssociationUpdate)
-
errorCode
UnprocessedStandardsControlAssociationUpdate.Builder errorCode(String 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:
UnprocessedErrorCode,UnprocessedErrorCode
-
errorCode
UnprocessedStandardsControlAssociationUpdate.Builder errorCode(UnprocessedErrorCode 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:
UnprocessedErrorCode,UnprocessedErrorCode
-
errorReason
UnprocessedStandardsControlAssociationUpdate.Builder errorReason(String 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.
-
-