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