public static interface DescribeTapeRecoveryPointsResponse.Builder extends StorageGatewayResponse.Builder, CopyableBuilder<DescribeTapeRecoveryPointsResponse.Builder,DescribeTapeRecoveryPointsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeTapeRecoveryPointsResponse.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
DescribeTapeRecoveryPointsResponse.Builder |
marker(String marker)
An opaque string that indicates the position at which the virtual tape recovery points that were listed for
description ended.
|
DescribeTapeRecoveryPointsResponse.Builder |
tapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.
|
DescribeTapeRecoveryPointsResponse.Builder |
tapeRecoveryPointInfos(Consumer<TapeRecoveryPointInfo.Builder>... tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.
|
DescribeTapeRecoveryPointsResponse.Builder |
tapeRecoveryPointInfos(TapeRecoveryPointInfo... tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeTapeRecoveryPointsResponse.Builder gatewayARN(String gatewayARN)
gatewayARN
- The new value for the GatewayARN property for this object.DescribeTapeRecoveryPointsResponse.Builder tapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.
tapeRecoveryPointInfos
- An array of TapeRecoveryPointInfos that are available for the specified gateway.DescribeTapeRecoveryPointsResponse.Builder tapeRecoveryPointInfos(TapeRecoveryPointInfo... tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.
tapeRecoveryPointInfos
- An array of TapeRecoveryPointInfos that are available for the specified gateway.DescribeTapeRecoveryPointsResponse.Builder tapeRecoveryPointInfos(Consumer<TapeRecoveryPointInfo.Builder>... tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #tapeRecoveryPointInfos(List)
.tapeRecoveryPointInfos
- a consumer that will call methods on List.Builder
#tapeRecoveryPointInfos(List)
DescribeTapeRecoveryPointsResponse.Builder marker(String marker)
An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.
Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.
marker
- An opaque string that indicates the position at which the virtual tape recovery points that were
listed for description ended.
Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.