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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateNotebookInstanceRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateNotebookInstanceRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.