Interface ListImagesInRecycleBinResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListImagesInRecycleBinResponse.Builder,,ListImagesInRecycleBinResponse> Ec2Response.Builder,SdkBuilder<ListImagesInRecycleBinResponse.Builder,,ListImagesInRecycleBinResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListImagesInRecycleBinResponse
public static interface ListImagesInRecycleBinResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ListImagesInRecycleBinResponse.Builder,ListImagesInRecycleBinResponse>
-
Method Summary
Modifier and TypeMethodDescriptionimages(Collection<ImageRecycleBinInfo> images) Information about the AMIs.images(Consumer<ImageRecycleBinInfo.Builder>... images) Information about the AMIs.images(ImageRecycleBinInfo... images) Information about the AMIs.The token to include in another request to get the next page of items.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.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
-
images
Information about the AMIs.
- Parameters:
images- Information about the AMIs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
images
Information about the AMIs.
- Parameters:
images- Information about the AMIs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
images
Information about the AMIs.
This is a convenience method that creates an instance of theImageRecycleBinInfo.Builderavoiding the need to create one manually viaImageRecycleBinInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimages(List<ImageRecycleBinInfo>).- Parameters:
images- a consumer that will call methods onImageRecycleBinInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.- Parameters:
nextToken- The token to include in another request to get the next page of items. This value isnullwhen there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-