Interface ListEdgeDeploymentPlansRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEdgeDeploymentPlansRequest.Builder,ListEdgeDeploymentPlansRequest>,SageMakerRequest.Builder,SdkBuilder<ListEdgeDeploymentPlansRequest.Builder,ListEdgeDeploymentPlansRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEdgeDeploymentPlansRequest
public static interface ListEdgeDeploymentPlansRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListEdgeDeploymentPlansRequest.Builder,ListEdgeDeploymentPlansRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEdgeDeploymentPlansRequest.BuildercreationTimeAfter(Instant creationTimeAfter)Selects edge deployment plans created after this time.ListEdgeDeploymentPlansRequest.BuildercreationTimeBefore(Instant creationTimeBefore)Selects edge deployment plans created before this time.ListEdgeDeploymentPlansRequest.BuilderdeviceFleetNameContains(String deviceFleetNameContains)Selects edge deployment plans with a device fleet name containing this name.ListEdgeDeploymentPlansRequest.BuilderlastModifiedTimeAfter(Instant lastModifiedTimeAfter)Selects edge deployment plans that were last updated after this time.ListEdgeDeploymentPlansRequest.BuilderlastModifiedTimeBefore(Instant lastModifiedTimeBefore)Selects edge deployment plans that were last updated before this time.ListEdgeDeploymentPlansRequest.BuildermaxResults(Integer maxResults)The maximum number of results to select (50 by default).ListEdgeDeploymentPlansRequest.BuildernameContains(String nameContains)Selects edge deployment plans with names containing this name.ListEdgeDeploymentPlansRequest.BuildernextToken(String nextToken)The response from the last list when returning a list large enough to need tokening.ListEdgeDeploymentPlansRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEdgeDeploymentPlansRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEdgeDeploymentPlansRequest.BuildersortBy(String sortBy)The column by which to sort the edge deployment plans.ListEdgeDeploymentPlansRequest.BuildersortBy(ListEdgeDeploymentPlansSortBy sortBy)The column by which to sort the edge deployment plans.ListEdgeDeploymentPlansRequest.BuildersortOrder(String sortOrder)The direction of the sorting (ascending or descending).ListEdgeDeploymentPlansRequest.BuildersortOrder(SortOrder sortOrder)The direction of the sorting (ascending or descending).-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
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
-
nextToken
ListEdgeDeploymentPlansRequest.Builder nextToken(String nextToken)
The response from the last list when returning a list large enough to need tokening.
- Parameters:
nextToken- The response from the last list when returning a list large enough to need tokening.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEdgeDeploymentPlansRequest.Builder maxResults(Integer maxResults)
The maximum number of results to select (50 by default).
- Parameters:
maxResults- The maximum number of results to select (50 by default).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeAfter
ListEdgeDeploymentPlansRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Selects edge deployment plans created after this time.
- Parameters:
creationTimeAfter- Selects edge deployment plans created after this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListEdgeDeploymentPlansRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Selects edge deployment plans created before this time.
- Parameters:
creationTimeBefore- Selects edge deployment plans created before this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeAfter
ListEdgeDeploymentPlansRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
Selects edge deployment plans that were last updated after this time.
- Parameters:
lastModifiedTimeAfter- Selects edge deployment plans that were last updated after this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeBefore
ListEdgeDeploymentPlansRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
Selects edge deployment plans that were last updated before this time.
- Parameters:
lastModifiedTimeBefore- Selects edge deployment plans that were last updated before this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameContains
ListEdgeDeploymentPlansRequest.Builder nameContains(String nameContains)
Selects edge deployment plans with names containing this name.
- Parameters:
nameContains- Selects edge deployment plans with names containing this name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceFleetNameContains
ListEdgeDeploymentPlansRequest.Builder deviceFleetNameContains(String deviceFleetNameContains)
Selects edge deployment plans with a device fleet name containing this name.
- Parameters:
deviceFleetNameContains- Selects edge deployment plans with a device fleet name containing this name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListEdgeDeploymentPlansRequest.Builder sortBy(String sortBy)
The column by which to sort the edge deployment plans. Can be one of
NAME,DEVICEFLEETNAME,CREATIONTIME,LASTMODIFIEDTIME.- Parameters:
sortBy- The column by which to sort the edge deployment plans. Can be one ofNAME,DEVICEFLEETNAME,CREATIONTIME,LASTMODIFIEDTIME.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListEdgeDeploymentPlansSortBy,ListEdgeDeploymentPlansSortBy
-
sortBy
ListEdgeDeploymentPlansRequest.Builder sortBy(ListEdgeDeploymentPlansSortBy sortBy)
The column by which to sort the edge deployment plans. Can be one of
NAME,DEVICEFLEETNAME,CREATIONTIME,LASTMODIFIEDTIME.- Parameters:
sortBy- The column by which to sort the edge deployment plans. Can be one ofNAME,DEVICEFLEETNAME,CREATIONTIME,LASTMODIFIEDTIME.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListEdgeDeploymentPlansSortBy,ListEdgeDeploymentPlansSortBy
-
sortOrder
ListEdgeDeploymentPlansRequest.Builder sortOrder(String sortOrder)
The direction of the sorting (ascending or descending).
-
sortOrder
ListEdgeDeploymentPlansRequest.Builder sortOrder(SortOrder sortOrder)
The direction of the sorting (ascending or descending).
-
overrideConfiguration
ListEdgeDeploymentPlansRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEdgeDeploymentPlansRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-