Interface GetExternalDataViewAccessDetailsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetExternalDataViewAccessDetailsResponse.Builder,GetExternalDataViewAccessDetailsResponse>,FinspaceDataResponse.Builder,SdkBuilder<GetExternalDataViewAccessDetailsResponse.Builder,GetExternalDataViewAccessDetailsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetExternalDataViewAccessDetailsResponse
public static interface GetExternalDataViewAccessDetailsResponse.Builder extends FinspaceDataResponse.Builder, SdkPojo, CopyableBuilder<GetExternalDataViewAccessDetailsResponse.Builder,GetExternalDataViewAccessDetailsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetExternalDataViewAccessDetailsResponse.Buildercredentials(Consumer<AwsCredentials.Builder> credentials)The credentials required to access the external Dataview from the S3 location.GetExternalDataViewAccessDetailsResponse.Buildercredentials(AwsCredentials credentials)The credentials required to access the external Dataview from the S3 location.default GetExternalDataViewAccessDetailsResponse.Builders3Location(Consumer<S3Location.Builder> s3Location)The location where the external Dataview is stored.GetExternalDataViewAccessDetailsResponse.Builders3Location(S3Location s3Location)The location where the external Dataview is stored.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.finspacedata.model.FinspaceDataResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
credentials
GetExternalDataViewAccessDetailsResponse.Builder credentials(AwsCredentials credentials)
The credentials required to access the external Dataview from the S3 location.
- Parameters:
credentials- The credentials required to access the external Dataview from the S3 location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentials
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.Builderavoiding the need to create one manually viaAwsCredentials.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocredentials(AwsCredentials).- Parameters:
credentials- a consumer that will call methods onAwsCredentials.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
credentials(AwsCredentials)
-
s3Location
GetExternalDataViewAccessDetailsResponse.Builder s3Location(S3Location s3Location)
The location where the external Dataview is stored.
- Parameters:
s3Location- The location where the external Dataview is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Location
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.Builderavoiding the need to create one manually viaS3Location.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Location(S3Location).- Parameters:
s3Location- a consumer that will call methods onS3Location.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3Location(S3Location)
-
-