Interface ListMlTransformsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListMlTransformsResponse.Builder,
,ListMlTransformsResponse> GlueResponse.Builder
,SdkBuilder<ListMlTransformsResponse.Builder,
,ListMlTransformsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListMlTransformsResponse
@Mutable
@NotThreadSafe
public static interface ListMlTransformsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListMlTransformsResponse.Builder,ListMlTransformsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA continuation token, if the returned list does not contain the last metric available.transformIds
(String... transformIds) The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.transformIds
(Collection<String> transformIds) The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
transformIds
The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.
- Parameters:
transformIds
- The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transformIds
The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.
- Parameters:
transformIds
- The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A continuation token, if the returned list does not contain the last metric available.
- Parameters:
nextToken
- A continuation token, if the returned list does not contain the last metric available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-