public static interface ListPipelineParametersForExecutionResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListPipelineParametersForExecutionResponse.Builder,ListPipelineParametersForExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPipelineParametersForExecutionResponse.Builder |
nextToken(String nextToken)
If the result of the previous
ListPipelineParametersForExecution request was truncated, the
response includes a NextToken. |
ListPipelineParametersForExecutionResponse.Builder |
pipelineParameters(Collection<Parameter> pipelineParameters)
Contains a list of pipeline parameters.
|
ListPipelineParametersForExecutionResponse.Builder |
pipelineParameters(Consumer<Parameter.Builder>... pipelineParameters)
Contains a list of pipeline parameters.
|
ListPipelineParametersForExecutionResponse.Builder |
pipelineParameters(Parameter... pipelineParameters)
Contains a list of pipeline parameters.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPipelineParametersForExecutionResponse.Builder pipelineParameters(Collection<Parameter> pipelineParameters)
Contains a list of pipeline parameters. This list can be empty.
pipelineParameters - Contains a list of pipeline parameters. This list can be empty.ListPipelineParametersForExecutionResponse.Builder pipelineParameters(Parameter... pipelineParameters)
Contains a list of pipeline parameters. This list can be empty.
pipelineParameters - Contains a list of pipeline parameters. This list can be empty.ListPipelineParametersForExecutionResponse.Builder pipelineParameters(Consumer<Parameter.Builder>... pipelineParameters)
Contains a list of pipeline parameters. This list can be empty.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #pipelineParameters(List) .pipelineParameters - a consumer that will call methods on List.Builder #pipelineParameters(List) ListPipelineParametersForExecutionResponse.Builder nextToken(String nextToken)
If the result of the previous ListPipelineParametersForExecution request was truncated, the
response includes a NextToken. To retrieve the next set of parameters, use the token in the next
request.
nextToken - If the result of the previous ListPipelineParametersForExecution request was truncated,
the response includes a NextToken. To retrieve the next set of parameters, use the token
in the next request.Copyright © 2022. All rights reserved.