Interface GetRevenueStatisticsTimeSeriesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRevenueStatisticsTimeSeriesResponse.Builder,,GetRevenueStatisticsTimeSeriesResponse> SdkBuilder<GetRevenueStatisticsTimeSeriesResponse.Builder,,GetRevenueStatisticsTimeSeriesResponse> SdkPojo,SdkResponse.Builder,Wafv2Response.Builder
- Enclosing class:
GetRevenueStatisticsTimeSeriesResponse
@Mutable
@NotThreadSafe
public static interface GetRevenueStatisticsTimeSeriesResponse.Builder
extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<GetRevenueStatisticsTimeSeriesResponse.Builder,GetRevenueStatisticsTimeSeriesResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondataPoints(Collection<DataPointEntry> dataPoints) The list of time series data points.dataPoints(Consumer<DataPointEntry.Builder>... dataPoints) The list of time series data points.dataPoints(DataPointEntry... dataPoints) The list of time series data points.nextMarker(String nextMarker) When you get a paginated response, this marker indicates that additional results are available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.wafv2.model.Wafv2Response.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
dataPoints
The list of time series data points.
- Parameters:
dataPoints- The list of time series data points.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataPoints
The list of time series data points.
- Parameters:
dataPoints- The list of time series data points.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataPoints
GetRevenueStatisticsTimeSeriesResponse.Builder dataPoints(Consumer<DataPointEntry.Builder>... dataPoints) The list of time series data points.
This is a convenience method that creates an instance of theDataPointEntry.Builderavoiding the need to create one manually viaDataPointEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataPoints(List<DataPointEntry>).- Parameters:
dataPoints- a consumer that will call methods onDataPointEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextMarker
When you get a paginated response, this marker indicates that additional results are available.
- Parameters:
nextMarker- When you get a paginated response, this marker indicates that additional results are available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-