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
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, sdkFieldNameToField, sdkFieldsMethods 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.Builderavoiding the need to create one manually viaInstanceImageMetadata.builder().When the
Consumercompletes,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
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.
-