| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
static CodeConfiguration.Builder |
CodeConfiguration.builder() |
CodeConfiguration.Builder |
CodeConfiguration.Builder.s3Bucket(String s3Bucket)
A unique name for the S3 bucket.
|
CodeConfiguration.Builder |
CodeConfiguration.Builder.s3Key(String s3Key)
The full S3 path (excluding bucket) to the .zip file.
|
CodeConfiguration.Builder |
CodeConfiguration.Builder.s3ObjectVersion(String s3ObjectVersion)
The version of an S3 object.
|
CodeConfiguration.Builder |
CodeConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CodeConfiguration.Builder> |
CodeConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetKxClusterResponse.Builder |
GetKxClusterResponse.Builder.code(Consumer<CodeConfiguration.Builder> code)
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
default CreateKxClusterRequest.Builder |
CreateKxClusterRequest.Builder.code(Consumer<CodeConfiguration.Builder> code)
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
default CreateKxClusterResponse.Builder |
CreateKxClusterResponse.Builder.code(Consumer<CodeConfiguration.Builder> code)
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
Copyright © 2023. All rights reserved.