CopyableBuilder<GetOfferingStatusResponse.Builder,GetOfferingStatusResponse>
, SdkBuilder<GetOfferingStatusResponse.Builder,GetOfferingStatusResponse>
public static interface GetOfferingStatusResponse.Builder extends CopyableBuilder<GetOfferingStatusResponse.Builder,GetOfferingStatusResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
GetOfferingStatusResponse.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 Amazon Web Services, Inc. All Rights Reserved.