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 method that creates an instance of theParameter.Builder avoiding the need to create one
manually via Parameter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #pipelineParameters(List.
pipelineParameters - a consumer that will call methods on
Parameter.Builder#pipelineParameters(java.util.Collection) 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 © 2023. All rights reserved.