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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.
You can use the policy name in place of the policy ID. When using a name, prefix it with
name/. For example:-
ID:
SPEXAMPLEabcdefg111111 -
Name:
name/example-policy
- Parameters:
policyId- The identifier of the policy you want information about.You can use the policy name in place of the policy ID. When using a name, prefix it with
name/. For example:-
ID:
SPEXAMPLEabcdefg111111 -
Name:
name/example-policy
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-