| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static RedshiftClusterStorage.Builder |
RedshiftClusterStorage.builder() |
RedshiftClusterStorage.Builder |
RedshiftClusterStorage.Builder.clusterName(String clusterName)
The name of an Amazon Redshift cluster.
|
RedshiftClusterStorage.Builder |
RedshiftClusterStorage.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RedshiftClusterStorage.Builder> |
RedshiftClusterStorage.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static RedshiftStorage |
RedshiftStorage.fromRedshiftClusterSource(Consumer<RedshiftClusterStorage.Builder> redshiftClusterSource)
Create an instance of this class with
RedshiftStorage.redshiftClusterSource() initialized to the given value. |
default RedshiftStorage.Builder |
RedshiftStorage.Builder.redshiftClusterSource(Consumer<RedshiftClusterStorage.Builder> redshiftClusterSource)
The details of the Amazon Redshift cluster source.
|
Copyright © 2023. All rights reserved.