JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.redshift.model

Class DescribeNodeConfigurationOptionsRequest

    • Constructor Detail

      • DescribeNodeConfigurationOptionsRequest

        public DescribeNodeConfigurationOptionsRequest()
    • Method Detail

      • setActionType

        public void setActionType(String actionType)

        The action type to evaluate for possible node configurations. Specify "restore-cluster" to get configuration combinations based on an existing snapshot. Specify "recommend-node-config" to get configuration recommendations based on an existing cluster or snapshot. Specify "resize-cluster" to get configuration combinations for elastic resize based on an existing cluster.

        Parameters:
        actionType - The action type to evaluate for possible node configurations. Specify "restore-cluster" to get configuration combinations based on an existing snapshot. Specify "recommend-node-config" to get configuration recommendations based on an existing cluster or snapshot. Specify "resize-cluster" to get configuration combinations for elastic resize based on an existing cluster.
        See Also:
        ActionType
      • getActionType

        public String getActionType()

        The action type to evaluate for possible node configurations. Specify "restore-cluster" to get configuration combinations based on an existing snapshot. Specify "recommend-node-config" to get configuration recommendations based on an existing cluster or snapshot. Specify "resize-cluster" to get configuration combinations for elastic resize based on an existing cluster.

        Returns:
        The action type to evaluate for possible node configurations. Specify "restore-cluster" to get configuration combinations based on an existing snapshot. Specify "recommend-node-config" to get configuration recommendations based on an existing cluster or snapshot. Specify "resize-cluster" to get configuration combinations for elastic resize based on an existing cluster.
        See Also:
        ActionType
      • withActionType

        public DescribeNodeConfigurationOptionsRequest withActionType(String actionType)

        The action type to evaluate for possible node configurations. Specify "restore-cluster" to get configuration combinations based on an existing snapshot. Specify "recommend-node-config" to get configuration recommendations based on an existing cluster or snapshot. Specify "resize-cluster" to get configuration combinations for elastic resize based on an existing cluster.

        Parameters:
        actionType - The action type to evaluate for possible node configurations. Specify "restore-cluster" to get configuration combinations based on an existing snapshot. Specify "recommend-node-config" to get configuration recommendations based on an existing cluster or snapshot. Specify "resize-cluster" to get configuration combinations for elastic resize based on an existing cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionType
      • withActionType

        public DescribeNodeConfigurationOptionsRequest withActionType(ActionType actionType)

        The action type to evaluate for possible node configurations. Specify "restore-cluster" to get configuration combinations based on an existing snapshot. Specify "recommend-node-config" to get configuration recommendations based on an existing cluster or snapshot. Specify "resize-cluster" to get configuration combinations for elastic resize based on an existing cluster.

        Parameters:
        actionType - The action type to evaluate for possible node configurations. Specify "restore-cluster" to get configuration combinations based on an existing snapshot. Specify "recommend-node-config" to get configuration recommendations based on an existing cluster or snapshot. Specify "resize-cluster" to get configuration combinations for elastic resize based on an existing cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionType
      • setClusterIdentifier

        public void setClusterIdentifier(String clusterIdentifier)

        The identifier of the cluster to evaluate for possible node configurations.

        Parameters:
        clusterIdentifier - The identifier of the cluster to evaluate for possible node configurations.
      • getClusterIdentifier

        public String getClusterIdentifier()

        The identifier of the cluster to evaluate for possible node configurations.

        Returns:
        The identifier of the cluster to evaluate for possible node configurations.
      • withClusterIdentifier

        public DescribeNodeConfigurationOptionsRequest withClusterIdentifier(String clusterIdentifier)

        The identifier of the cluster to evaluate for possible node configurations.

        Parameters:
        clusterIdentifier - The identifier of the cluster to evaluate for possible node configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSnapshotIdentifier

        public void setSnapshotIdentifier(String snapshotIdentifier)

        The identifier of the snapshot to evaluate for possible node configurations.

        Parameters:
        snapshotIdentifier - The identifier of the snapshot to evaluate for possible node configurations.
      • getSnapshotIdentifier

        public String getSnapshotIdentifier()

        The identifier of the snapshot to evaluate for possible node configurations.

        Returns:
        The identifier of the snapshot to evaluate for possible node configurations.
      • withSnapshotIdentifier

        public DescribeNodeConfigurationOptionsRequest withSnapshotIdentifier(String snapshotIdentifier)

        The identifier of the snapshot to evaluate for possible node configurations.

        Parameters:
        snapshotIdentifier - The identifier of the snapshot to evaluate for possible node configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSnapshotArn

        public void setSnapshotArn(String snapshotArn)

        The Amazon Resource Name (ARN) of the snapshot associated with the message to describe node configuration.

        Parameters:
        snapshotArn - The Amazon Resource Name (ARN) of the snapshot associated with the message to describe node configuration.
      • getSnapshotArn

        public String getSnapshotArn()

        The Amazon Resource Name (ARN) of the snapshot associated with the message to describe node configuration.

        Returns:
        The Amazon Resource Name (ARN) of the snapshot associated with the message to describe node configuration.
      • withSnapshotArn

        public DescribeNodeConfigurationOptionsRequest withSnapshotArn(String snapshotArn)

        The Amazon Resource Name (ARN) of the snapshot associated with the message to describe node configuration.

        Parameters:
        snapshotArn - The Amazon Resource Name (ARN) of the snapshot associated with the message to describe node configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOwnerAccount

        public void setOwnerAccount(String ownerAccount)

        The Amazon Web Services account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.

        Parameters:
        ownerAccount - The Amazon Web Services account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.
      • getOwnerAccount

        public String getOwnerAccount()

        The Amazon Web Services account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.

        Returns:
        The Amazon Web Services account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.
      • withOwnerAccount

        public DescribeNodeConfigurationOptionsRequest withOwnerAccount(String ownerAccount)

        The Amazon Web Services account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.

        Parameters:
        ownerAccount - The Amazon Web Services account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFilters

        public List<NodeConfigurationOptionsFilter> getFilters()

        A set of name, operator, and value items to filter the results.

        Returns:
        A set of name, operator, and value items to filter the results.
      • setFilters

        public void setFilters(Collection<NodeConfigurationOptionsFilter> filters)

        A set of name, operator, and value items to filter the results.

        Parameters:
        filters - A set of name, operator, and value items to filter the results.
      • setMarker

        public void setMarker(String marker)

        An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeNodeConfigurationOptions request exceed the value specified in MaxRecords, Amazon Web Services returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

        Parameters:
        marker - An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeNodeConfigurationOptions request exceed the value specified in MaxRecords, Amazon Web Services returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.
      • getMarker

        public String getMarker()

        An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeNodeConfigurationOptions request exceed the value specified in MaxRecords, Amazon Web Services returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

        Returns:
        An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeNodeConfigurationOptions request exceed the value specified in MaxRecords, Amazon Web Services returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.
      • withMarker

        public DescribeNodeConfigurationOptionsRequest withMarker(String marker)

        An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeNodeConfigurationOptions request exceed the value specified in MaxRecords, Amazon Web Services returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.

        Parameters:
        marker - An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeNodeConfigurationOptions request exceed the value specified in MaxRecords, Amazon Web Services returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxRecords

        public void setMaxRecords(Integer maxRecords)

        The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

        Default: 500

        Constraints: minimum 100, maximum 500.

        Parameters:
        maxRecords - The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

        Default: 500

        Constraints: minimum 100, maximum 500.

      • getMaxRecords

        public Integer getMaxRecords()

        The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

        Default: 500

        Constraints: minimum 100, maximum 500.

        Returns:
        The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

        Default: 500

        Constraints: minimum 100, maximum 500.

      • withMaxRecords

        public DescribeNodeConfigurationOptionsRequest withMaxRecords(Integer maxRecords)

        The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

        Default: 500

        Constraints: minimum 100, maximum 500.

        Parameters:
        maxRecords - The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.

        Default: 500

        Constraints: minimum 100, maximum 500.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /