Interface ValidationErrorsEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ValidationErrorsEntry.Builder,
,ValidationErrorsEntry> SdkBuilder<ValidationErrorsEntry.Builder,
,ValidationErrorsEntry> SdkPojo
- Enclosing class:
ValidationErrorsEntry
@Mutable
@NotThreadSafe
public static interface ValidationErrorsEntry.Builder
extends SdkPojo, CopyableBuilder<ValidationErrorsEntry.Builder,ValidationErrorsEntry>
-
Method Summary
Modifier and TypeMethodDescriptionChecks the name of the policy.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-