Interface GetOrganizationCustomRulePolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConfigResponse.Builder
,CopyableBuilder<GetOrganizationCustomRulePolicyResponse.Builder,
,GetOrganizationCustomRulePolicyResponse> SdkBuilder<GetOrganizationCustomRulePolicyResponse.Builder,
,GetOrganizationCustomRulePolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetOrganizationCustomRulePolicyResponse
public static interface GetOrganizationCustomRulePolicyResponse.Builder
extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<GetOrganizationCustomRulePolicyResponse.Builder,GetOrganizationCustomRulePolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionpolicyText
(String policyText) The policy definition containing the logic for your organization Config Custom Policy rule.Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
policyText
The policy definition containing the logic for your organization Config Custom Policy rule.
- Parameters:
policyText
- The policy definition containing the logic for your organization Config Custom Policy rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-