Interface UpdateNotebookRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateNotebookRequest.Builder,,UpdateNotebookRequest> DataZoneRequest.Builder,SdkBuilder<UpdateNotebookRequest.Builder,,UpdateNotebookRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateNotebookRequest
-
Method Summary
Modifier and TypeMethodDescriptioncellOrder(Collection<CellInformation> cellOrder) The updated ordered list of cells in the notebook.cellOrder(Consumer<CellInformation.Builder>... cellOrder) The updated ordered list of cells in the notebook.cellOrder(CellInformation... cellOrder) The updated ordered list of cells in the notebook.clientToken(String clientToken) A unique, case-sensitive identifier to ensure idempotency of the request.description(String description) The updated description of the notebook.domainIdentifier(String domainIdentifier) The identifier of the Amazon SageMaker Unified Studio domain in which the notebook exists.default UpdateNotebookRequest.BuilderenvironmentConfiguration(Consumer<EnvironmentConfig.Builder> environmentConfiguration) The updated environment configuration for the notebook.environmentConfiguration(EnvironmentConfig environmentConfiguration) The updated environment configuration for the notebook.identifier(String identifier) The identifier of the notebook to update.The updated metadata for the notebook, specified as key-value pairs.The updated name of the notebook.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.parameters(Map<String, String> parameters) The updated sensitive parameters for the notebook, specified as key-value pairs.The updated status of the notebook.status(NotebookStatus status) The updated status of the notebook.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 the notebook exists.
- Parameters:
domainIdentifier- The identifier of the Amazon SageMaker Unified Studio domain in which the notebook exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
The identifier of the notebook to update.
- Parameters:
identifier- The identifier of the notebook to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The updated description of the notebook.
- Parameters:
description- The updated description of the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The updated status of the notebook.
- Parameters:
status- The updated status of the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The updated status of the notebook.
- Parameters:
status- The updated status of the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The updated name of the notebook.
- Parameters:
name- The updated name of the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cellOrder
The updated ordered list of cells in the notebook.
- Parameters:
cellOrder- The updated ordered list of cells in the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cellOrder
The updated ordered list of cells in the notebook.
- Parameters:
cellOrder- The updated ordered list of cells in the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cellOrder
The updated ordered list of cells in the notebook.
This is a convenience method that creates an instance of theCellInformation.Builderavoiding the need to create one manually viaCellInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocellOrder(List<CellInformation>).- Parameters:
cellOrder- a consumer that will call methods onCellInformation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
metadata
The updated metadata for the notebook, specified as key-value pairs.
- Parameters:
metadata- The updated metadata for the notebook, specified as key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The updated sensitive parameters for the notebook, specified as key-value pairs.
- Parameters:
parameters- The updated sensitive parameters for the notebook, specified as key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfiguration
The updated environment configuration for the notebook.
- Parameters:
environmentConfiguration- The updated environment configuration for the notebook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfiguration
default UpdateNotebookRequest.Builder environmentConfiguration(Consumer<EnvironmentConfig.Builder> environmentConfiguration) The updated environment configuration for the notebook.
This is a convenience method that creates an instance of theEnvironmentConfig.Builderavoiding the need to create one manually viaEnvironmentConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironmentConfiguration(EnvironmentConfig).- Parameters:
environmentConfiguration- a consumer that will call methods onEnvironmentConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
UpdateNotebookRequest.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
UpdateNotebookRequest.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.
-