Interface PutImagePolicyResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<PutImagePolicyResponse.Builder,,PutImagePolicyResponse> ImagebuilderResponse.Builder,SdkBuilder<PutImagePolicyResponse.Builder,,PutImagePolicyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 PutImagePolicyResponse
public static interface PutImagePolicyResponse.Builder
extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<PutImagePolicyResponse.Builder,PutImagePolicyResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the image that this policy was applied to.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, sdkFieldsMethods 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.
 
 - 
imageArn
The Amazon Resource Name (ARN) of the image that this policy was applied to.
- Parameters:
 imageArn- The Amazon Resource Name (ARN) of the image that this policy was applied to.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -