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