Interface AccessPolicy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccessPolicy.Builder,AccessPolicy>,SdkBuilder<AccessPolicy.Builder,AccessPolicy>,SdkPojo
- Enclosing class:
- AccessPolicy
public static interface AccessPolicy.Builder extends SdkPojo, CopyableBuilder<AccessPolicy.Builder,AccessPolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessPolicy.Builderarn(String arn)The ARN of the access policy.AccessPolicy.Buildername(String name)The name of the access policy.-
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, sdkFields
-
-
-
-
Method Detail
-
name
AccessPolicy.Builder name(String name)
The name of the access policy.
- Parameters:
name- The name of the access policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
AccessPolicy.Builder arn(String arn)
The ARN of the access policy.
- Parameters:
arn- The ARN of the access policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-