public static interface ListMlTransformsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListMlTransformsResponse.Builder,ListMlTransformsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMlTransformsResponse.Builder |
nextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
ListMlTransformsResponse.Builder |
transformIds(Collection<String> transformIds)
The identifiers of all the machine learning transforms in the account, or the machine learning transforms
with the specified tags.
|
ListMlTransformsResponse.Builder |
transformIds(String... transformIds)
The identifiers of all the machine learning transforms in the account, or the machine learning transforms
with the specified tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMlTransformsResponse.Builder transformIds(Collection<String> transformIds)
The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.
transformIds - The identifiers of all the machine learning transforms in the account, or the machine learning
transforms with the specified tags.ListMlTransformsResponse.Builder transformIds(String... transformIds)
The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.
transformIds - The identifiers of all the machine learning transforms in the account, or the machine learning
transforms with the specified tags.ListMlTransformsResponse.Builder nextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
nextToken - A continuation token, if the returned list does not contain the last metric available.Copyright © 2023. All rights reserved.