Interface GetPermissionPolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetPermissionPolicyResponse.Builder,GetPermissionPolicyResponse>,SdkBuilder<GetPermissionPolicyResponse.Builder,GetPermissionPolicyResponse>,SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
- GetPermissionPolicyResponse
public static interface GetPermissionPolicyResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetPermissionPolicyResponse.Builder,GetPermissionPolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPermissionPolicyResponse.Builderpolicy(String policy)The IAM policy attached to the specified RuleGroup.-
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
-
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
policy
GetPermissionPolicyResponse.Builder policy(String policy)
The IAM policy attached to the specified RuleGroup.
- Parameters:
policy- The IAM policy attached to the specified RuleGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-