public static interface GetExternalDataViewAccessDetailsResponse.Builder extends FinspaceDataResponse.Builder, SdkPojo, CopyableBuilder<GetExternalDataViewAccessDetailsResponse.Builder,GetExternalDataViewAccessDetailsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetExternalDataViewAccessDetailsResponse.Builder |
credentials(AwsCredentials credentials)
The credentials required to access the external Dataview from the S3 location.
|
default GetExternalDataViewAccessDetailsResponse.Builder |
credentials(Consumer<AwsCredentials.Builder> credentials)
The credentials required to access the external Dataview from the S3 location.
|
default GetExternalDataViewAccessDetailsResponse.Builder |
s3Location(Consumer<S3Location.Builder> s3Location)
The location where the external Dataview is stored.
|
GetExternalDataViewAccessDetailsResponse.Builder |
s3Location(S3Location s3Location)
The location where the external Dataview is stored.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetExternalDataViewAccessDetailsResponse.Builder credentials(AwsCredentials credentials)
The credentials required to access the external Dataview from the S3 location.
credentials - The credentials required to access the external Dataview from the S3 location.default GetExternalDataViewAccessDetailsResponse.Builder credentials(Consumer<AwsCredentials.Builder> credentials)
The credentials required to access the external Dataview from the S3 location.
This is a convenience method that creates an instance of theAwsCredentials.Builder avoiding the need
to create one manually via AwsCredentials.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to credentials(AwsCredentials).
credentials - a consumer that will call methods on AwsCredentials.Buildercredentials(AwsCredentials)GetExternalDataViewAccessDetailsResponse.Builder s3Location(S3Location s3Location)
The location where the external Dataview is stored.
s3Location - The location where the external Dataview is stored.default GetExternalDataViewAccessDetailsResponse.Builder s3Location(Consumer<S3Location.Builder> s3Location)
The location where the external Dataview is stored.
This is a convenience method that creates an instance of theS3Location.Builder avoiding the need to
create one manually via S3Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to s3Location(S3Location).
s3Location - a consumer that will call methods on S3Location.Builders3Location(S3Location)Copyright © 2023. All rights reserved.