public static interface DescribePartnersRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<DescribePartnersRequest.Builder,DescribePartnersRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribePartnersRequest.Builder |
accountId(String accountId)
The Amazon Web Services account ID that owns the cluster.
|
DescribePartnersRequest.Builder |
clusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster whose partner integration is being described.
|
DescribePartnersRequest.Builder |
databaseName(String databaseName)
The name of the database whose partner integration is being described.
|
DescribePartnersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribePartnersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribePartnersRequest.Builder |
partnerName(String partnerName)
The name of the partner that is being described.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePartnersRequest.Builder accountId(String accountId)
The Amazon Web Services account ID that owns the cluster.
accountId - The Amazon Web Services account ID that owns the cluster.DescribePartnersRequest.Builder clusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster whose partner integration is being described.
clusterIdentifier - The cluster identifier of the cluster whose partner integration is being described.DescribePartnersRequest.Builder databaseName(String databaseName)
The name of the database whose partner integration is being described. If database name is not specified, then all databases in the cluster are described.
databaseName - The name of the database whose partner integration is being described. If database name is not
specified, then all databases in the cluster are described.DescribePartnersRequest.Builder partnerName(String partnerName)
The name of the partner that is being described. If partner name is not specified, then all partner integrations are described.
partnerName - The name of the partner that is being described. If partner name is not specified, then all partner
integrations are described.DescribePartnersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribePartnersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.