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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRetrainingSchedulersResponse.BuildernextToken(String nextToken)If the number of results exceeds the maximum, this pagination token is returned.ListRetrainingSchedulersResponse.BuilderretrainingSchedulerSummaries(Collection<RetrainingSchedulerSummary> retrainingSchedulerSummaries)Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.ListRetrainingSchedulersResponse.BuilderretrainingSchedulerSummaries(Consumer<RetrainingSchedulerSummary.Builder>... retrainingSchedulerSummaries)Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date.ListRetrainingSchedulersResponse.BuilderretrainingSchedulerSummaries(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 Detail
-
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.Builderavoiding the need to create one manually viaRetrainingSchedulerSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#retrainingSchedulerSummaries(List.) - 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:
#retrainingSchedulerSummaries(java.util.Collection)
-
nextToken
ListRetrainingSchedulersResponse.Builder nextToken(String 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.
-
-