public static interface ParameterInlinePolicy.Builder extends SdkPojo, CopyableBuilder<ParameterInlinePolicy.Builder,ParameterInlinePolicy>
| Modifier and Type | Method and Description |
|---|---|
ParameterInlinePolicy.Builder |
policyStatus(String policyStatus)
The status of the policy.
|
ParameterInlinePolicy.Builder |
policyText(String policyText)
The JSON text of the policy.
|
ParameterInlinePolicy.Builder |
policyType(String policyType)
The type of policy.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParameterInlinePolicy.Builder policyText(String policyText)
The JSON text of the policy.
policyText - The JSON text of the policy.ParameterInlinePolicy.Builder policyType(String policyType)
The type of policy. Parameter Store, a capablility of Amazon Web Services Systems Manager, supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.
policyType - The type of policy. Parameter Store, a capablility of Amazon Web Services Systems Manager, supports
the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.ParameterInlinePolicy.Builder policyStatus(String policyStatus)
The status of the policy. Policies report the following statuses: Pending (the policy hasn't been enforced or applied yet), Finished (the policy was applied), Failed (the policy wasn't applied), or InProgress (the policy is being applied now).
policyStatus - The status of the policy. Policies report the following statuses: Pending (the policy hasn't been
enforced or applied yet), Finished (the policy was applied), Failed (the policy wasn't applied), or
InProgress (the policy is being applied now).Copyright © 2022. All rights reserved.