Class RedshiftRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.redshift.model.RedshiftRequest
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AcceptReservedNodeExchangeRequest,AddPartnerRequest,AssociateDataShareConsumerRequest,AuthorizeClusterSecurityGroupIngressRequest,AuthorizeDataShareRequest,AuthorizeEndpointAccessRequest,AuthorizeSnapshotAccessRequest,BatchDeleteClusterSnapshotsRequest,BatchModifyClusterSnapshotsRequest,CancelResizeRequest,CopyClusterSnapshotRequest,CreateAuthenticationProfileRequest,CreateClusterParameterGroupRequest,CreateClusterRequest,CreateClusterSecurityGroupRequest,CreateClusterSnapshotRequest,CreateClusterSubnetGroupRequest,CreateCustomDomainAssociationRequest,CreateEndpointAccessRequest,CreateEventSubscriptionRequest,CreateHsmClientCertificateRequest,CreateHsmConfigurationRequest,CreateIntegrationRequest,CreateRedshiftIdcApplicationRequest,CreateScheduledActionRequest,CreateSnapshotCopyGrantRequest,CreateSnapshotScheduleRequest,CreateTagsRequest,CreateUsageLimitRequest,DeauthorizeDataShareRequest,DeleteAuthenticationProfileRequest,DeleteClusterParameterGroupRequest,DeleteClusterRequest,DeleteClusterSecurityGroupRequest,DeleteClusterSnapshotRequest,DeleteClusterSubnetGroupRequest,DeleteCustomDomainAssociationRequest,DeleteEndpointAccessRequest,DeleteEventSubscriptionRequest,DeleteHsmClientCertificateRequest,DeleteHsmConfigurationRequest,DeleteIntegrationRequest,DeletePartnerRequest,DeleteRedshiftIdcApplicationRequest,DeleteResourcePolicyRequest,DeleteScheduledActionRequest,DeleteSnapshotCopyGrantRequest,DeleteSnapshotScheduleRequest,DeleteTagsRequest,DeleteUsageLimitRequest,DeregisterNamespaceRequest,DescribeAccountAttributesRequest,DescribeAuthenticationProfilesRequest,DescribeClusterDbRevisionsRequest,DescribeClusterParameterGroupsRequest,DescribeClusterParametersRequest,DescribeClusterSecurityGroupsRequest,DescribeClusterSnapshotsRequest,DescribeClustersRequest,DescribeClusterSubnetGroupsRequest,DescribeClusterTracksRequest,DescribeClusterVersionsRequest,DescribeCustomDomainAssociationsRequest,DescribeDataSharesForConsumerRequest,DescribeDataSharesForProducerRequest,DescribeDataSharesRequest,DescribeDefaultClusterParametersRequest,DescribeEndpointAccessRequest,DescribeEndpointAuthorizationRequest,DescribeEventCategoriesRequest,DescribeEventsRequest,DescribeEventSubscriptionsRequest,DescribeHsmClientCertificatesRequest,DescribeHsmConfigurationsRequest,DescribeInboundIntegrationsRequest,DescribeIntegrationsRequest,DescribeLoggingStatusRequest,DescribeNodeConfigurationOptionsRequest,DescribeOrderableClusterOptionsRequest,DescribePartnersRequest,DescribeRedshiftIdcApplicationsRequest,DescribeReservedNodeExchangeStatusRequest,DescribeReservedNodeOfferingsRequest,DescribeReservedNodesRequest,DescribeResizeRequest,DescribeScheduledActionsRequest,DescribeSnapshotCopyGrantsRequest,DescribeSnapshotSchedulesRequest,DescribeStorageRequest,DescribeTableRestoreStatusRequest,DescribeTagsRequest,DescribeUsageLimitsRequest,DisableLoggingRequest,DisableSnapshotCopyRequest,DisassociateDataShareConsumerRequest,EnableLoggingRequest,EnableSnapshotCopyRequest,FailoverPrimaryComputeRequest,GetClusterCredentialsRequest,GetClusterCredentialsWithIamRequest,GetReservedNodeExchangeConfigurationOptionsRequest,GetReservedNodeExchangeOfferingsRequest,GetResourcePolicyRequest,ListRecommendationsRequest,ModifyAquaConfigurationRequest,ModifyAuthenticationProfileRequest,ModifyClusterDbRevisionRequest,ModifyClusterIamRolesRequest,ModifyClusterMaintenanceRequest,ModifyClusterParameterGroupRequest,ModifyClusterRequest,ModifyClusterSnapshotRequest,ModifyClusterSnapshotScheduleRequest,ModifyClusterSubnetGroupRequest,ModifyCustomDomainAssociationRequest,ModifyEndpointAccessRequest,ModifyEventSubscriptionRequest,ModifyIntegrationRequest,ModifyRedshiftIdcApplicationRequest,ModifyScheduledActionRequest,ModifySnapshotCopyRetentionPeriodRequest,ModifySnapshotScheduleRequest,ModifyUsageLimitRequest,PauseClusterRequest,PurchaseReservedNodeOfferingRequest,PutResourcePolicyRequest,RebootClusterRequest,RegisterNamespaceRequest,RejectDataShareRequest,ResetClusterParameterGroupRequest,ResizeClusterRequest,RestoreFromClusterSnapshotRequest,RestoreTableFromClusterSnapshotRequest,ResumeClusterRequest,RevokeClusterSecurityGroupIngressRequest,RevokeEndpointAccessRequest,RevokeSnapshotAccessRequest,RotateEncryptionKeyRequest,UpdatePartnerStatusRequest
@Generated("software.amazon.awssdk:codegen") public abstract class RedshiftRequest extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRedshiftRequest.Builderprotected static classRedshiftRequest.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedRedshiftRequest(RedshiftRequest.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract RedshiftRequest.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
equals, hashCode, overrideConfiguration
-
Methods inherited from class software.amazon.awssdk.core.SdkRequest
getValueForField
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Constructor Detail
-
RedshiftRequest
protected RedshiftRequest(RedshiftRequest.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract RedshiftRequest.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-