Interface ApplicationPolicy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ApplicationPolicy.Builder,ApplicationPolicy>,SdkBuilder<ApplicationPolicy.Builder,ApplicationPolicy>,SdkPojo
- Enclosing class:
- ApplicationPolicy
public static interface ApplicationPolicy.Builder extends SdkPojo, CopyableBuilder<ApplicationPolicy.Builder,ApplicationPolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationPolicy.BuilderpolicyObjectIdentifier(String policyObjectIdentifier)The object identifier (OID) of an application policy.ApplicationPolicy.BuilderpolicyType(String policyType)The type of application policyApplicationPolicy.BuilderpolicyType(ApplicationPolicyType policyType)The type of application 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, sdkFields
-
-
-
-
Method Detail
-
policyObjectIdentifier
ApplicationPolicy.Builder policyObjectIdentifier(String policyObjectIdentifier)
The object identifier (OID) of an application policy.
- Parameters:
policyObjectIdentifier- The object identifier (OID) of an application policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyType
ApplicationPolicy.Builder policyType(String policyType)
The type of application policy
- Parameters:
policyType- The type of application policy- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationPolicyType,ApplicationPolicyType
-
policyType
ApplicationPolicy.Builder policyType(ApplicationPolicyType policyType)
The type of application policy
- Parameters:
policyType- The type of application policy- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationPolicyType,ApplicationPolicyType
-
-