Interface ListResourcePoliciesResponseResourcePolicy.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ListResourcePoliciesResponseResourcePolicy.Builder,,ListResourcePoliciesResponseResourcePolicy> SdkBuilder<ListResourcePoliciesResponseResourcePolicy.Builder,,ListResourcePoliciesResponseResourcePolicy> SdkPojo
- Enclosing class:
ListResourcePoliciesResponseResourcePolicy
@Mutable
@NotThreadSafe
public static interface ListResourcePoliciesResponseResourcePolicy.Builder
extends SdkPojo, CopyableBuilder<ListResourcePoliciesResponseResourcePolicy.Builder,ListResourcePoliciesResponseResourcePolicy>
-
Method Summary
Modifier and TypeMethodDescriptionAmazon Resource Name (ARN) for policy.policyName(String policyName) Name of the policy.policyType(String policyType) The type of policy.policyType(PolicyType policyType) The type of policy.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
-
policyArn
Amazon Resource Name (ARN) for policy.
- Parameters:
policyArn- Amazon Resource Name (ARN) for policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyType
The type of policy.
- Parameters:
policyType- The type of policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policyType
The type of policy.
- Parameters:
policyType- The type of policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
policyName
Name of the policy.
- Parameters:
policyName- Name of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-