Interface SecurityPolicySummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SecurityPolicySummary.Builder,SecurityPolicySummary>,SdkBuilder<SecurityPolicySummary.Builder,SecurityPolicySummary>,SdkPojo
- Enclosing class:
- SecurityPolicySummary
public static interface SecurityPolicySummary.Builder extends SdkPojo, CopyableBuilder<SecurityPolicySummary.Builder,SecurityPolicySummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityPolicySummary.BuildercreatedDate(Long createdDate)The date the policy was created.SecurityPolicySummary.Builderdescription(String description)The description of the security policy.SecurityPolicySummary.BuilderlastModifiedDate(Long lastModifiedDate)The timestamp of when the policy was last modified.SecurityPolicySummary.Buildername(String name)The name of the policy.SecurityPolicySummary.BuilderpolicyVersion(String policyVersion)The version of the policy.SecurityPolicySummary.Buildertype(String type)The type of security policy.SecurityPolicySummary.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
SecurityPolicySummary.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
SecurityPolicySummary.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
SecurityPolicySummary.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
SecurityPolicySummary.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.
-
policyVersion
SecurityPolicySummary.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
SecurityPolicySummary.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
SecurityPolicySummary.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
-
-