Interface CreateInferenceProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockResponse.Builder,Buildable,CopyableBuilder<CreateInferenceProfileResponse.Builder,CreateInferenceProfileResponse>,SdkBuilder<CreateInferenceProfileResponse.Builder,CreateInferenceProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateInferenceProfileResponse
@Mutable @NotThreadSafe public static interface CreateInferenceProfileResponse.Builder extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<CreateInferenceProfileResponse.Builder,CreateInferenceProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateInferenceProfileResponse.BuilderinferenceProfileArn(String inferenceProfileArn)The ARN of the inference profile that you created.CreateInferenceProfileResponse.Builderstatus(String status)The status of the inference profile.CreateInferenceProfileResponse.Builderstatus(InferenceProfileStatus status)The status of the inference profile.-
Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
inferenceProfileArn
CreateInferenceProfileResponse.Builder inferenceProfileArn(String inferenceProfileArn)
The ARN of the inference profile that you created.
- Parameters:
inferenceProfileArn- The ARN of the inference profile that you created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
CreateInferenceProfileResponse.Builder status(String status)
The status of the inference profile.
ACTIVEmeans that the inference profile is ready to be used.- Parameters:
status- The status of the inference profile.ACTIVEmeans that the inference profile is ready to be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InferenceProfileStatus,InferenceProfileStatus
-
status
CreateInferenceProfileResponse.Builder status(InferenceProfileStatus status)
The status of the inference profile.
ACTIVEmeans that the inference profile is ready to be used.- Parameters:
status- The status of the inference profile.ACTIVEmeans that the inference profile is ready to be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InferenceProfileStatus,InferenceProfileStatus
-
-