Interface ValidationErrorsEntry.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ValidationErrorsEntry.Builder,ValidationErrorsEntry>
,SdkBuilder<ValidationErrorsEntry.Builder,ValidationErrorsEntry>
,SdkPojo
- Enclosing class:
- ValidationErrorsEntry
public static interface ValidationErrorsEntry.Builder extends SdkPojo, CopyableBuilder<ValidationErrorsEntry.Builder,ValidationErrorsEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationErrorsEntry.Builder
checkName(String checkName)
Checks the name of the policy.ValidationErrorsEntry.Builder
errorMessage(String errorMessage)
Displays error messages if validation encounters problems during validation of the resource policy.-
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
-
checkName
ValidationErrorsEntry.Builder checkName(String checkName)
Checks the name of the policy.
- Parameters:
checkName
- Checks the name of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
ValidationErrorsEntry.Builder errorMessage(String errorMessage)
Displays error messages if validation encounters problems during validation of the resource policy.
- Parameters:
errorMessage
- Displays error messages if validation encounters problems during validation of the resource policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-