/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.glue.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* A descriptor for a partition index in a table. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class PartitionIndexDescriptor implements Serializable, Cloneable, StructuredPojo { /** ** The name of the partition index. *
*/ private String indexName; /** *
* A list of one or more keys, as KeySchemaElement
structures, for the partition index.
*
* The status of the partition index. *
** The possible statuses are: *
** CREATING: The index is being created. When an index is in a CREATING state, the index or its table cannot be * deleted. *
** ACTIVE: The index creation succeeds. *
** FAILED: The index creation fails. *
** DELETING: The index is deleted from the list of indexes. *
** A list of errors that can occur when registering partition indexes for an existing table. *
*/ private java.util.List* The name of the partition index. *
* * @param indexName * The name of the partition index. */ public void setIndexName(String indexName) { this.indexName = indexName; } /** ** The name of the partition index. *
* * @return The name of the partition index. */ public String getIndexName() { return this.indexName; } /** ** The name of the partition index. *
* * @param indexName * The name of the partition index. * @return Returns a reference to this object so that method calls can be chained together. */ public PartitionIndexDescriptor withIndexName(String indexName) { setIndexName(indexName); return this; } /** *
* A list of one or more keys, as KeySchemaElement
structures, for the partition index.
*
KeySchemaElement
structures, for the partition index.
*/
public java.util.List
* A list of one or more keys, as KeySchemaElement
structures, for the partition index.
*
KeySchemaElement
structures, for the partition index.
*/
public void setKeys(java.util.Collection
* A list of one or more keys, as KeySchemaElement
structures, for the partition index.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setKeys(java.util.Collection)} or {@link #withKeys(java.util.Collection)} if you want to override the * existing values. *
* * @param keys * A list of one or more keys, asKeySchemaElement
structures, for the partition index.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public PartitionIndexDescriptor withKeys(KeySchemaElement... keys) {
if (this.keys == null) {
setKeys(new java.util.ArrayList
* A list of one or more keys, as KeySchemaElement
structures, for the partition index.
*
KeySchemaElement
structures, for the partition index.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public PartitionIndexDescriptor withKeys(java.util.Collection* The status of the partition index. *
** The possible statuses are: *
** CREATING: The index is being created. When an index is in a CREATING state, the index or its table cannot be * deleted. *
** ACTIVE: The index creation succeeds. *
** FAILED: The index creation fails. *
** DELETING: The index is deleted from the list of indexes. *
** The possible statuses are: *
** CREATING: The index is being created. When an index is in a CREATING state, the index or its table cannot * be deleted. *
** ACTIVE: The index creation succeeds. *
** FAILED: The index creation fails. *
** DELETING: The index is deleted from the list of indexes. *
** The status of the partition index. *
** The possible statuses are: *
** CREATING: The index is being created. When an index is in a CREATING state, the index or its table cannot be * deleted. *
** ACTIVE: The index creation succeeds. *
** FAILED: The index creation fails. *
** DELETING: The index is deleted from the list of indexes. *
** The possible statuses are: *
** CREATING: The index is being created. When an index is in a CREATING state, the index or its table cannot * be deleted. *
** ACTIVE: The index creation succeeds. *
** FAILED: The index creation fails. *
** DELETING: The index is deleted from the list of indexes. *
** The status of the partition index. *
** The possible statuses are: *
** CREATING: The index is being created. When an index is in a CREATING state, the index or its table cannot be * deleted. *
** ACTIVE: The index creation succeeds. *
** FAILED: The index creation fails. *
** DELETING: The index is deleted from the list of indexes. *
** The possible statuses are: *
** CREATING: The index is being created. When an index is in a CREATING state, the index or its table cannot * be deleted. *
** ACTIVE: The index creation succeeds. *
** FAILED: The index creation fails. *
** DELETING: The index is deleted from the list of indexes. *
** The status of the partition index. *
** The possible statuses are: *
** CREATING: The index is being created. When an index is in a CREATING state, the index or its table cannot be * deleted. *
** ACTIVE: The index creation succeeds. *
** FAILED: The index creation fails. *
** DELETING: The index is deleted from the list of indexes. *
** The possible statuses are: *
** CREATING: The index is being created. When an index is in a CREATING state, the index or its table cannot * be deleted. *
** ACTIVE: The index creation succeeds. *
** FAILED: The index creation fails. *
** DELETING: The index is deleted from the list of indexes. *
** A list of errors that can occur when registering partition indexes for an existing table. *
* * @return A list of errors that can occur when registering partition indexes for an existing table. */ public java.util.List* A list of errors that can occur when registering partition indexes for an existing table. *
* * @param backfillErrors * A list of errors that can occur when registering partition indexes for an existing table. */ public void setBackfillErrors(java.util.Collection* A list of errors that can occur when registering partition indexes for an existing table. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setBackfillErrors(java.util.Collection)} or {@link #withBackfillErrors(java.util.Collection)} if you want * to override the existing values. *
* * @param backfillErrors * A list of errors that can occur when registering partition indexes for an existing table. * @return Returns a reference to this object so that method calls can be chained together. */ public PartitionIndexDescriptor withBackfillErrors(BackfillError... backfillErrors) { if (this.backfillErrors == null) { setBackfillErrors(new java.util.ArrayList* A list of errors that can occur when registering partition indexes for an existing table. *
* * @param backfillErrors * A list of errors that can occur when registering partition indexes for an existing table. * @return Returns a reference to this object so that method calls can be chained together. */ public PartitionIndexDescriptor withBackfillErrors(java.util.Collection