Interface GetImageRecipePolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetImageRecipePolicyResponse.Builder,,GetImageRecipePolicyResponse> ImagebuilderResponse.Builder,SdkBuilder<GetImageRecipePolicyResponse.Builder,,GetImageRecipePolicyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetImageRecipePolicyResponse
@Mutable
@NotThreadSafe
public static interface GetImageRecipePolicyResponse.Builder
extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<GetImageRecipePolicyResponse.Builder,GetImageRecipePolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe resource policy for the image recipe, as a JSON policy document.The request ID that uniquely identifies this request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
requestId
The request ID that uniquely identifies this request.
- Parameters:
requestId- The request ID that uniquely identifies this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policy
The resource policy for the image recipe, as a JSON policy document. If no policy has been applied, the response contains an empty JSON object (
{}).- Parameters:
policy- The resource policy for the image recipe, as a JSON policy document. If no policy has been applied, the response contains an empty JSON object ({}).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-