public static interface ListComponentOutputsResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<ListComponentOutputsResponse.Builder,ListComponentOutputsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListComponentOutputsResponse.Builder |
nextToken(String nextToken)
A token that indicates the location of the next output in the array of outputs, after the list of outputs
that was previously requested.
|
ListComponentOutputsResponse.Builder |
outputs(Collection<Output> outputs)
An array of component Infrastructure as Code (IaC) outputs.
|
ListComponentOutputsResponse.Builder |
outputs(Consumer<Output.Builder>... outputs)
An array of component Infrastructure as Code (IaC) outputs.
|
ListComponentOutputsResponse.Builder |
outputs(Output... outputs)
An array of component Infrastructure as Code (IaC) outputs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentOutputsResponse.Builder nextToken(String nextToken)
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
nextToken - A token that indicates the location of the next output in the array of outputs, after the list of
outputs that was previously requested.ListComponentOutputsResponse.Builder outputs(Collection<Output> outputs)
An array of component Infrastructure as Code (IaC) outputs.
outputs - An array of component Infrastructure as Code (IaC) outputs.ListComponentOutputsResponse.Builder outputs(Output... outputs)
An array of component Infrastructure as Code (IaC) outputs.
outputs - An array of component Infrastructure as Code (IaC) outputs.ListComponentOutputsResponse.Builder outputs(Consumer<Output.Builder>... outputs)
An array of component Infrastructure as Code (IaC) outputs.
This is a convenience method that creates an instance of theOutput.Builder avoiding the need to create one manually
via Output.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #outputs(List.
outputs - a consumer that will call methods on
Output.Builder#outputs(java.util.CollectionCopyright © 2023. All rights reserved.