Interface ListRetrainingSchedulersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListRetrainingSchedulersResponse.Builder,
,ListRetrainingSchedulersResponse> LookoutEquipmentResponse.Builder
,SdkBuilder<ListRetrainingSchedulersResponse.Builder,
,ListRetrainingSchedulersResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListRetrainingSchedulersResponse
public static interface ListRetrainingSchedulersResponse.Builder
extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<ListRetrainingSchedulersResponse.Builder,ListRetrainingSchedulersResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf the number of results exceeds the maximum, this pagination token is returned.retrainingSchedulerSummaries
(Collection<RetrainingSchedulerSummary> retrainingSchedulerSummaries) Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.retrainingSchedulerSummaries
(Consumer<RetrainingSchedulerSummary.Builder>... retrainingSchedulerSummaries) Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.retrainingSchedulerSummaries
(RetrainingSchedulerSummary... retrainingSchedulerSummaries) Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentResponse.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
-
retrainingSchedulerSummaries
ListRetrainingSchedulersResponse.Builder retrainingSchedulerSummaries(Collection<RetrainingSchedulerSummary> retrainingSchedulerSummaries) Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.
- Parameters:
retrainingSchedulerSummaries
- Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retrainingSchedulerSummaries
ListRetrainingSchedulersResponse.Builder retrainingSchedulerSummaries(RetrainingSchedulerSummary... retrainingSchedulerSummaries) Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.
- Parameters:
retrainingSchedulerSummaries
- Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retrainingSchedulerSummaries
ListRetrainingSchedulersResponse.Builder retrainingSchedulerSummaries(Consumer<RetrainingSchedulerSummary.Builder>... retrainingSchedulerSummaries) Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.
This is a convenience method that creates an instance of theRetrainingSchedulerSummary.Builder
avoiding the need to create one manually viaRetrainingSchedulerSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toretrainingSchedulerSummaries(List<RetrainingSchedulerSummary>)
.- Parameters:
retrainingSchedulerSummaries
- a consumer that will call methods onRetrainingSchedulerSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the number of results exceeds the maximum, this pagination token is returned. Use this token in the request to show the next page of retraining schedulers.
- Parameters:
nextToken
- If the number of results exceeds the maximum, this pagination token is returned. Use this token in the request to show the next page of retraining schedulers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-