Interface GetImageRecipePolicyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetImageRecipePolicyResponse.Builder,GetImageRecipePolicyResponse>,ImagebuilderResponse.Builder,SdkBuilder<GetImageRecipePolicyResponse.Builder,GetImageRecipePolicyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetImageRecipePolicyResponse
public static interface GetImageRecipePolicyResponse.Builder extends ImagebuilderResponse.Builder, SdkPojo, CopyableBuilder<GetImageRecipePolicyResponse.Builder,GetImageRecipePolicyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetImageRecipePolicyResponse.Builderpolicy(String policy)The image recipe policy object.GetImageRecipePolicyResponse.BuilderrequestId(String requestIdValue)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 Detail
-
requestId
GetImageRecipePolicyResponse.Builder requestId(String requestIdValue)
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.
-
policy
GetImageRecipePolicyResponse.Builder policy(String policy)
The image recipe policy object.
- Parameters:
policy- The image recipe policy object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-