public static interface DeletePartnerRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<DeletePartnerRequest.Builder,DeletePartnerRequest>
| Modifier and Type | Method and Description |
|---|---|
DeletePartnerRequest.Builder |
accountId(String accountId)
The Amazon Web Services account ID that owns the cluster.
|
DeletePartnerRequest.Builder |
clusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster that receives data from the partner.
|
DeletePartnerRequest.Builder |
databaseName(String databaseName)
The name of the database that receives data from the partner.
|
DeletePartnerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeletePartnerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeletePartnerRequest.Builder |
partnerName(String partnerName)
The name of the partner that is authorized to send data.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletePartnerRequest.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.DeletePartnerRequest.Builder clusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster that receives data from the partner.
clusterIdentifier - The cluster identifier of the cluster that receives data from the partner.DeletePartnerRequest.Builder databaseName(String databaseName)
The name of the database that receives data from the partner.
databaseName - The name of the database that receives data from the partner.DeletePartnerRequest.Builder partnerName(String partnerName)
The name of the partner that is authorized to send data.
partnerName - The name of the partner that is authorized to send data.DeletePartnerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeletePartnerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.