public static interface ListEdgePackagingJobsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListEdgePackagingJobsRequest.Builder,ListEdgePackagingJobsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEdgePackagingJobsRequest.Builder nextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
nextToken - The response from the last list when returning a list large enough to need tokening.ListEdgePackagingJobsRequest.Builder maxResults(Integer maxResults)
Maximum number of results to select.
maxResults - Maximum number of results to select.ListEdgePackagingJobsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Select jobs where the job was created after specified time.
creationTimeAfter - Select jobs where the job was created after specified time.ListEdgePackagingJobsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Select jobs where the job was created before specified time.
creationTimeBefore - Select jobs where the job was created before specified time.ListEdgePackagingJobsRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
Select jobs where the job was updated after specified time.
lastModifiedTimeAfter - Select jobs where the job was updated after specified time.ListEdgePackagingJobsRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
Select jobs where the job was updated before specified time.
lastModifiedTimeBefore - Select jobs where the job was updated before specified time.ListEdgePackagingJobsRequest.Builder nameContains(String nameContains)
Filter for jobs containing this name in their packaging job name.
nameContains - Filter for jobs containing this name in their packaging job name.ListEdgePackagingJobsRequest.Builder modelNameContains(String modelNameContains)
Filter for jobs where the model name contains this string.
modelNameContains - Filter for jobs where the model name contains this string.ListEdgePackagingJobsRequest.Builder statusEquals(String statusEquals)
The job status to filter for.
statusEquals - The job status to filter for.EdgePackagingJobStatus,
EdgePackagingJobStatusListEdgePackagingJobsRequest.Builder statusEquals(EdgePackagingJobStatus statusEquals)
The job status to filter for.
statusEquals - The job status to filter for.EdgePackagingJobStatus,
EdgePackagingJobStatusListEdgePackagingJobsRequest.Builder sortBy(String sortBy)
Use to specify what column to sort by.
sortBy - Use to specify what column to sort by.ListEdgePackagingJobsSortBy,
ListEdgePackagingJobsSortByListEdgePackagingJobsRequest.Builder sortBy(ListEdgePackagingJobsSortBy sortBy)
Use to specify what column to sort by.
sortBy - Use to specify what column to sort by.ListEdgePackagingJobsSortBy,
ListEdgePackagingJobsSortByListEdgePackagingJobsRequest.Builder sortOrder(String sortOrder)
What direction to sort by.
ListEdgePackagingJobsRequest.Builder sortOrder(SortOrder sortOrder)
What direction to sort by.
ListEdgePackagingJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEdgePackagingJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.