Interface ResourcePolicySummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourcePolicySummary.Builder,,ResourcePolicySummary> SdkBuilder<ResourcePolicySummary.Builder,,ResourcePolicySummary> SdkPojo
- Enclosing class:
ResourcePolicySummary
@Mutable
@NotThreadSafe
public static interface ResourcePolicySummary.Builder
extends SdkPojo, CopyableBuilder<ResourcePolicySummary.Builder,ResourcePolicySummary>
-
Method Summary
Modifier and TypeMethodDescriptionpolicyName(String policyName) Sets the value of the PolicyName property for this object.revisionId(String revisionId) Sets the value of the RevisionId property for this object.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
Sets the value of the PolicyName property for this object.- Parameters:
policyName- The new value for the PolicyName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionId
Sets the value of the RevisionId property for this object.- Parameters:
revisionId- The new value for the RevisionId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-