Interface ParameterInlinePolicy.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ParameterInlinePolicy.Builder,,- ParameterInlinePolicy> - SdkBuilder<ParameterInlinePolicy.Builder,,- ParameterInlinePolicy> - SdkPojo
- Enclosing class:
- ParameterInlinePolicy
@Mutable
@NotThreadSafe
public static interface ParameterInlinePolicy.Builder
extends SdkPojo, CopyableBuilder<ParameterInlinePolicy.Builder,ParameterInlinePolicy> 
- 
Method SummaryModifier and TypeMethodDescriptionpolicyStatus(String policyStatus) The status of the policy.policyText(String policyText) The JSON text of the policy.policyType(String policyType) The type of policy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
policyTextThe JSON text of the policy. - Parameters:
- policyText- The JSON text of the policy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
policyTypeThe type of policy. Parameter Store, a tool in Amazon Web Services Systems Manager, supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification. - Parameters:
- policyType- The type of policy. Parameter Store, a tool in Amazon Web Services Systems Manager, supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
policyStatusThe 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). - Parameters:
- 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).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-