Interface GetPolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetPolicyResponse.Builder,GetPolicyResponse>,LambdaResponse.Builder,SdkBuilder<GetPolicyResponse.Builder,GetPolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetPolicyResponse
public static interface GetPolicyResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<GetPolicyResponse.Builder,GetPolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPolicyResponse.Builderpolicy(String policy)The resource-based policy.GetPolicyResponse.BuilderrevisionId(String revisionId)A unique identifier for the current revision of the policy.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
policy
GetPolicyResponse.Builder policy(String policy)
The resource-based policy.
- Parameters:
policy- The resource-based policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionId
GetPolicyResponse.Builder revisionId(String revisionId)
A unique identifier for the current revision of the policy.
- Parameters:
revisionId- A unique identifier for the current revision of the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-