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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
checkNameChecks 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.
 
- 
errorMessageDisplays 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.
 
 
-