Interface BatchDeleteDelegationByAssessmentError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDeleteDelegationByAssessmentError.Builder,BatchDeleteDelegationByAssessmentError>,SdkBuilder<BatchDeleteDelegationByAssessmentError.Builder,BatchDeleteDelegationByAssessmentError>,SdkPojo
- Enclosing class:
- BatchDeleteDelegationByAssessmentError
public static interface BatchDeleteDelegationByAssessmentError.Builder extends SdkPojo, CopyableBuilder<BatchDeleteDelegationByAssessmentError.Builder,BatchDeleteDelegationByAssessmentError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDeleteDelegationByAssessmentError.BuilderdelegationId(String delegationId)The identifier for the delegation.BatchDeleteDelegationByAssessmentError.BuildererrorCode(String errorCode)The error code that theBatchDeleteDelegationByAssessmentAPI returned.BatchDeleteDelegationByAssessmentError.BuildererrorMessage(String errorMessage)The error message that theBatchDeleteDelegationByAssessmentAPI returned.-
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
-
delegationId
BatchDeleteDelegationByAssessmentError.Builder delegationId(String delegationId)
The identifier for the delegation.
- Parameters:
delegationId- The identifier for the delegation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
BatchDeleteDelegationByAssessmentError.Builder errorCode(String errorCode)
The error code that the
BatchDeleteDelegationByAssessmentAPI returned.- Parameters:
errorCode- The error code that theBatchDeleteDelegationByAssessmentAPI returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
BatchDeleteDelegationByAssessmentError.Builder errorMessage(String errorMessage)
The error message that the
BatchDeleteDelegationByAssessmentAPI returned.- Parameters:
errorMessage- The error message that theBatchDeleteDelegationByAssessmentAPI returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-