Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ActionSource.Builder
-
Packages that use ActionSource.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ActionSource.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ActionSource.Builder Modifier and Type Method Description static ActionSource.BuilderActionSource. builder()ActionSource.BuilderActionSource.Builder. sourceId(String sourceId)The ID of the source.ActionSource.BuilderActionSource.Builder. sourceType(String sourceType)The type of the source.ActionSource.BuilderActionSource.Builder. sourceUri(String sourceUri)The URI of the source.ActionSource.BuilderActionSource. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ActionSource.Builder Modifier and Type Method Description static Class<? extends ActionSource.Builder>ActionSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ActionSource.Builder Modifier and Type Method Description default ActionSummary.BuilderActionSummary.Builder. source(Consumer<ActionSource.Builder> source)The source of the action.default CreateActionRequest.BuilderCreateActionRequest.Builder. source(Consumer<ActionSource.Builder> source)The source type, ID, and URI.default DescribeActionResponse.BuilderDescribeActionResponse.Builder. source(Consumer<ActionSource.Builder> source)The source of the action.
-