Interface AccessPolicyDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccessPolicyDetail.Builder,AccessPolicyDetail>,SdkBuilder<AccessPolicyDetail.Builder,AccessPolicyDetail>,SdkPojo
- Enclosing class:
- AccessPolicyDetail
public static interface AccessPolicyDetail.Builder extends SdkPojo, CopyableBuilder<AccessPolicyDetail.Builder,AccessPolicyDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessPolicyDetail.BuildercreatedDate(Long createdDate)The date the policy was created.AccessPolicyDetail.Builderdescription(String description)The description of the policy.AccessPolicyDetail.BuilderlastModifiedDate(Long lastModifiedDate)The timestamp of when the policy was last modified.AccessPolicyDetail.Buildername(String name)The name of the policy.AccessPolicyDetail.Builderpolicy(Document policy)The JSON policy document without any whitespaces.AccessPolicyDetail.BuilderpolicyVersion(String policyVersion)The version of the policy.AccessPolicyDetail.Buildertype(String type)The type of access policy.AccessPolicyDetail.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
AccessPolicyDetail.Builder createdDate(Long createdDate)
The date the policy was created.
- Parameters:
createdDate- The date the policy was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
AccessPolicyDetail.Builder description(String description)
The description of the policy.
- Parameters:
description- The description of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
AccessPolicyDetail.Builder lastModifiedDate(Long lastModifiedDate)
The timestamp of when the policy was last modified.
- Parameters:
lastModifiedDate- The timestamp of when the policy was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AccessPolicyDetail.Builder name(String name)
The name of the policy.
- Parameters:
name- The name of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policy
AccessPolicyDetail.Builder policy(Document policy)
The JSON policy document without any whitespaces.
- Parameters:
policy- The JSON policy document without any whitespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyVersion
AccessPolicyDetail.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
AccessPolicyDetail.Builder type(String type)
The type of access policy.
- Parameters:
type- The type of access policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessPolicyType,AccessPolicyType
-
type
AccessPolicyDetail.Builder type(AccessPolicyType type)
The type of access policy.
- Parameters:
type- The type of access policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessPolicyType,AccessPolicyType
-
-