Class ApplicationInferenceProfileReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.bedrock.ApplicationInferenceProfileReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApplicationInferenceProfileReference>
- Enclosing interface:
ApplicationInferenceProfileReference
@Stability(Stable)
public static final class ApplicationInferenceProfileReference.Builder
extends Object
implements software.amazon.jsii.Builder<ApplicationInferenceProfileReference>
A builder for
ApplicationInferenceProfileReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inferenceProfileIdentifier(String inferenceProfileIdentifier) Sets the value ofApplicationInferenceProfileReference.getInferenceProfileIdentifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inferenceProfileIdentifier
@Stability(Stable) public ApplicationInferenceProfileReference.Builder inferenceProfileIdentifier(String inferenceProfileIdentifier) Sets the value ofApplicationInferenceProfileReference.getInferenceProfileIdentifier()- Parameters:
inferenceProfileIdentifier- The InferenceProfileIdentifier of the ApplicationInferenceProfile resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ApplicationInferenceProfileReference>- Returns:
- a new instance of
ApplicationInferenceProfileReference - Throws:
NullPointerException- if any required attribute was not provided
-