Interface BatchGetPolicyErrorItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetPolicyErrorItem.Builder,
,BatchGetPolicyErrorItem> SdkBuilder<BatchGetPolicyErrorItem.Builder,
,BatchGetPolicyErrorItem> SdkPojo
- Enclosing class:
BatchGetPolicyErrorItem
@Mutable
@NotThreadSafe
public static interface BatchGetPolicyErrorItem.Builder
extends SdkPojo, CopyableBuilder<BatchGetPolicyErrorItem.Builder,BatchGetPolicyErrorItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code that was returned.code
(BatchGetPolicyErrorCode code) The error code that was returned.A detailed error message.The identifier of the policy associated with the failed request.policyStoreId
(String policyStoreId) The identifier of the policy store associated with the failed request.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
-
code
The error code that was returned.
- Parameters:
code
- The error code that was returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
code
The error code that was returned.
- Parameters:
code
- The error code that was returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policyStoreId
The identifier of the policy store associated with the failed request.
- Parameters:
policyStoreId
- The identifier of the policy store associated with the failed request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyId
The identifier of the policy associated with the failed request.
- Parameters:
policyId
- The identifier of the policy associated with the failed request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A detailed error message.
- Parameters:
message
- A detailed error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-