Interface ListDataTransformationProfilesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDataTransformationProfilesRequest.Builder,,ListDataTransformationProfilesRequest> HealthLakeRequest.Builder,SdkBuilder<ListDataTransformationProfilesRequest.Builder,,ListDataTransformationProfilesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListDataTransformationProfilesRequest
@Mutable
@NotThreadSafe
public static interface ListDataTransformationProfilesRequest.Builder
extends HealthLakeRequest.Builder, SdkPojo, CopyableBuilder<ListDataTransformationProfilesRequest.Builder,ListDataTransformationProfilesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of profiles to return per page.The pagination token from a previous response.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sourceFormat(String sourceFormat) Filters the results by source data format.sourceFormat(SourceFormat sourceFormat) Filters the results by source data format.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sourceFormat
Filters the results by source data format.
- Parameters:
sourceFormat- Filters the results by source data format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceFormat
Filters the results by source data format.
- Parameters:
sourceFormat- Filters the results by source data format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of profiles to return per page. If you don't specify a value, the service returns up to 100 results.
- Parameters:
maxResults- The maximum number of profiles to return per page. If you don't specify a value, the service returns up to 100 results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token from a previous response. Pass this value to retrieve the next page of results.
- Parameters:
nextToken- The pagination token from a previous response. Pass this value to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDataTransformationProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDataTransformationProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-