Interface DescribeImageReferencesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeImageReferencesResponse.Builder,
,DescribeImageReferencesResponse> Ec2Response.Builder
,SdkBuilder<DescribeImageReferencesResponse.Builder,
,DescribeImageReferencesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeImageReferencesResponse
@Mutable
@NotThreadSafe
public static interface DescribeImageReferencesResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeImageReferencesResponse.Builder,DescribeImageReferencesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionimageReferences
(Collection<ImageReference> imageReferences) The resources that are referencing the specified images.imageReferences
(Consumer<ImageReference.Builder>... imageReferences) The resources that are referencing the specified images.imageReferences
(ImageReference... imageReferences) The resources that are referencing the specified images.The token to include in another request to get the next page of items.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
The token to include in another request to get the next page of items. This value is
null
when 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 isnull
when there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageReferences
The resources that are referencing the specified images.
- Parameters:
imageReferences
- The resources that are referencing the specified images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageReferences
The resources that are referencing the specified images.
- Parameters:
imageReferences
- The resources that are referencing the specified images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageReferences
DescribeImageReferencesResponse.Builder imageReferences(Consumer<ImageReference.Builder>... imageReferences) The resources that are referencing the specified images.
This is a convenience method that creates an instance of theImageReference.Builder
avoiding the need to create one manually viaImageReference.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimageReferences(List<ImageReference>)
.- Parameters:
imageReferences
- a consumer that will call methods onImageReference.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-