Interface GetOfferingStatusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetOfferingStatusResponse.Builder,
,GetOfferingStatusResponse> DeviceFarmResponse.Builder
,SdkBuilder<GetOfferingStatusResponse.Builder,
,GetOfferingStatusResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetOfferingStatusResponse
public static interface GetOfferingStatusResponse.Builder
extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<GetOfferingStatusResponse.Builder,GetOfferingStatusResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncurrent
(Map<String, OfferingStatus> current) When specified, gets the offering status for the current period.nextPeriod
(Map<String, OfferingStatus> nextPeriod) When specified, gets the offering status for the next period.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.devicefarm.model.DeviceFarmResponse.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 Details
-
current
When specified, gets the offering status for the current period.
- Parameters:
current
- When specified, gets the offering status for the current period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextPeriod
When specified, gets the offering status for the next period.
- Parameters:
nextPeriod
- When specified, gets the offering status for the next period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-