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.keyspaces.model

Class GetTableAutoScalingSettingsResult

    • Constructor Detail

      • GetTableAutoScalingSettingsResult

        public GetTableAutoScalingSettingsResult()
    • Method Detail

      • setKeyspaceName

        public void setKeyspaceName(String keyspaceName)

        The name of the keyspace.

        Parameters:
        keyspaceName - The name of the keyspace.
      • getKeyspaceName

        public String getKeyspaceName()

        The name of the keyspace.

        Returns:
        The name of the keyspace.
      • withKeyspaceName

        public GetTableAutoScalingSettingsResult withKeyspaceName(String keyspaceName)

        The name of the keyspace.

        Parameters:
        keyspaceName - The name of the keyspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTableName

        public void setTableName(String tableName)

        The name of the table.

        Parameters:
        tableName - The name of the table.
      • getTableName

        public String getTableName()

        The name of the table.

        Returns:
        The name of the table.
      • withTableName

        public GetTableAutoScalingSettingsResult withTableName(String tableName)

        The name of the table.

        Parameters:
        tableName - The name of the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResourceArn

        public void setResourceArn(String resourceArn)

        The Amazon Resource Name (ARN) of the table.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the table.
      • getResourceArn

        public String getResourceArn()

        The Amazon Resource Name (ARN) of the table.

        Returns:
        The Amazon Resource Name (ARN) of the table.
      • withResourceArn

        public GetTableAutoScalingSettingsResult withResourceArn(String resourceArn)

        The Amazon Resource Name (ARN) of the table.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAutoScalingSpecification

        public void setAutoScalingSpecification(AutoScalingSpecification autoScalingSpecification)

        The auto scaling settings of the table.

        Parameters:
        autoScalingSpecification - The auto scaling settings of the table.
      • getAutoScalingSpecification

        public AutoScalingSpecification getAutoScalingSpecification()

        The auto scaling settings of the table.

        Returns:
        The auto scaling settings of the table.
      • withAutoScalingSpecification

        public GetTableAutoScalingSettingsResult withAutoScalingSpecification(AutoScalingSpecification autoScalingSpecification)

        The auto scaling settings of the table.

        Parameters:
        autoScalingSpecification - The auto scaling settings of the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getReplicaSpecifications

        public List<ReplicaAutoScalingSpecification> getReplicaSpecifications()

        The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.

        Returns:
        The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.
      • setReplicaSpecifications

        public void setReplicaSpecifications(Collection<ReplicaAutoScalingSpecification> replicaSpecifications)

        The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.

        Parameters:
        replicaSpecifications - The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.
      • withReplicaSpecifications

        public GetTableAutoScalingSettingsResult withReplicaSpecifications(Collection<ReplicaAutoScalingSpecification> replicaSpecifications)

        The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.

        Parameters:
        replicaSpecifications - The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.
        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 によって変換されたページ (->オリジナル) /