Interface AIMLOptionsOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIMLOptionsOutput.Builder,,AIMLOptionsOutput> SdkBuilder<AIMLOptionsOutput.Builder,,AIMLOptionsOutput> SdkPojo
- Enclosing class:
AIMLOptionsOutput
-
Method Summary
Modifier and TypeMethodDescriptiondefault AIMLOptionsOutput.BuildernaturalLanguageQueryGenerationOptions(Consumer<NaturalLanguageQueryGenerationOptionsOutput.Builder> naturalLanguageQueryGenerationOptions) Container for parameters required for natural language query generation on the specified domain.naturalLanguageQueryGenerationOptions(NaturalLanguageQueryGenerationOptionsOutput naturalLanguageQueryGenerationOptions) Container for parameters required for natural language query generation on the specified domain.default AIMLOptionsOutput.Builders3VectorsEngine(Consumer<S3VectorsEngine.Builder> s3VectorsEngine) Container for parameters representing the state of S3 vectors engine features on the specified domain.s3VectorsEngine(S3VectorsEngine s3VectorsEngine) Container for parameters representing the state of S3 vectors engine features on the specified domain.default AIMLOptionsOutput.BuilderserverlessVectorAcceleration(Consumer<ServerlessVectorAcceleration.Builder> serverlessVectorAcceleration) The current serverless vector acceleration configuration for the domain.serverlessVectorAcceleration(ServerlessVectorAcceleration serverlessVectorAcceleration) The current serverless vector acceleration configuration for the domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
naturalLanguageQueryGenerationOptions
AIMLOptionsOutput.Builder naturalLanguageQueryGenerationOptions(NaturalLanguageQueryGenerationOptionsOutput naturalLanguageQueryGenerationOptions) Container for parameters required for natural language query generation on the specified domain.
- Parameters:
naturalLanguageQueryGenerationOptions- Container for parameters required for natural language query generation on the specified domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
naturalLanguageQueryGenerationOptions
default AIMLOptionsOutput.Builder naturalLanguageQueryGenerationOptions(Consumer<NaturalLanguageQueryGenerationOptionsOutput.Builder> naturalLanguageQueryGenerationOptions) Container for parameters required for natural language query generation on the specified domain.
This is a convenience method that creates an instance of theNaturalLanguageQueryGenerationOptionsOutput.Builderavoiding the need to create one manually viaNaturalLanguageQueryGenerationOptionsOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonaturalLanguageQueryGenerationOptions(NaturalLanguageQueryGenerationOptionsOutput).- Parameters:
naturalLanguageQueryGenerationOptions- a consumer that will call methods onNaturalLanguageQueryGenerationOptionsOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3VectorsEngine
Container for parameters representing the state of S3 vectors engine features on the specified domain.
- Parameters:
s3VectorsEngine- Container for parameters representing the state of S3 vectors engine features on the specified domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3VectorsEngine
default AIMLOptionsOutput.Builder s3VectorsEngine(Consumer<S3VectorsEngine.Builder> s3VectorsEngine) Container for parameters representing the state of S3 vectors engine features on the specified domain.
This is a convenience method that creates an instance of theS3VectorsEngine.Builderavoiding the need to create one manually viaS3VectorsEngine.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3VectorsEngine(S3VectorsEngine).- Parameters:
s3VectorsEngine- a consumer that will call methods onS3VectorsEngine.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serverlessVectorAcceleration
AIMLOptionsOutput.Builder serverlessVectorAcceleration(ServerlessVectorAcceleration serverlessVectorAcceleration) The current serverless vector acceleration configuration for the domain.
- Parameters:
serverlessVectorAcceleration- The current serverless vector acceleration configuration for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverlessVectorAcceleration
default AIMLOptionsOutput.Builder serverlessVectorAcceleration(Consumer<ServerlessVectorAcceleration.Builder> serverlessVectorAcceleration) The current serverless vector acceleration configuration for the domain.
This is a convenience method that creates an instance of theServerlessVectorAcceleration.Builderavoiding the need to create one manually viaServerlessVectorAcceleration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserverlessVectorAcceleration(ServerlessVectorAcceleration).- Parameters:
serverlessVectorAcceleration- a consumer that will call methods onServerlessVectorAcceleration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-