Interface AIMLOptionsOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AIMLOptionsOutput.Builder,
,AIMLOptionsOutput> SdkBuilder<AIMLOptionsOutput.Builder,
,AIMLOptionsOutput> SdkPojo
- Enclosing class:
AIMLOptionsOutput
@Mutable
@NotThreadSafe
public static interface AIMLOptionsOutput.Builder
extends SdkPojo, CopyableBuilder<AIMLOptionsOutput.Builder,AIMLOptionsOutput>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AIMLOptionsOutput.Builder
naturalLanguageQueryGenerationOptions
(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.Builder
s3VectorsEngine
(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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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.Builder
avoiding the need to create one manually viaNaturalLanguageQueryGenerationOptionsOutput.builder()
.When the
Consumer
completes,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.Builder
avoiding the need to create one manually viaS3VectorsEngine.builder()
.When the
Consumer
completes,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:
-