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 GetTableResult

    • Constructor Detail

      • GetTableResult

        public GetTableResult()
    • Method Detail

      • setKeyspaceName

        public void setKeyspaceName(String keyspaceName)

        The name of the keyspace that the specified table is stored in.

        Parameters:
        keyspaceName - The name of the keyspace that the specified table is stored in.
      • getKeyspaceName

        public String getKeyspaceName()

        The name of the keyspace that the specified table is stored in.

        Returns:
        The name of the keyspace that the specified table is stored in.
      • withKeyspaceName

        public GetTableResult withKeyspaceName(String keyspaceName)

        The name of the keyspace that the specified table is stored in.

        Parameters:
        keyspaceName - The name of the keyspace that the specified table is stored in.
        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 specified table.

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

        public String getTableName()

        The name of the specified table.

        Returns:
        The name of the specified table.
      • withTableName

        public GetTableResult withTableName(String tableName)

        The name of the specified table.

        Parameters:
        tableName - The name of the specified 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 specified table.

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

        public String getResourceArn()

        The Amazon Resource Name (ARN) of the specified table.

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

        public GetTableResult withResourceArn(String resourceArn)

        The Amazon Resource Name (ARN) of the specified table.

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

        public void setCreationTimestamp(Date creationTimestamp)

        The creation timestamp of the specified table.

        Parameters:
        creationTimestamp - The creation timestamp of the specified table.
      • getCreationTimestamp

        public Date getCreationTimestamp()

        The creation timestamp of the specified table.

        Returns:
        The creation timestamp of the specified table.
      • withCreationTimestamp

        public GetTableResult withCreationTimestamp(Date creationTimestamp)

        The creation timestamp of the specified table.

        Parameters:
        creationTimestamp - The creation timestamp of the specified table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The current status of the specified table.

        Parameters:
        status - The current status of the specified table.
        See Also:
        TableStatus
      • getStatus

        public String getStatus()

        The current status of the specified table.

        Returns:
        The current status of the specified table.
        See Also:
        TableStatus
      • withStatus

        public GetTableResult withStatus(String status)

        The current status of the specified table.

        Parameters:
        status - The current status of the specified table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TableStatus
      • withStatus

        public GetTableResult withStatus(TableStatus status)

        The current status of the specified table.

        Parameters:
        status - The current status of the specified table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TableStatus
      • setSchemaDefinition

        public void setSchemaDefinition(SchemaDefinition schemaDefinition)

        The schema definition of the specified table.

        Parameters:
        schemaDefinition - The schema definition of the specified table.
      • getSchemaDefinition

        public SchemaDefinition getSchemaDefinition()

        The schema definition of the specified table.

        Returns:
        The schema definition of the specified table.
      • withSchemaDefinition

        public GetTableResult withSchemaDefinition(SchemaDefinition schemaDefinition)

        The schema definition of the specified table.

        Parameters:
        schemaDefinition - The schema definition of the specified table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCapacitySpecification

        public void setCapacitySpecification(CapacitySpecificationSummary capacitySpecification)

        The read/write throughput capacity mode for a table. The options are:

        • throughputMode:PAY_PER_REQUEST

        • throughputMode:PROVISIONED

        Parameters:
        capacitySpecification - The read/write throughput capacity mode for a table. The options are:

        • throughputMode:PAY_PER_REQUEST

        • throughputMode:PROVISIONED

      • getCapacitySpecification

        public CapacitySpecificationSummary getCapacitySpecification()

        The read/write throughput capacity mode for a table. The options are:

        • throughputMode:PAY_PER_REQUEST

        • throughputMode:PROVISIONED

        Returns:
        The read/write throughput capacity mode for a table. The options are:

        • throughputMode:PAY_PER_REQUEST

        • throughputMode:PROVISIONED

      • withCapacitySpecification

        public GetTableResult withCapacitySpecification(CapacitySpecificationSummary capacitySpecification)

        The read/write throughput capacity mode for a table. The options are:

        • throughputMode:PAY_PER_REQUEST

        • throughputMode:PROVISIONED

        Parameters:
        capacitySpecification - The read/write throughput capacity mode for a table. The options are:

        • throughputMode:PAY_PER_REQUEST

        • throughputMode:PROVISIONED

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

        public void setEncryptionSpecification(EncryptionSpecification encryptionSpecification)

        The encryption settings of the specified table.

        Parameters:
        encryptionSpecification - The encryption settings of the specified table.
      • getEncryptionSpecification

        public EncryptionSpecification getEncryptionSpecification()

        The encryption settings of the specified table.

        Returns:
        The encryption settings of the specified table.
      • withEncryptionSpecification

        public GetTableResult withEncryptionSpecification(EncryptionSpecification encryptionSpecification)

        The encryption settings of the specified table.

        Parameters:
        encryptionSpecification - The encryption settings of the specified table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPointInTimeRecovery

        public void setPointInTimeRecovery(PointInTimeRecoverySummary pointInTimeRecovery)

        The point-in-time recovery status of the specified table.

        Parameters:
        pointInTimeRecovery - The point-in-time recovery status of the specified table.
      • getPointInTimeRecovery

        public PointInTimeRecoverySummary getPointInTimeRecovery()

        The point-in-time recovery status of the specified table.

        Returns:
        The point-in-time recovery status of the specified table.
      • withPointInTimeRecovery

        public GetTableResult withPointInTimeRecovery(PointInTimeRecoverySummary pointInTimeRecovery)

        The point-in-time recovery status of the specified table.

        Parameters:
        pointInTimeRecovery - The point-in-time recovery status of the specified table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTtl

        public void setTtl(TimeToLive ttl)

        The custom Time to Live settings of the specified table.

        Parameters:
        ttl - The custom Time to Live settings of the specified table.
      • getTtl

        public TimeToLive getTtl()

        The custom Time to Live settings of the specified table.

        Returns:
        The custom Time to Live settings of the specified table.
      • withTtl

        public GetTableResult withTtl(TimeToLive ttl)

        The custom Time to Live settings of the specified table.

        Parameters:
        ttl - The custom Time to Live settings of the specified table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDefaultTimeToLive

        public void setDefaultTimeToLive(Integer defaultTimeToLive)

        The default Time to Live settings in seconds of the specified table.

        Parameters:
        defaultTimeToLive - The default Time to Live settings in seconds of the specified table.
      • getDefaultTimeToLive

        public Integer getDefaultTimeToLive()

        The default Time to Live settings in seconds of the specified table.

        Returns:
        The default Time to Live settings in seconds of the specified table.
      • withDefaultTimeToLive

        public GetTableResult withDefaultTimeToLive(Integer defaultTimeToLive)

        The default Time to Live settings in seconds of the specified table.

        Parameters:
        defaultTimeToLive - The default Time to Live settings in seconds of the specified table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setComment

        public void setComment(Comment comment)

        The the description of the specified table.

        Parameters:
        comment - The the description of the specified table.
      • getComment

        public Comment getComment()

        The the description of the specified table.

        Returns:
        The the description of the specified table.
      • withComment

        public GetTableResult withComment(Comment comment)

        The the description of the specified table.

        Parameters:
        comment - The the description of the specified table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClientSideTimestamps

        public void setClientSideTimestamps(ClientSideTimestamps clientSideTimestamps)

        The client-side timestamps setting of the table.

        Parameters:
        clientSideTimestamps - The client-side timestamps setting of the table.
      • getClientSideTimestamps

        public ClientSideTimestamps getClientSideTimestamps()

        The client-side timestamps setting of the table.

        Returns:
        The client-side timestamps setting of the table.
      • withClientSideTimestamps

        public GetTableResult withClientSideTimestamps(ClientSideTimestamps clientSideTimestamps)

        The client-side timestamps setting of the table.

        Parameters:
        clientSideTimestamps - The client-side timestamps setting of the table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getReplicaSpecifications

        public List<ReplicaSpecificationSummary> getReplicaSpecifications()

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

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

        public void setReplicaSpecifications(Collection<ReplicaSpecificationSummary> replicaSpecifications)

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

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

        public GetTableResult withReplicaSpecifications(ReplicaSpecificationSummary... replicaSpecifications)

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

        NOTE: This method appends the values to the existing list (if any). Use setReplicaSpecifications(java.util.Collection) or withReplicaSpecifications(java.util.Collection) if you want to override the existing values.

        Parameters:
        replicaSpecifications - Returns the Amazon Web Services Region specific settings of all Regions a multi-Region table is replicated in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withReplicaSpecifications

        public GetTableResult withReplicaSpecifications(Collection<ReplicaSpecificationSummary> replicaSpecifications)

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

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