public static interface UpdateNotebookInstanceRequest.Builder extends SageMakerRequest.Builder, CopyableBuilder<UpdateNotebookInstanceRequest.Builder,UpdateNotebookInstanceRequest>
Modifier and Type | Method and Description |
---|---|
UpdateNotebookInstanceRequest.Builder |
instanceType(InstanceType instanceType)
The Amazon ML compute instance type.
|
UpdateNotebookInstanceRequest.Builder |
instanceType(String instanceType)
The Amazon ML compute instance type.
|
UpdateNotebookInstanceRequest.Builder |
notebookInstanceName(String notebookInstanceName)
The name of the notebook instance to update.
|
UpdateNotebookInstanceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateNotebookInstanceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateNotebookInstanceRequest.Builder |
roleArn(String roleArn)
Amazon Resource Name (ARN) of the IAM role to associate with the instance.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateNotebookInstanceRequest.Builder notebookInstanceName(String notebookInstanceName)
The name of the notebook instance to update.
notebookInstanceName
- The name of the notebook instance to update.UpdateNotebookInstanceRequest.Builder instanceType(String instanceType)
The Amazon ML compute instance type.
instanceType
- The Amazon ML compute instance type.InstanceType
,
InstanceType
UpdateNotebookInstanceRequest.Builder instanceType(InstanceType instanceType)
The Amazon ML compute instance type.
instanceType
- The Amazon ML compute instance type.InstanceType
,
InstanceType
UpdateNotebookInstanceRequest.Builder roleArn(String roleArn)
Amazon Resource Name (ARN) of the IAM role to associate with the instance.
roleArn
- Amazon Resource Name (ARN) of the IAM role to associate with the instance.UpdateNotebookInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateNotebookInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.