/* * 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.scheduler.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* The templated target type for the Amazon SageMaker
* StartPipelineExecution
API operation.
*
* List of parameter names and values to use when executing the SageMaker Model Building Pipeline. *
*/ private java.util.List* List of parameter names and values to use when executing the SageMaker Model Building Pipeline. *
* * @return List of parameter names and values to use when executing the SageMaker Model Building Pipeline. */ public java.util.List* List of parameter names and values to use when executing the SageMaker Model Building Pipeline. *
* * @param pipelineParameterList * List of parameter names and values to use when executing the SageMaker Model Building Pipeline. */ public void setPipelineParameterList(java.util.Collection* List of parameter names and values to use when executing the SageMaker Model Building Pipeline. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setPipelineParameterList(java.util.Collection)} or * {@link #withPipelineParameterList(java.util.Collection)} if you want to override the existing values. *
* * @param pipelineParameterList * List of parameter names and values to use when executing the SageMaker Model Building Pipeline. * @return Returns a reference to this object so that method calls can be chained together. */ public SageMakerPipelineParameters withPipelineParameterList(SageMakerPipelineParameter... pipelineParameterList) { if (this.pipelineParameterList == null) { setPipelineParameterList(new java.util.ArrayList* List of parameter names and values to use when executing the SageMaker Model Building Pipeline. *
* * @param pipelineParameterList * List of parameter names and values to use when executing the SageMaker Model Building Pipeline. * @return Returns a reference to this object so that method calls can be chained together. */ public SageMakerPipelineParameters withPipelineParameterList(java.util.Collection