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
Modifier and TypeMethodDescriptionpolicyObjectIdentifier
(String policyObjectIdentifier) The object identifier (OID) of an application policy.policyType
(String policyType) The type of application policypolicyType
(ApplicationPolicyType policyType) The type of application policyMethods 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 Details
-
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
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:
-
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:
-