@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface FinspaceDataAsyncClient extends SdkClient
builder()
method.
The FinSpace APIs let you take actions inside the FinSpace environment.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static FinspaceDataAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
FinspaceDataAsyncClient. |
static FinspaceDataAsyncClient |
create()
Create a
FinspaceDataAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CompletableFuture<CreateChangesetResponse> |
createChangeset(Consumer<CreateChangesetRequest.Builder> createChangesetRequest)
Creates a new changeset in a FinSpace dataset.
|
default CompletableFuture<CreateChangesetResponse> |
createChangeset(CreateChangesetRequest createChangesetRequest)
Creates a new changeset in a FinSpace dataset.
|
default CompletableFuture<GetProgrammaticAccessCredentialsResponse> |
getProgrammaticAccessCredentials(Consumer<GetProgrammaticAccessCredentialsRequest.Builder> getProgrammaticAccessCredentialsRequest)
Request programmatic credentials to use with Habanero SDK.
|
default CompletableFuture<GetProgrammaticAccessCredentialsResponse> |
getProgrammaticAccessCredentials(GetProgrammaticAccessCredentialsRequest getProgrammaticAccessCredentialsRequest)
Request programmatic credentials to use with Habanero SDK.
|
default CompletableFuture<GetWorkingLocationResponse> |
getWorkingLocation(Consumer<GetWorkingLocationRequest.Builder> getWorkingLocationRequest)
A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in
Habanero notebook.
|
default CompletableFuture<GetWorkingLocationResponse> |
getWorkingLocation(GetWorkingLocationRequest getWorkingLocationRequest)
A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in
Habanero notebook.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static FinspaceDataAsyncClient create()
FinspaceDataAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static FinspaceDataAsyncClientBuilder builder()
FinspaceDataAsyncClient.default CompletableFuture<CreateChangesetResponse> createChangeset(CreateChangesetRequest createChangesetRequest)
Creates a new changeset in a FinSpace dataset.
createChangesetRequest - default CompletableFuture<CreateChangesetResponse> createChangeset(Consumer<CreateChangesetRequest.Builder> createChangesetRequest)
Creates a new changeset in a FinSpace dataset.
This is a convenience which creates an instance of the CreateChangesetRequest.Builder avoiding the need
to create one manually via CreateChangesetRequest.builder()
createChangesetRequest - A Consumer that will call methods on CreateChangesetRequest.Builder to create a request.default CompletableFuture<GetProgrammaticAccessCredentialsResponse> getProgrammaticAccessCredentials(GetProgrammaticAccessCredentialsRequest getProgrammaticAccessCredentialsRequest)
Request programmatic credentials to use with Habanero SDK.
getProgrammaticAccessCredentialsRequest - default CompletableFuture<GetProgrammaticAccessCredentialsResponse> getProgrammaticAccessCredentials(Consumer<GetProgrammaticAccessCredentialsRequest.Builder> getProgrammaticAccessCredentialsRequest)
Request programmatic credentials to use with Habanero SDK.
This is a convenience which creates an instance of the GetProgrammaticAccessCredentialsRequest.Builder
avoiding the need to create one manually via GetProgrammaticAccessCredentialsRequest.builder()
getProgrammaticAccessCredentialsRequest - A Consumer that will call methods on GetProgrammaticAccessCredentialsRequest.Builder to
create a request.default CompletableFuture<GetWorkingLocationResponse> getWorkingLocation(GetWorkingLocationRequest getWorkingLocationRequest)
A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in Habanero notebook.
getWorkingLocationRequest - default CompletableFuture<GetWorkingLocationResponse> getWorkingLocation(Consumer<GetWorkingLocationRequest.Builder> getWorkingLocationRequest)
A temporary Amazon S3 location to copy your files from a source location to stage or use as a scratch space in Habanero notebook.
This is a convenience which creates an instance of the GetWorkingLocationRequest.Builder avoiding the
need to create one manually via GetWorkingLocationRequest.builder()
getWorkingLocationRequest - A Consumer that will call methods on GetWorkingLocationRequest.Builder to create a
request.Copyright © 2021. All rights reserved.