Interface BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder,BatchDisassociateApprovalRuleTemplateFromRepositoriesError>,SdkBuilder<BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder,BatchDisassociateApprovalRuleTemplateFromRepositoriesError>,SdkPojo
- Enclosing class:
- BatchDisassociateApprovalRuleTemplateFromRepositoriesError
public static interface BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder extends SdkPojo, CopyableBuilder<BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder,BatchDisassociateApprovalRuleTemplateFromRepositoriesError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDisassociateApprovalRuleTemplateFromRepositoriesError.BuildererrorCode(String errorCode)An error code that specifies whether the repository name was not valid or not found.BatchDisassociateApprovalRuleTemplateFromRepositoriesError.BuildererrorMessage(String errorMessage)An error message that provides details about why the repository name was either not found or not valid.BatchDisassociateApprovalRuleTemplateFromRepositoriesError.BuilderrepositoryName(String repositoryName)The name of the repository where the association with the template was not able to be removed.-
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
-
repositoryName
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder repositoryName(String repositoryName)
The name of the repository where the association with the template was not able to be removed.
- Parameters:
repositoryName- The name of the repository where the association with the template was not able to be removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder errorCode(String errorCode)
An error code that specifies whether the repository name was not valid or not found.
- Parameters:
errorCode- An error code that specifies whether the repository name was not valid or not found.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder errorMessage(String errorMessage)
An error message that provides details about why the repository name was either not found or not valid.
- Parameters:
errorMessage- An error message that provides details about why the repository name was either not found or not valid.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-