| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
CodeConfiguration |
CodeConfiguration.clone() |
CodeConfiguration |
GetKxClusterResult.getCode()
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
CodeConfiguration |
CreateKxClusterResult.getCode()
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
CodeConfiguration |
CreateKxClusterRequest.getCode()
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
CodeConfiguration |
CodeConfiguration.withS3Bucket(String s3Bucket)
A unique name for the S3 bucket.
|
CodeConfiguration |
CodeConfiguration.withS3Key(String s3Key)
The full S3 path (excluding bucket) to the .zip file.
|
CodeConfiguration |
CodeConfiguration.withS3ObjectVersion(String s3ObjectVersion)
The version of an S3 object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetKxClusterResult.setCode(CodeConfiguration code)
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
void |
CreateKxClusterResult.setCode(CodeConfiguration code)
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
void |
CreateKxClusterRequest.setCode(CodeConfiguration code)
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
GetKxClusterResult |
GetKxClusterResult.withCode(CodeConfiguration code)
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
CreateKxClusterResult |
CreateKxClusterResult.withCode(CodeConfiguration code)
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
CreateKxClusterRequest |
CreateKxClusterRequest.withCode(CodeConfiguration code)
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
Copyright © 2023. All rights reserved.