Interface DescribeInstanceImageMetadataResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeInstanceImageMetadataResponse.Builder,DescribeInstanceImageMetadataResponse>,Ec2Response.Builder,SdkBuilder<DescribeInstanceImageMetadataResponse.Builder,DescribeInstanceImageMetadataResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeInstanceImageMetadataResponse
public static interface DescribeInstanceImageMetadataResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeInstanceImageMetadataResponse.Builder,DescribeInstanceImageMetadataResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeInstanceImageMetadataResponse.BuilderinstanceImageMetadata(Collection<InstanceImageMetadata> instanceImageMetadata)Information about the instance and the AMI used to launch the instance.DescribeInstanceImageMetadataResponse.BuilderinstanceImageMetadata(Consumer<InstanceImageMetadata.Builder>... instanceImageMetadata)Information about the instance and the AMI used to launch the instance.DescribeInstanceImageMetadataResponse.BuilderinstanceImageMetadata(InstanceImageMetadata... instanceImageMetadata)Information about the instance and the AMI used to launch the instance.DescribeInstanceImageMetadataResponse.BuildernextToken(String nextToken)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 Detail
-
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 to#instanceImageMetadata(List.) - 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:
#instanceImageMetadata(java.util.Collection)
-
nextToken
DescribeInstanceImageMetadataResponse.Builder nextToken(String 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.
-
-