public static interface ListEdgeDeploymentPlansRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListEdgeDeploymentPlansRequest.Builder,ListEdgeDeploymentPlansRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEdgeDeploymentPlansRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
Selects edge deployment plans created after this time.
|
ListEdgeDeploymentPlansRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
Selects edge deployment plans created before this time.
|
ListEdgeDeploymentPlansRequest.Builder |
deviceFleetNameContains(String deviceFleetNameContains)
Selects edge deployment plans with a device fleet name containing this name.
|
ListEdgeDeploymentPlansRequest.Builder |
lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
Selects edge deployment plans that were last updated after this time.
|
ListEdgeDeploymentPlansRequest.Builder |
lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
Selects edge deployment plans that were last updated before this time.
|
ListEdgeDeploymentPlansRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to select (50 by default).
|
ListEdgeDeploymentPlansRequest.Builder |
nameContains(String nameContains)
Selects edge deployment plans with names containing this name.
|
ListEdgeDeploymentPlansRequest.Builder |
nextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
|
ListEdgeDeploymentPlansRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEdgeDeploymentPlansRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEdgeDeploymentPlansRequest.Builder |
sortBy(ListEdgeDeploymentPlansSortBy sortBy)
The column by which to sort the edge deployment plans.
|
ListEdgeDeploymentPlansRequest.Builder |
sortBy(String sortBy)
The column by which to sort the edge deployment plans.
|
ListEdgeDeploymentPlansRequest.Builder |
sortOrder(SortOrder sortOrder)
The direction of the sorting (ascending or descending).
|
ListEdgeDeploymentPlansRequest.Builder |
sortOrder(String sortOrder)
The direction of the sorting (ascending or descending).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEdgeDeploymentPlansRequest.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.ListEdgeDeploymentPlansRequest.Builder maxResults(Integer maxResults)
The maximum number of results to select (50 by default).
maxResults - The maximum number of results to select (50 by default).ListEdgeDeploymentPlansRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Selects edge deployment plans created after this time.
creationTimeAfter - Selects edge deployment plans created after this time.ListEdgeDeploymentPlansRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Selects edge deployment plans created before this time.
creationTimeBefore - Selects edge deployment plans created before this time.ListEdgeDeploymentPlansRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
Selects edge deployment plans that were last updated after this time.
lastModifiedTimeAfter - Selects edge deployment plans that were last updated after this time.ListEdgeDeploymentPlansRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
Selects edge deployment plans that were last updated before this time.
lastModifiedTimeBefore - Selects edge deployment plans that were last updated before this time.ListEdgeDeploymentPlansRequest.Builder nameContains(String nameContains)
Selects edge deployment plans with names containing this name.
nameContains - Selects edge deployment plans with names containing this name.ListEdgeDeploymentPlansRequest.Builder deviceFleetNameContains(String deviceFleetNameContains)
Selects edge deployment plans with a device fleet name containing this name.
deviceFleetNameContains - Selects edge deployment plans with a device fleet name containing this name.ListEdgeDeploymentPlansRequest.Builder sortBy(String sortBy)
The column by which to sort the edge deployment plans. Can be one of NAME,
DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.
sortBy - The column by which to sort the edge deployment plans. Can be one of NAME,
DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.ListEdgeDeploymentPlansSortBy,
ListEdgeDeploymentPlansSortByListEdgeDeploymentPlansRequest.Builder sortBy(ListEdgeDeploymentPlansSortBy sortBy)
The column by which to sort the edge deployment plans. Can be one of NAME,
DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.
sortBy - The column by which to sort the edge deployment plans. Can be one of NAME,
DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.ListEdgeDeploymentPlansSortBy,
ListEdgeDeploymentPlansSortByListEdgeDeploymentPlansRequest.Builder sortOrder(String sortOrder)
The direction of the sorting (ascending or descending).
ListEdgeDeploymentPlansRequest.Builder sortOrder(SortOrder sortOrder)
The direction of the sorting (ascending or descending).
ListEdgeDeploymentPlansRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEdgeDeploymentPlansRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.