Interface DescribeLockedSnapshotsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeLockedSnapshotsResponse.Builder,
,DescribeLockedSnapshotsResponse> Ec2Response.Builder
,SdkBuilder<DescribeLockedSnapshotsResponse.Builder,
,DescribeLockedSnapshotsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeLockedSnapshotsResponse
public static interface DescribeLockedSnapshotsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeLockedSnapshotsResponse.Builder,DescribeLockedSnapshotsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to include in another request to get the next page of items.snapshots
(Collection<LockedSnapshotsInfo> snapshots) Information about the snapshots.snapshots
(Consumer<LockedSnapshotsInfo.Builder>... snapshots) Information about the snapshots.snapshots
(LockedSnapshotsInfo... 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 Details
-
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
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
DescribeLockedSnapshotsResponse.Builder snapshots(Consumer<LockedSnapshotsInfo.Builder>... snapshots) Information about the snapshots.
This is a convenience method that creates an instance of theLockedSnapshotsInfo.Builder
avoiding the need to create one manually viaLockedSnapshotsInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosnapshots(List<LockedSnapshotsInfo>)
.- Parameters:
snapshots
- a consumer that will call methods onLockedSnapshotsInfo.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.
-