Interface CustomPromptProfile.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomPromptProfile.Builder,,CustomPromptProfile> SdkBuilder<CustomPromptProfile.Builder,,CustomPromptProfile> SdkPojo
- Enclosing class:
CustomPromptProfile
@Mutable
@NotThreadSafe
public static interface CustomPromptProfile.Builder
extends SdkPojo, CopyableBuilder<CustomPromptProfile.Builder,CustomPromptProfile>
-
Method Summary
Modifier and TypeMethodDescriptionmodelProfileId(String modelProfileId) The identifier of the model profile.qbsAwsAccountId(String qbsAwsAccountId) The Amazon Web Services account ID for the Q Business service.subscriptionId(String subscriptionId) The subscription identifier.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
-
modelProfileId
The identifier of the model profile.
- Parameters:
modelProfileId- The identifier of the model profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionId
The subscription identifier.
- Parameters:
subscriptionId- The subscription identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qbsAwsAccountId
The Amazon Web Services account ID for the Q Business service.
- Parameters:
qbsAwsAccountId- The Amazon Web Services account ID for the Q Business service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-