Interface ListModelCustomizationJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockRequest.Builder,Buildable,CopyableBuilder<ListModelCustomizationJobsRequest.Builder,ListModelCustomizationJobsRequest>,SdkBuilder<ListModelCustomizationJobsRequest.Builder,ListModelCustomizationJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListModelCustomizationJobsRequest
@Mutable @NotThreadSafe public static interface ListModelCustomizationJobsRequest.Builder extends BedrockRequest.Builder, SdkPojo, CopyableBuilder<ListModelCustomizationJobsRequest.Builder,ListModelCustomizationJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListModelCustomizationJobsRequest.BuildercreationTimeAfter(Instant creationTimeAfter)Return customization jobs created after the specified time.ListModelCustomizationJobsRequest.BuildercreationTimeBefore(Instant creationTimeBefore)Return customization jobs created before the specified time.ListModelCustomizationJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in the response.ListModelCustomizationJobsRequest.BuildernameContains(String nameContains)Return customization jobs only if the job name contains these characters.ListModelCustomizationJobsRequest.BuildernextToken(String nextToken)If the total number of results is greater than themaxResultsvalue provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results.ListModelCustomizationJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListModelCustomizationJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListModelCustomizationJobsRequest.BuildersortBy(String sortBy)The field to sort by in the returned list of jobs.ListModelCustomizationJobsRequest.BuildersortBy(SortJobsBy sortBy)The field to sort by in the returned list of jobs.ListModelCustomizationJobsRequest.BuildersortOrder(String sortOrder)The sort order of the results.ListModelCustomizationJobsRequest.BuildersortOrder(SortOrder sortOrder)The sort order of the results.ListModelCustomizationJobsRequest.BuilderstatusEquals(String statusEquals)Return customization jobs with the specified status.ListModelCustomizationJobsRequest.BuilderstatusEquals(FineTuningJobStatus statusEquals)Return customization jobs with the specified status.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
creationTimeAfter
ListModelCustomizationJobsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Return customization jobs created after the specified time.
- Parameters:
creationTimeAfter- Return customization jobs created after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListModelCustomizationJobsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Return customization jobs created before the specified time.
- Parameters:
creationTimeBefore- Return customization jobs created before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusEquals
ListModelCustomizationJobsRequest.Builder statusEquals(String statusEquals)
Return customization jobs with the specified status.
- Parameters:
statusEquals- Return customization jobs with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FineTuningJobStatus,FineTuningJobStatus
-
statusEquals
ListModelCustomizationJobsRequest.Builder statusEquals(FineTuningJobStatus statusEquals)
Return customization jobs with the specified status.
- Parameters:
statusEquals- Return customization jobs with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FineTuningJobStatus,FineTuningJobStatus
-
nameContains
ListModelCustomizationJobsRequest.Builder nameContains(String nameContains)
Return customization jobs only if the job name contains these characters.
- Parameters:
nameContains- Return customization jobs only if the job name contains these characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListModelCustomizationJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in the
nextTokenfield when making another request to return the next batch of results.- Parameters:
maxResults- The maximum number of results to return in the response. If the total number of results is greater than this value, use the token returned in the response in thenextTokenfield when making another request to return the next batch of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListModelCustomizationJobsRequest.Builder nextToken(String nextToken)
If the total number of results is greater than the
maxResultsvalue provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results.- Parameters:
nextToken- If the total number of results is greater than themaxResultsvalue provided in the request, enter the token returned in thenextTokenfield in the response in this field to return the next batch of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListModelCustomizationJobsRequest.Builder sortBy(String sortBy)
The field to sort by in the returned list of jobs.
- Parameters:
sortBy- The field to sort by in the returned list of jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortJobsBy,SortJobsBy
-
sortBy
ListModelCustomizationJobsRequest.Builder sortBy(SortJobsBy sortBy)
The field to sort by in the returned list of jobs.
- Parameters:
sortBy- The field to sort by in the returned list of jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortJobsBy,SortJobsBy
-
sortOrder
ListModelCustomizationJobsRequest.Builder sortOrder(String sortOrder)
The sort order of the results.
-
sortOrder
ListModelCustomizationJobsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order of the results.
-
overrideConfiguration
ListModelCustomizationJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListModelCustomizationJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-