Interface AccessPolicySummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AccessPolicySummary.Builder,,- AccessPolicySummary> - SdkBuilder<AccessPolicySummary.Builder,,- AccessPolicySummary> - SdkPojo
- Enclosing class:
- AccessPolicySummary
@Mutable
@NotThreadSafe
public static interface AccessPolicySummary.Builder
extends SdkPojo, CopyableBuilder<AccessPolicySummary.Builder,AccessPolicySummary> 
- 
Method SummaryModifier and TypeMethodDescriptioncreatedDate(Long createdDate) The Epoch time when the access policy was created.description(String description) The description of the access policy.lastModifiedDate(Long lastModifiedDate) The date and time when the collection was last modified.The name of the access policy.policyVersion(String policyVersion) The version of the policy.The type of access policy.type(AccessPolicyType type) The type of access policy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeThe type of access policy. Currently, the only available type is data.- Parameters:
- type- The type of access policy. Currently, the only available type is- data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeThe type of access policy. Currently, the only available type is data.- Parameters:
- type- The type of access policy. Currently, the only available type is- data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameThe 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.
 
- 
policyVersionThe version of the policy. - Parameters:
- policyVersion- The version of the policy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description of the access policy. - Parameters:
- description- The description of the access policy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdDateThe Epoch time when the access policy was created. - Parameters:
- createdDate- The Epoch time when the access policy was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedDateThe date and time when the collection was last modified. - Parameters:
- lastModifiedDate- The date and time when the collection was last modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-