Interface CreateInferenceSchedulerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateInferenceSchedulerResponse.Builder,,CreateInferenceSchedulerResponse> LookoutEquipmentResponse.Builder,SdkBuilder<CreateInferenceSchedulerResponse.Builder,,CreateInferenceSchedulerResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateInferenceSchedulerResponse
public static interface CreateInferenceSchedulerResponse.Builder
extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<CreateInferenceSchedulerResponse.Builder,CreateInferenceSchedulerResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninferenceSchedulerArn(String inferenceSchedulerArn) The Amazon Resource Name (ARN) of the inference scheduler being created.inferenceSchedulerName(String inferenceSchedulerName) The name of inference scheduler being created.Indicates the status of theCreateInferenceScheduleroperation.status(InferenceSchedulerStatus status) Indicates the status of theCreateInferenceScheduleroperation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
inferenceSchedulerArn
The Amazon Resource Name (ARN) of the inference scheduler being created.
- Parameters:
inferenceSchedulerArn- The Amazon Resource Name (ARN) of the inference scheduler being created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceSchedulerName
The name of inference scheduler being created.
- Parameters:
inferenceSchedulerName- The name of inference scheduler being created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Indicates the status of the
CreateInferenceScheduleroperation.- Parameters:
status- Indicates the status of theCreateInferenceScheduleroperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates the status of the
CreateInferenceScheduleroperation.- Parameters:
status- Indicates the status of theCreateInferenceScheduleroperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-