Interface DescribeFastSnapshotRestoresResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeFastSnapshotRestoresResponse.Builder,DescribeFastSnapshotRestoresResponse>,Ec2Response.Builder,SdkBuilder<DescribeFastSnapshotRestoresResponse.Builder,DescribeFastSnapshotRestoresResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeFastSnapshotRestoresResponse
public static interface DescribeFastSnapshotRestoresResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeFastSnapshotRestoresResponse.Builder,DescribeFastSnapshotRestoresResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFastSnapshotRestoresResponse.BuilderfastSnapshotRestores(Collection<DescribeFastSnapshotRestoreSuccessItem> fastSnapshotRestores)Information about the state of fast snapshot restores.DescribeFastSnapshotRestoresResponse.BuilderfastSnapshotRestores(Consumer<DescribeFastSnapshotRestoreSuccessItem.Builder>... fastSnapshotRestores)Information about the state of fast snapshot restores.DescribeFastSnapshotRestoresResponse.BuilderfastSnapshotRestores(DescribeFastSnapshotRestoreSuccessItem... fastSnapshotRestores)Information about the state of fast snapshot restores.DescribeFastSnapshotRestoresResponse.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
-
fastSnapshotRestores
DescribeFastSnapshotRestoresResponse.Builder fastSnapshotRestores(Collection<DescribeFastSnapshotRestoreSuccessItem> fastSnapshotRestores)
Information about the state of fast snapshot restores.
- Parameters:
fastSnapshotRestores- Information about the state of fast snapshot restores.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fastSnapshotRestores
DescribeFastSnapshotRestoresResponse.Builder fastSnapshotRestores(DescribeFastSnapshotRestoreSuccessItem... fastSnapshotRestores)
Information about the state of fast snapshot restores.
- Parameters:
fastSnapshotRestores- Information about the state of fast snapshot restores.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fastSnapshotRestores
DescribeFastSnapshotRestoresResponse.Builder fastSnapshotRestores(Consumer<DescribeFastSnapshotRestoreSuccessItem.Builder>... fastSnapshotRestores)
Information about the state of fast snapshot restores.
This is a convenience method that creates an instance of theDescribeFastSnapshotRestoreSuccessItem.Builderavoiding the need to create one manually viaDescribeFastSnapshotRestoreSuccessItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#fastSnapshotRestores(List.) - Parameters:
fastSnapshotRestores- a consumer that will call methods onDescribeFastSnapshotRestoreSuccessItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#fastSnapshotRestores(java.util.Collection)
-
nextToken
DescribeFastSnapshotRestoresResponse.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.
-
-