| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspacedata |
The FinSpace APIs let you take actions inside the FinSpace.
|
| software.amazon.awssdk.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
default GetWorkingLocationResponse |
FinspaceDataClient.getWorkingLocation(Consumer<GetWorkingLocationRequest.Builder> getWorkingLocationRequest)
A temporary Amazon S3 location, where you can copy your files from a source location to stage or use as a scratch
space in FinSpace notebook.
|
default CompletableFuture<GetWorkingLocationResponse> |
FinspaceDataAsyncClient.getWorkingLocation(Consumer<GetWorkingLocationRequest.Builder> getWorkingLocationRequest)
A temporary Amazon S3 location, where you can copy your files from a source location to stage or use as a scratch
space in FinSpace notebook.
|
| Modifier and Type | Method and Description |
|---|---|
static GetWorkingLocationRequest.Builder |
GetWorkingLocationRequest.builder() |
GetWorkingLocationRequest.Builder |
GetWorkingLocationRequest.Builder.locationType(LocationType locationType)
Specify the type of the working location.
|
GetWorkingLocationRequest.Builder |
GetWorkingLocationRequest.Builder.locationType(String locationType)
Specify the type of the working location.
|
GetWorkingLocationRequest.Builder |
GetWorkingLocationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetWorkingLocationRequest.Builder |
GetWorkingLocationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetWorkingLocationRequest.Builder |
GetWorkingLocationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetWorkingLocationRequest.Builder> |
GetWorkingLocationRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.