public static interface GetOfferingStatusResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<GetOfferingStatusResponse.Builder,GetOfferingStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetOfferingStatusResponse.Builder |
current(Map<String,OfferingStatus> current)
When specified, gets the offering status for the current period.
|
GetOfferingStatusResponse.Builder |
nextPeriod(Map<String,OfferingStatus> nextPeriod)
When specified, gets the offering status for the next period.
|
GetOfferingStatusResponse.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
copyapply, buildGetOfferingStatusResponse.Builder current(Map<String,OfferingStatus> current)
When specified, gets the offering status for the current period.
current - When specified, gets the offering status for the current period.GetOfferingStatusResponse.Builder nextPeriod(Map<String,OfferingStatus> nextPeriod)
When specified, gets the offering status for the next period.
nextPeriod - When specified, gets the offering status for the next period.GetOfferingStatusResponse.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.Copyright © 2017. All rights reserved.