public static interface EffectivePolicy.Builder extends SdkPojo, CopyableBuilder<EffectivePolicy.Builder,EffectivePolicy>
| Modifier and Type | Method and Description |
|---|---|
EffectivePolicy.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time of the last update to this policy.
|
EffectivePolicy.Builder |
policyContent(String policyContent)
The text content of the policy.
|
EffectivePolicy.Builder |
policyType(EffectivePolicyType policyType)
The policy type.
|
EffectivePolicy.Builder |
policyType(String policyType)
The policy type.
|
EffectivePolicy.Builder |
targetId(String targetId)
The account ID of the policy target.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEffectivePolicy.Builder policyContent(String policyContent)
The text content of the policy.
policyContent - The text content of the policy.EffectivePolicy.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The time of the last update to this policy.
lastUpdatedTimestamp - The time of the last update to this policy.EffectivePolicy.Builder targetId(String targetId)
The account ID of the policy target.
targetId - The account ID of the policy target.EffectivePolicy.Builder policyType(String policyType)
The policy type.
policyType - The policy type.EffectivePolicyType,
EffectivePolicyTypeEffectivePolicy.Builder policyType(EffectivePolicyType policyType)
The policy type.
policyType - The policy type.EffectivePolicyType,
EffectivePolicyTypeCopyright © 2023. All rights reserved.