| 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.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 © 2021. All rights reserved.