static ListComponentOutputsResponse.Builder |
ListComponentOutputsResponse.builder() |
|
ListComponentOutputsResponse.Builder |
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 |
ListComponentOutputsResponse.Builder.outputs(Collection<Output> outputs) |
An array of component Infrastructure as Code (IaC) outputs.
|
ListComponentOutputsResponse.Builder |
ListComponentOutputsResponse.Builder.outputs(Consumer<Output.Builder>... outputs) |
An array of component Infrastructure as Code (IaC) outputs.
|
ListComponentOutputsResponse.Builder |
ListComponentOutputsResponse.Builder.outputs(Output... outputs) |
An array of component Infrastructure as Code (IaC) outputs.
|
ListComponentOutputsResponse.Builder |
ListComponentOutputsResponse.toBuilder() |
|