Interface BatchGetPolicyInputItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchGetPolicyInputItem.Builder,
,BatchGetPolicyInputItem> SdkBuilder<BatchGetPolicyInputItem.Builder,
,BatchGetPolicyInputItem> SdkPojo
- Enclosing class:
BatchGetPolicyInputItem
@Mutable
@NotThreadSafe
public static interface BatchGetPolicyInputItem.Builder
extends SdkPojo, CopyableBuilder<BatchGetPolicyInputItem.Builder,BatchGetPolicyInputItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the policy you want information about.policyStoreId
(String policyStoreId) The identifier of the policy store where the policy you want information about is stored.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
-
policyStoreId
The identifier of the policy store where the policy you want information about is stored.
- Parameters:
policyStoreId
- The identifier of the policy store where the policy you want information about is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyId
The identifier of the policy you want information about.
- Parameters:
policyId
- The identifier of the policy you want information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-