Interface StartNotebookImportRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartNotebookImportRequest.Builder,,StartNotebookImportRequest> DataZoneRequest.Builder,SdkBuilder<StartNotebookImportRequest.Builder,,StartNotebookImportRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartNotebookImportRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) A unique, case-sensitive identifier to ensure idempotency of the request.description(String description) The description of the imported notebook.domainIdentifier(String domainIdentifier) The identifier of the Amazon SageMaker Unified Studio domain in which to import the notebook.The name of the imported notebook.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.owningProjectIdentifier(String owningProjectIdentifier) The identifier of the project that will own the imported notebook.sourceLocation(Consumer<SourceLocation.Builder> sourceLocation) The source location of the notebook to import.sourceLocation(SourceLocation sourceLocation) The source location of the notebook to import.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainIdentifier
The identifier of the Amazon SageMaker Unified Studio domain in which to import the notebook.
- Parameters:
domainIdentifier- The identifier of the Amazon SageMaker Unified Studio domain in which to import the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectIdentifier
The identifier of the project that will own the imported notebook.
- Parameters:
owningProjectIdentifier- The identifier of the project that will own the imported notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceLocation
The source location of the notebook to import. This specifies the Amazon Simple Storage Service URI of the notebook file.
- Parameters:
sourceLocation- The source location of the notebook to import. This specifies the Amazon Simple Storage Service URI of the notebook file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceLocation
default StartNotebookImportRequest.Builder sourceLocation(Consumer<SourceLocation.Builder> sourceLocation) The source location of the notebook to import. This specifies the Amazon Simple Storage Service URI of the notebook file.
This is a convenience method that creates an instance of theSourceLocation.Builderavoiding the need to create one manually viaSourceLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceLocation(SourceLocation).- Parameters:
sourceLocation- a consumer that will call methods onSourceLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the imported notebook. The name must be between 1 and 256 characters.
- Parameters:
name- The name of the imported notebook. The name must be between 1 and 256 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the imported notebook.
- Parameters:
description- The description of the imported notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
- Parameters:
clientToken- A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartNotebookImportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartNotebookImportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-