/* * 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.gluedatabrew.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* Configuration of evaluations for a profile job. This configuration can be used to select evaluations and override the * parameters of selected evaluations. *
* * @see AWS * API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class StatisticsConfiguration implements Serializable, Cloneable, StructuredPojo { /** ** List of included evaluations. When the list is undefined, all supported evaluations will be included. *
*/ private java.util.List* List of overrides for evaluations. *
*/ private java.util.List* List of included evaluations. When the list is undefined, all supported evaluations will be included. *
* * @return List of included evaluations. When the list is undefined, all supported evaluations will be included. */ public java.util.List* List of included evaluations. When the list is undefined, all supported evaluations will be included. *
* * @param includedStatistics * List of included evaluations. When the list is undefined, all supported evaluations will be included. */ public void setIncludedStatistics(java.util.Collection* List of included evaluations. When the list is undefined, all supported evaluations will be included. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setIncludedStatistics(java.util.Collection)} or {@link #withIncludedStatistics(java.util.Collection)} if * you want to override the existing values. *
* * @param includedStatistics * List of included evaluations. When the list is undefined, all supported evaluations will be included. * @return Returns a reference to this object so that method calls can be chained together. */ public StatisticsConfiguration withIncludedStatistics(String... includedStatistics) { if (this.includedStatistics == null) { setIncludedStatistics(new java.util.ArrayList* List of included evaluations. When the list is undefined, all supported evaluations will be included. *
* * @param includedStatistics * List of included evaluations. When the list is undefined, all supported evaluations will be included. * @return Returns a reference to this object so that method calls can be chained together. */ public StatisticsConfiguration withIncludedStatistics(java.util.Collection* List of overrides for evaluations. *
* * @return List of overrides for evaluations. */ public java.util.List* List of overrides for evaluations. *
* * @param overrides * List of overrides for evaluations. */ public void setOverrides(java.util.Collection* List of overrides for evaluations. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setOverrides(java.util.Collection)} or {@link #withOverrides(java.util.Collection)} if you want to * override the existing values. *
* * @param overrides * List of overrides for evaluations. * @return Returns a reference to this object so that method calls can be chained together. */ public StatisticsConfiguration withOverrides(StatisticOverride... overrides) { if (this.overrides == null) { setOverrides(new java.util.ArrayList* List of overrides for evaluations. *
* * @param overrides * List of overrides for evaluations. * @return Returns a reference to this object so that method calls can be chained together. */ public StatisticsConfiguration withOverrides(java.util.Collection