Interface UpdateFhirDatastoreRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateFhirDatastoreRequest.Builder,,UpdateFhirDatastoreRequest> HealthLakeRequest.Builder,SdkBuilder<UpdateFhirDatastoreRequest.Builder,,UpdateFhirDatastoreRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateFhirDatastoreRequest
@Mutable
@NotThreadSafe
public static interface UpdateFhirDatastoreRequest.Builder
extends HealthLakeRequest.Builder, SdkPojo, CopyableBuilder<UpdateFhirDatastoreRequest.Builder,UpdateFhirDatastoreRequest>
-
Method Summary
Modifier and TypeMethodDescriptionanalyticsConfiguration(Consumer<AnalyticsConfiguration.Builder> analyticsConfiguration) The analytics configuration for the data store. This is a convenience method that creates an instance of theAnalyticsConfiguration.Builderavoiding the need to create one manually viaAnalyticsConfiguration.builder().analyticsConfiguration(AnalyticsConfiguration analyticsConfiguration) The analytics configuration for the data store. datastoreId(String datastoreId) The data store identifier. datastoreName(String datastoreName) The data store name. identityProviderConfiguration(Consumer<IdentityProviderConfiguration.Builder> identityProviderConfiguration) The identity provider configuration for the data store. This is a convenience method that creates an instance of theIdentityProviderConfiguration.Builderavoiding the need to create one manually viaIdentityProviderConfiguration.builder().identityProviderConfiguration(IdentityProviderConfiguration identityProviderConfiguration) The identity provider configuration for the data store. nlpConfiguration(Consumer<NlpConfiguration.Builder> nlpConfiguration) The NLP configuration for the data store. This is a convenience method that creates an instance of theNlpConfiguration.Builderavoiding the need to create one manually viaNlpConfiguration.builder().nlpConfiguration(NlpConfiguration nlpConfiguration) The NLP configuration for the data store. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.profileConfiguration(Consumer<ProfileConfiguration.Builder> profileConfiguration) The profile configuration for the data store. This is a convenience method that creates an instance of theProfileConfiguration.Builderavoiding the need to create one manually viaProfileConfiguration.builder().profileConfiguration(ProfileConfiguration profileConfiguration) The profile configuration for the data store. 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
-
datastoreId
The data store identifier. - Parameters:
datastoreId- The data store identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datastoreName
The data store name. - Parameters:
datastoreName- The data store name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analyticsConfiguration
UpdateFhirDatastoreRequest.Builder analyticsConfiguration(AnalyticsConfiguration analyticsConfiguration) The analytics configuration for the data store. - Parameters:
analyticsConfiguration- The analytics configuration for the data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analyticsConfiguration
default UpdateFhirDatastoreRequest.Builder analyticsConfiguration(Consumer<AnalyticsConfiguration.Builder> analyticsConfiguration) The analytics configuration for the data store. This is a convenience method that creates an instance of theAnalyticsConfiguration.Builderavoiding the need to create one manually viaAnalyticsConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanalyticsConfiguration(AnalyticsConfiguration).- Parameters:
analyticsConfiguration- a consumer that will call methods onAnalyticsConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nlpConfiguration
The NLP configuration for the data store. - Parameters:
nlpConfiguration- The NLP configuration for the data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nlpConfiguration
default UpdateFhirDatastoreRequest.Builder nlpConfiguration(Consumer<NlpConfiguration.Builder> nlpConfiguration) The NLP configuration for the data store. This is a convenience method that creates an instance of theNlpConfiguration.Builderavoiding the need to create one manually viaNlpConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonlpConfiguration(NlpConfiguration).- Parameters:
nlpConfiguration- a consumer that will call methods onNlpConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
profileConfiguration
The profile configuration for the data store. - Parameters:
profileConfiguration- The profile configuration for the data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileConfiguration
default UpdateFhirDatastoreRequest.Builder profileConfiguration(Consumer<ProfileConfiguration.Builder> profileConfiguration) The profile configuration for the data store. This is a convenience method that creates an instance of theProfileConfiguration.Builderavoiding the need to create one manually viaProfileConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprofileConfiguration(ProfileConfiguration).- Parameters:
profileConfiguration- a consumer that will call methods onProfileConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identityProviderConfiguration
UpdateFhirDatastoreRequest.Builder identityProviderConfiguration(IdentityProviderConfiguration identityProviderConfiguration) The identity provider configuration for the data store. - Parameters:
identityProviderConfiguration- The identity provider configuration for the data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityProviderConfiguration
default UpdateFhirDatastoreRequest.Builder identityProviderConfiguration(Consumer<IdentityProviderConfiguration.Builder> identityProviderConfiguration) The identity provider configuration for the data store. This is a convenience method that creates an instance of theIdentityProviderConfiguration.Builderavoiding the need to create one manually viaIdentityProviderConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidentityProviderConfiguration(IdentityProviderConfiguration).- Parameters:
identityProviderConfiguration- a consumer that will call methods onIdentityProviderConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateFhirDatastoreRequest.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
UpdateFhirDatastoreRequest.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.
-