Interface ListSnapshotsInRecycleBinResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListSnapshotsInRecycleBinResponse.Builder,ListSnapshotsInRecycleBinResponse>,Ec2Response.Builder,SdkBuilder<ListSnapshotsInRecycleBinResponse.Builder,ListSnapshotsInRecycleBinResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListSnapshotsInRecycleBinResponse
public static interface ListSnapshotsInRecycleBinResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ListSnapshotsInRecycleBinResponse.Builder,ListSnapshotsInRecycleBinResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSnapshotsInRecycleBinResponse.BuildernextToken(String nextToken)The token to include in another request to get the next page of items.ListSnapshotsInRecycleBinResponse.Buildersnapshots(Collection<SnapshotRecycleBinInfo> snapshots)Information about the snapshots.ListSnapshotsInRecycleBinResponse.Buildersnapshots(Consumer<SnapshotRecycleBinInfo.Builder>... snapshots)Information about the snapshots.ListSnapshotsInRecycleBinResponse.Buildersnapshots(SnapshotRecycleBinInfo... snapshots)Information about the snapshots.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
snapshots
ListSnapshotsInRecycleBinResponse.Builder snapshots(Collection<SnapshotRecycleBinInfo> snapshots)
Information about the snapshots.
- Parameters:
snapshots- Information about the snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshots
ListSnapshotsInRecycleBinResponse.Builder snapshots(SnapshotRecycleBinInfo... snapshots)
Information about the snapshots.
- Parameters:
snapshots- Information about the snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshots
ListSnapshotsInRecycleBinResponse.Builder snapshots(Consumer<SnapshotRecycleBinInfo.Builder>... snapshots)
Information about the snapshots.
This is a convenience method that creates an instance of theSnapshotRecycleBinInfo.Builderavoiding the need to create one manually viaSnapshotRecycleBinInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#snapshots(List.) - Parameters:
snapshots- a consumer that will call methods onSnapshotRecycleBinInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#snapshots(java.util.Collection)
-
nextToken
ListSnapshotsInRecycleBinResponse.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.
-
-