Interface DescribeInstanceImageMetadataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeInstanceImageMetadataResponse.Builder,
,DescribeInstanceImageMetadataResponse> Ec2Response.Builder
,SdkBuilder<DescribeInstanceImageMetadataResponse.Builder,
,DescribeInstanceImageMetadataResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeInstanceImageMetadataResponse
@Mutable
@NotThreadSafe
public static interface DescribeInstanceImageMetadataResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeInstanceImageMetadataResponse.Builder,DescribeInstanceImageMetadataResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceImageMetadata
(Collection<InstanceImageMetadata> instanceImageMetadata) Information about the instance and the AMI used to launch the instance.instanceImageMetadata
(Consumer<InstanceImageMetadata.Builder>... instanceImageMetadata) Information about the instance and the AMI used to launch the instance.instanceImageMetadata
(InstanceImageMetadata... instanceImageMetadata) Information about the instance and the AMI used to launch the instance.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
-
instanceImageMetadata
DescribeInstanceImageMetadataResponse.Builder instanceImageMetadata(Collection<InstanceImageMetadata> instanceImageMetadata) Information about the instance and the AMI used to launch the instance.
- Parameters:
instanceImageMetadata
- Information about the instance and the AMI used to launch the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceImageMetadata
DescribeInstanceImageMetadataResponse.Builder instanceImageMetadata(InstanceImageMetadata... instanceImageMetadata) Information about the instance and the AMI used to launch the instance.
- Parameters:
instanceImageMetadata
- Information about the instance and the AMI used to launch the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceImageMetadata
DescribeInstanceImageMetadataResponse.Builder instanceImageMetadata(Consumer<InstanceImageMetadata.Builder>... instanceImageMetadata) Information about the instance and the AMI used to launch the instance.
This is a convenience method that creates an instance of theInstanceImageMetadata.Builder
avoiding the need to create one manually viaInstanceImageMetadata.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinstanceImageMetadata(List<InstanceImageMetadata>)
.- Parameters:
instanceImageMetadata
- a consumer that will call methods onInstanceImageMetadata.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
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.
-