Interface GetPermissionPolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetPermissionPolicyResponse.Builder,GetPermissionPolicyResponse>,SdkBuilder<GetPermissionPolicyResponse.Builder,GetPermissionPolicyResponse>,SdkPojo,SdkResponse.Builder,Wafv2Response.Builder
- Enclosing class:
- GetPermissionPolicyResponse
public static interface GetPermissionPolicyResponse.Builder extends Wafv2Response.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 that is attached to the specified rule group.-
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.wafv2.model.Wafv2Response.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
policy
GetPermissionPolicyResponse.Builder policy(String policy)
The IAM policy that is attached to the specified rule group.
- Parameters:
policy- The IAM policy that is attached to the specified rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-