Interface PutImageRecipePolicyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<PutImageRecipePolicyResponse.Builder,
,PutImageRecipePolicyResponse> ImagebuilderResponse.Builder
,SdkBuilder<PutImageRecipePolicyResponse.Builder,
,PutImageRecipePolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
PutImageRecipePolicyResponse
public static interface PutImageRecipePolicyResponse.Builder
extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<PutImageRecipePolicyResponse.Builder,PutImageRecipePolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionimageRecipeArn
(String imageRecipeArn) The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.The request ID that uniquely identifies this request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
requestId
The request ID that uniquely identifies this request.
- Parameters:
requestIdValue
- The request ID that uniquely identifies this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageRecipeArn
The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.
- Parameters:
imageRecipeArn
- The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-