Interface GenerativeAISettings.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<GenerativeAISettings.Builder,,GenerativeAISettings> SdkBuilder<GenerativeAISettings.Builder,,GenerativeAISettings> SdkPojo
- Enclosing class:
 GenerativeAISettings
public static interface GenerativeAISettings.Builder
extends SdkPojo, CopyableBuilder<GenerativeAISettings.Builder,GenerativeAISettings> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault GenerativeAISettings.BuilderbuildtimeSettings(Consumer<BuildtimeSettings.Builder> buildtimeSettings) Sets the value of the BuildtimeSettings property for this object.buildtimeSettings(BuildtimeSettings buildtimeSettings) Sets the value of the BuildtimeSettings property for this object.default GenerativeAISettings.BuilderruntimeSettings(Consumer<RuntimeSettings.Builder> runtimeSettings) Sets the value of the RuntimeSettings property for this object.runtimeSettings(RuntimeSettings runtimeSettings) Sets the value of the RuntimeSettings property for this object.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
- 
runtimeSettings
Sets the value of the RuntimeSettings property for this object.- Parameters:
 runtimeSettings- The new value for the RuntimeSettings property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
runtimeSettings
default GenerativeAISettings.Builder runtimeSettings(Consumer<RuntimeSettings.Builder> runtimeSettings) Sets the value of the RuntimeSettings property for this object. This is a convenience method that creates an instance of theRuntimeSettings.Builderavoiding the need to create one manually viaRuntimeSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toruntimeSettings(RuntimeSettings).- Parameters:
 runtimeSettings- a consumer that will call methods onRuntimeSettings.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
buildtimeSettings
Sets the value of the BuildtimeSettings property for this object.- Parameters:
 buildtimeSettings- The new value for the BuildtimeSettings property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
buildtimeSettings
default GenerativeAISettings.Builder buildtimeSettings(Consumer<BuildtimeSettings.Builder> buildtimeSettings) Sets the value of the BuildtimeSettings property for this object. This is a convenience method that creates an instance of theBuildtimeSettings.Builderavoiding the need to create one manually viaBuildtimeSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobuildtimeSettings(BuildtimeSettings).- Parameters:
 buildtimeSettings- a consumer that will call methods onBuildtimeSettings.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -