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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetOfferingStatusResponse.Buildercurrent(Map<String,OfferingStatus> current)When specified, gets the offering status for the current period.GetOfferingStatusResponse.BuildernextPeriod(Map<String,OfferingStatus> nextPeriod)When specified, gets the offering status for the next period.GetOfferingStatusResponse.BuildernextToken(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.-
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 Detail
-
current
GetOfferingStatusResponse.Builder current(Map<String,OfferingStatus> 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
GetOfferingStatusResponse.Builder nextPeriod(Map<String,OfferingStatus> 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
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.
- 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.
-
-