public static interface ListServiceInstanceOutputsResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<ListServiceInstanceOutputsResponse.Builder,ListServiceInstanceOutputsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServiceInstanceOutputsResponse.Builder |
nextToken(String nextToken)
A token that indicates the location of the next output in the array of outputs, after the current requested
list of outputs.
|
ListServiceInstanceOutputsResponse.Builder |
outputs(Collection<Output> outputs)
An array of service instance Infrastructure as Code (IaC) outputs.
|
ListServiceInstanceOutputsResponse.Builder |
outputs(Consumer<Output.Builder>... outputs)
An array of service instance Infrastructure as Code (IaC) outputs.
|
ListServiceInstanceOutputsResponse.Builder |
outputs(Output... outputs)
An array of service instance Infrastructure as Code (IaC) outputs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceInstanceOutputsResponse.Builder nextToken(String nextToken)
A token that indicates the location of the next output in the array of outputs, after the current requested list of outputs.
nextToken - A token that indicates the location of the next output in the array of outputs, after the current
requested list of outputs.ListServiceInstanceOutputsResponse.Builder outputs(Collection<Output> outputs)
An array of service instance Infrastructure as Code (IaC) outputs.
outputs - An array of service instance Infrastructure as Code (IaC) outputs.ListServiceInstanceOutputsResponse.Builder outputs(Output... outputs)
An array of service instance Infrastructure as Code (IaC) outputs.
outputs - An array of service instance Infrastructure as Code (IaC) outputs.ListServiceInstanceOutputsResponse.Builder outputs(Consumer<Output.Builder>... outputs)
An array of service instance 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.