Interface UpdatePartnerStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdatePartnerStatusRequest.Builder,UpdatePartnerStatusRequest>
,RedshiftRequest.Builder
,SdkBuilder<UpdatePartnerStatusRequest.Builder,UpdatePartnerStatusRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdatePartnerStatusRequest
public static interface UpdatePartnerStatusRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<UpdatePartnerStatusRequest.Builder,UpdatePartnerStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePartnerStatusRequest.Builder
accountId(String accountId)
The Amazon Web Services account ID that owns the cluster.UpdatePartnerStatusRequest.Builder
clusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster whose partner integration status is being updated.UpdatePartnerStatusRequest.Builder
databaseName(String databaseName)
The name of the database whose partner integration status is being updated.UpdatePartnerStatusRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdatePartnerStatusRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdatePartnerStatusRequest.Builder
partnerName(String partnerName)
The name of the partner whose integration status is being updated.UpdatePartnerStatusRequest.Builder
status(String status)
The value of the updated status.UpdatePartnerStatusRequest.Builder
status(PartnerIntegrationStatus status)
The value of the updated status.UpdatePartnerStatusRequest.Builder
statusMessage(String statusMessage)
The status message provided by the partner.-
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
UpdatePartnerStatusRequest.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
UpdatePartnerStatusRequest.Builder clusterIdentifier(String clusterIdentifier)
The cluster identifier of the cluster whose partner integration status is being updated.
- Parameters:
clusterIdentifier
- The cluster identifier of the cluster whose partner integration status is being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
UpdatePartnerStatusRequest.Builder databaseName(String databaseName)
The name of the database whose partner integration status is being updated.
- Parameters:
databaseName
- The name of the database whose partner integration status is being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partnerName
UpdatePartnerStatusRequest.Builder partnerName(String partnerName)
The name of the partner whose integration status is being updated.
- Parameters:
partnerName
- The name of the partner whose integration status is being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdatePartnerStatusRequest.Builder status(String status)
The value of the updated status.
- Parameters:
status
- The value of the updated status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PartnerIntegrationStatus
,PartnerIntegrationStatus
-
status
UpdatePartnerStatusRequest.Builder status(PartnerIntegrationStatus status)
The value of the updated status.
- Parameters:
status
- The value of the updated status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PartnerIntegrationStatus
,PartnerIntegrationStatus
-
statusMessage
UpdatePartnerStatusRequest.Builder statusMessage(String statusMessage)
The status message provided by the partner.
- Parameters:
statusMessage
- The status message provided by the partner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdatePartnerStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePartnerStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-