Interface InlinePolicy.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InlinePolicy.Builder,,InlinePolicy> SdkBuilder<InlinePolicy.Builder,,InlinePolicy> SdkPojo
- Enclosing class:
InlinePolicy
@Mutable
@NotThreadSafe
public static interface InlinePolicy.Builder
extends SdkPojo, CopyableBuilder<InlinePolicy.Builder,InlinePolicy>
-
Method Summary
Modifier and TypeMethodDescriptionpolicyDocument(String policyDocument) The inline policy document.policyName(String policyName) The name of the inline 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
-
policyName
The name of the inline policy.
- Parameters:
policyName- The name of the inline policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyDocument
The inline policy document.
- Parameters:
policyDocument- The inline policy document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-