Interface ResourcePolicySummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourcePolicySummary.Builder,ResourcePolicySummary>,SdkBuilder<ResourcePolicySummary.Builder,ResourcePolicySummary>,SdkPojo
- Enclosing class:
- ResourcePolicySummary
public static interface ResourcePolicySummary.Builder extends SdkPojo, CopyableBuilder<ResourcePolicySummary.Builder,ResourcePolicySummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcePolicySummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the resource policy.ResourcePolicySummary.Builderid(String id)The unique identifier (ID) of the resource 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
-
id
ResourcePolicySummary.Builder id(String id)
The unique identifier (ID) of the resource policy.
- Parameters:
id- The unique identifier (ID) of the resource policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
ResourcePolicySummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the resource policy.
- Parameters:
arn- The Amazon Resource Name (ARN) of the resource policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-