Interface ListAppImageConfigsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAppImageConfigsRequest.Builder,ListAppImageConfigsRequest>,SageMakerRequest.Builder,SdkBuilder<ListAppImageConfigsRequest.Builder,ListAppImageConfigsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAppImageConfigsRequest
public static interface ListAppImageConfigsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListAppImageConfigsRequest.Builder,ListAppImageConfigsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAppImageConfigsRequest.BuildercreationTimeAfter(Instant creationTimeAfter)A filter that returns only AppImageConfigs created on or after the specified time.ListAppImageConfigsRequest.BuildercreationTimeBefore(Instant creationTimeBefore)A filter that returns only AppImageConfigs created on or before the specified time.ListAppImageConfigsRequest.BuildermaxResults(Integer maxResults)The total number of items to return in the response.ListAppImageConfigsRequest.BuildermodifiedTimeAfter(Instant modifiedTimeAfter)A filter that returns only AppImageConfigs modified on or after the specified time.ListAppImageConfigsRequest.BuildermodifiedTimeBefore(Instant modifiedTimeBefore)A filter that returns only AppImageConfigs modified on or before the specified time.ListAppImageConfigsRequest.BuildernameContains(String nameContains)A filter that returns only AppImageConfigs whose name contains the specified string.ListAppImageConfigsRequest.BuildernextToken(String nextToken)If the previous call toListImagesdidn't return the full set of AppImageConfigs, the call returns a token for getting the next set of AppImageConfigs.ListAppImageConfigsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAppImageConfigsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAppImageConfigsRequest.BuildersortBy(String sortBy)The property used to sort results.ListAppImageConfigsRequest.BuildersortBy(AppImageConfigSortKey sortBy)The property used to sort results.ListAppImageConfigsRequest.BuildersortOrder(String sortOrder)The sort order.ListAppImageConfigsRequest.BuildersortOrder(SortOrder sortOrder)The sort order.-
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
-
maxResults
ListAppImageConfigsRequest.Builder maxResults(Integer maxResults)
The total number of items to return in the response. If the total number of items available is more than the value specified, a
NextTokenis provided in the response. To resume pagination, provide theNextTokenvalue in the as part of a subsequent call. The default value is 10.- Parameters:
maxResults- The total number of items to return in the response. If the total number of items available is more than the value specified, aNextTokenis provided in the response. To resume pagination, provide theNextTokenvalue in the as part of a subsequent call. The default value is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAppImageConfigsRequest.Builder nextToken(String nextToken)
If the previous call to
ListImagesdidn't return the full set of AppImageConfigs, the call returns a token for getting the next set of AppImageConfigs.- Parameters:
nextToken- If the previous call toListImagesdidn't return the full set of AppImageConfigs, the call returns a token for getting the next set of AppImageConfigs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameContains
ListAppImageConfigsRequest.Builder nameContains(String nameContains)
A filter that returns only AppImageConfigs whose name contains the specified string.
- Parameters:
nameContains- A filter that returns only AppImageConfigs whose name contains the specified string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListAppImageConfigsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only AppImageConfigs created on or before the specified time.
- Parameters:
creationTimeBefore- A filter that returns only AppImageConfigs created on or before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeAfter
ListAppImageConfigsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only AppImageConfigs created on or after the specified time.
- Parameters:
creationTimeAfter- A filter that returns only AppImageConfigs created on or after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedTimeBefore
ListAppImageConfigsRequest.Builder modifiedTimeBefore(Instant modifiedTimeBefore)
A filter that returns only AppImageConfigs modified on or before the specified time.
- Parameters:
modifiedTimeBefore- A filter that returns only AppImageConfigs modified on or before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedTimeAfter
ListAppImageConfigsRequest.Builder modifiedTimeAfter(Instant modifiedTimeAfter)
A filter that returns only AppImageConfigs modified on or after the specified time.
- Parameters:
modifiedTimeAfter- A filter that returns only AppImageConfigs modified on or after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListAppImageConfigsRequest.Builder sortBy(String sortBy)
The property used to sort results. The default value is
CreationTime.- Parameters:
sortBy- The property used to sort results. The default value isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AppImageConfigSortKey,AppImageConfigSortKey
-
sortBy
ListAppImageConfigsRequest.Builder sortBy(AppImageConfigSortKey sortBy)
The property used to sort results. The default value is
CreationTime.- Parameters:
sortBy- The property used to sort results. The default value isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AppImageConfigSortKey,AppImageConfigSortKey
-
sortOrder
ListAppImageConfigsRequest.Builder sortOrder(String sortOrder)
The sort order. The default value is
Descending.
-
sortOrder
ListAppImageConfigsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order. The default value is
Descending.
-
overrideConfiguration
ListAppImageConfigsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAppImageConfigsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-