Interface GetInstanceSnapshotsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetInstanceSnapshotsResponse.Builder,GetInstanceSnapshotsResponse>,LightsailResponse.Builder,SdkBuilder<GetInstanceSnapshotsResponse.Builder,GetInstanceSnapshotsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetInstanceSnapshotsResponse
public static interface GetInstanceSnapshotsResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetInstanceSnapshotsResponse.Builder,GetInstanceSnapshotsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetInstanceSnapshotsResponse.BuilderinstanceSnapshots(Collection<InstanceSnapshot> instanceSnapshots)An array of key-value pairs containing information about the results of your get instance snapshots request.GetInstanceSnapshotsResponse.BuilderinstanceSnapshots(Consumer<InstanceSnapshot.Builder>... instanceSnapshots)An array of key-value pairs containing information about the results of your get instance snapshots request.GetInstanceSnapshotsResponse.BuilderinstanceSnapshots(InstanceSnapshot... instanceSnapshots)An array of key-value pairs containing information about the results of your get instance snapshots request.GetInstanceSnapshotsResponse.BuildernextPageToken(String nextPageToken)The token to advance to the next page of results from your request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailResponse.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
-
instanceSnapshots
GetInstanceSnapshotsResponse.Builder instanceSnapshots(Collection<InstanceSnapshot> instanceSnapshots)
An array of key-value pairs containing information about the results of your get instance snapshots request.
- Parameters:
instanceSnapshots- An array of key-value pairs containing information about the results of your get instance snapshots request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceSnapshots
GetInstanceSnapshotsResponse.Builder instanceSnapshots(InstanceSnapshot... instanceSnapshots)
An array of key-value pairs containing information about the results of your get instance snapshots request.
- Parameters:
instanceSnapshots- An array of key-value pairs containing information about the results of your get instance snapshots request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceSnapshots
GetInstanceSnapshotsResponse.Builder instanceSnapshots(Consumer<InstanceSnapshot.Builder>... instanceSnapshots)
An array of key-value pairs containing information about the results of your get instance snapshots request.
This is a convenience method that creates an instance of theInstanceSnapshot.Builderavoiding the need to create one manually viaInstanceSnapshot.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#instanceSnapshots(List.) - Parameters:
instanceSnapshots- a consumer that will call methods onInstanceSnapshot.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#instanceSnapshots(java.util.Collection)
-
nextPageToken
GetInstanceSnapshotsResponse.Builder nextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another
GetInstanceSnapshotsrequest and specify the next page token using thepageTokenparameter.- Parameters:
nextPageToken- The token to advance to the next page of results from your request.A next page token is not returned if there are no more results to display.
To get the next page of results, perform another
GetInstanceSnapshotsrequest and specify the next page token using thepageTokenparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-