Interface ListMlTransformsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListMlTransformsResponse.Builder,ListMlTransformsResponse>,GlueResponse.Builder,SdkBuilder<ListMlTransformsResponse.Builder,ListMlTransformsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListMlTransformsResponse
public static interface ListMlTransformsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListMlTransformsResponse.Builder,ListMlTransformsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMlTransformsResponse.BuildernextToken(String nextToken)A continuation token, if the returned list does not contain the last metric available.ListMlTransformsResponse.BuildertransformIds(String... transformIds)The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.ListMlTransformsResponse.BuildertransformIds(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
transformIds
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.
- 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
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.
- 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
ListMlTransformsResponse.Builder nextToken(String 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.
-
-