Interface AddPartnerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AddPartnerRequest.Builder,AddPartnerRequest>
,RedshiftRequest.Builder
,SdkBuilder<AddPartnerRequest.Builder,AddPartnerRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- AddPartnerRequest
public static interface AddPartnerRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<AddPartnerRequest.Builder,AddPartnerRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AddPartnerRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AddPartnerRequest.Builder
partnerName(String partnerName)
The name of the partner that is authorized to send data.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accountId
AddPartnerRequest.Builder accountId(String accountId)
The Amazon Web Services account ID that owns the cluster.
- Parameters:
accountId
- The Amazon Web Services account ID that owns the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterIdentifier
AddPartnerRequest.Builder clusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster that receives data from the partner.
- Parameters:
clusterIdentifier
- The cluster identifier of the cluster that receives data from the partner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
AddPartnerRequest.Builder databaseName(String databaseName)
The name of the database that receives data from the partner.
- Parameters:
databaseName
- The name of the database that receives data from the partner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partnerName
AddPartnerRequest.Builder partnerName(String partnerName)
The name of the partner that is authorized to send data.
- Parameters:
partnerName
- The name of the partner that is authorized to send data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AddPartnerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
AddPartnerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-