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.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateNotebookInstanceRequest.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,
InstanceTypeUpdateNotebookInstanceRequest.Builder instanceType(InstanceType instanceType)
The Amazon ML compute instance type.
instanceType - The Amazon ML compute instance type.InstanceType,
InstanceTypeUpdateNotebookInstanceRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateNotebookInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.