public static interface ListEnvironmentOutputsResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<ListEnvironmentOutputsResponse.Builder,ListEnvironmentOutputsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentOutputsResponse.Builder |
nextToken(String nextToken)
A token that indicates the location of the next environment output in the array of environment outputs, after
the current requested list of environment outputs.
|
ListEnvironmentOutputsResponse.Builder |
outputs(Collection<Output> outputs)
An array of environment outputs with detail data.
|
ListEnvironmentOutputsResponse.Builder |
outputs(Consumer<Output.Builder>... outputs)
An array of environment outputs with detail data.
|
ListEnvironmentOutputsResponse.Builder |
outputs(Output... outputs)
An array of environment outputs with detail data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentOutputsResponse.Builder nextToken(String nextToken)
A token that indicates the location of the next environment output in the array of environment outputs, after the current requested list of environment outputs.
nextToken - A token that indicates the location of the next environment output in the array of environment
outputs, after the current requested list of environment outputs.ListEnvironmentOutputsResponse.Builder outputs(Collection<Output> outputs)
An array of environment outputs with detail data.
outputs - An array of environment outputs with detail data.ListEnvironmentOutputsResponse.Builder outputs(Output... outputs)
An array of environment outputs with detail data.
outputs - An array of environment outputs with detail data.ListEnvironmentOutputsResponse.Builder outputs(Consumer<Output.Builder>... outputs)
An array of environment outputs with detail data.
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.