| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
static DataViewDestinationTypeParams.Builder |
DataViewDestinationTypeParams.builder() |
DataViewDestinationTypeParams.Builder |
DataViewDestinationTypeParams.Builder.destinationType(String destinationType)
Destination type for a Dataview.
|
DataViewDestinationTypeParams.Builder |
DataViewDestinationTypeParams.Builder.s3DestinationExportFileFormat(ExportFileFormat s3DestinationExportFileFormat)
Dataview export file format.
|
DataViewDestinationTypeParams.Builder |
DataViewDestinationTypeParams.Builder.s3DestinationExportFileFormat(String s3DestinationExportFileFormat)
Dataview export file format.
|
DataViewDestinationTypeParams.Builder |
DataViewDestinationTypeParams.Builder.s3DestinationExportFileFormatOptions(Map<String,String> s3DestinationExportFileFormatOptions)
Format Options for S3 Destination type.
|
DataViewDestinationTypeParams.Builder |
DataViewDestinationTypeParams.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataViewDestinationTypeParams.Builder> |
DataViewDestinationTypeParams.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetDataViewResponse.Builder |
GetDataViewResponse.Builder.destinationTypeParams(Consumer<DataViewDestinationTypeParams.Builder> destinationTypeParams)
Options that define the destination type for the Dataview.
|
default CreateDataViewRequest.Builder |
CreateDataViewRequest.Builder.destinationTypeParams(Consumer<DataViewDestinationTypeParams.Builder> destinationTypeParams)
Options that define the destination type for the Dataview.
|
default DataViewSummary.Builder |
DataViewSummary.Builder.destinationTypeProperties(Consumer<DataViewDestinationTypeParams.Builder> destinationTypeProperties)
Information about the Dataview destination.
|
Copyright © 2023. All rights reserved.