public static interface ListArtifactsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListArtifactsRequest.Builder,ListArtifactsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListArtifactsRequest.Builder |
artifactType(String artifactType)
A filter that returns only artifacts of the specified type.
|
ListArtifactsRequest.Builder |
createdAfter(Instant createdAfter)
A filter that returns only artifacts created on or after the specified time.
|
ListArtifactsRequest.Builder |
createdBefore(Instant createdBefore)
A filter that returns only artifacts created on or before the specified time.
|
ListArtifactsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of artifacts to return in the response.
|
ListArtifactsRequest.Builder |
nextToken(String nextToken)
If the previous call to
ListArtifacts didn't return the full set of artifacts, the call returns
a token for getting the next set of artifacts. |
ListArtifactsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListArtifactsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListArtifactsRequest.Builder |
sortBy(SortArtifactsBy sortBy)
The property used to sort results.
|
ListArtifactsRequest.Builder |
sortBy(String sortBy)
The property used to sort results.
|
ListArtifactsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order.
|
ListArtifactsRequest.Builder |
sortOrder(String sortOrder)
The sort order.
|
ListArtifactsRequest.Builder |
sourceUri(String sourceUri)
A filter that returns only artifacts with the specified source URI.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListArtifactsRequest.Builder sourceUri(String sourceUri)
A filter that returns only artifacts with the specified source URI.
sourceUri - A filter that returns only artifacts with the specified source URI.ListArtifactsRequest.Builder artifactType(String artifactType)
A filter that returns only artifacts of the specified type.
artifactType - A filter that returns only artifacts of the specified type.ListArtifactsRequest.Builder createdAfter(Instant createdAfter)
A filter that returns only artifacts created on or after the specified time.
createdAfter - A filter that returns only artifacts created on or after the specified time.ListArtifactsRequest.Builder createdBefore(Instant createdBefore)
A filter that returns only artifacts created on or before the specified time.
createdBefore - A filter that returns only artifacts created on or before the specified time.ListArtifactsRequest.Builder sortBy(String sortBy)
The property used to sort results. The default value is CreationTime.
sortBy - The property used to sort results. The default value is CreationTime.SortArtifactsBy,
SortArtifactsByListArtifactsRequest.Builder sortBy(SortArtifactsBy sortBy)
The property used to sort results. The default value is CreationTime.
sortBy - The property used to sort results. The default value is CreationTime.SortArtifactsBy,
SortArtifactsByListArtifactsRequest.Builder sortOrder(String sortOrder)
The sort order. The default value is Descending.
ListArtifactsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. The default value is Descending.
ListArtifactsRequest.Builder nextToken(String nextToken)
If the previous call to ListArtifacts didn't return the full set of artifacts, the call returns
a token for getting the next set of artifacts.
nextToken - If the previous call to ListArtifacts didn't return the full set of artifacts, the call
returns a token for getting the next set of artifacts.ListArtifactsRequest.Builder maxResults(Integer maxResults)
The maximum number of artifacts to return in the response. The default value is 10.
maxResults - The maximum number of artifacts to return in the response. The default value is 10.ListArtifactsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListArtifactsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.