Interface AccessPolicySummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccessPolicySummary.Builder,AccessPolicySummary>,SdkBuilder<AccessPolicySummary.Builder,AccessPolicySummary>,SdkPojo
- Enclosing class:
- AccessPolicySummary
public static interface AccessPolicySummary.Builder extends SdkPojo, CopyableBuilder<AccessPolicySummary.Builder,AccessPolicySummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessPolicySummary.BuildercreatedDate(Long createdDate)The Epoch time when the access policy was created.AccessPolicySummary.Builderdescription(String description)The description of the access policy.AccessPolicySummary.BuilderlastModifiedDate(Long lastModifiedDate)The date and time when the collection was last modified.AccessPolicySummary.Buildername(String name)The name of the access policy.AccessPolicySummary.BuilderpolicyVersion(String policyVersion)The version of the policy.AccessPolicySummary.Buildertype(String type)The type of access policy.AccessPolicySummary.Buildertype(AccessPolicyType type)The type of 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
createdDate
AccessPolicySummary.Builder createdDate(Long createdDate)
The 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.
-
description
AccessPolicySummary.Builder description(String description)
The 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.
-
lastModifiedDate
AccessPolicySummary.Builder lastModifiedDate(Long lastModifiedDate)
The 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.
-
name
AccessPolicySummary.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.
-
policyVersion
AccessPolicySummary.Builder policyVersion(String policyVersion)
The 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.
-
type
AccessPolicySummary.Builder type(String type)
The type of access policy. Currently, the only available type is
data.- Parameters:
type- The type of access policy. Currently, the only available type isdata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessPolicyType,AccessPolicyType
-
type
AccessPolicySummary.Builder type(AccessPolicyType type)
The type of access policy. Currently, the only available type is
data.- Parameters:
type- The type of access policy. Currently, the only available type isdata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessPolicyType,AccessPolicyType
-
-