public static interface ListEnvironmentTemplatesResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<ListEnvironmentTemplatesResponse.Builder,ListEnvironmentTemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentTemplatesResponse.Builder |
nextToken(String nextToken)
A token that indicates the location of the next environment template in the array of environment templates,
after the current requested list of environment templates.
|
ListEnvironmentTemplatesResponse.Builder |
templates(Collection<EnvironmentTemplateSummary> templates)
An array of environment templates with detail data.
|
ListEnvironmentTemplatesResponse.Builder |
templates(Consumer<EnvironmentTemplateSummary.Builder>... templates)
An array of environment templates with detail data.
|
ListEnvironmentTemplatesResponse.Builder |
templates(EnvironmentTemplateSummary... templates)
An array of environment templates with detail data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentTemplatesResponse.Builder nextToken(String nextToken)
A token that indicates the location of the next environment template in the array of environment templates, after the current requested list of environment templates.
nextToken - A token that indicates the location of the next environment template in the array of environment
templates, after the current requested list of environment templates.ListEnvironmentTemplatesResponse.Builder templates(Collection<EnvironmentTemplateSummary> templates)
An array of environment templates with detail data.
templates - An array of environment templates with detail data.ListEnvironmentTemplatesResponse.Builder templates(EnvironmentTemplateSummary... templates)
An array of environment templates with detail data.
templates - An array of environment templates with detail data.ListEnvironmentTemplatesResponse.Builder templates(Consumer<EnvironmentTemplateSummary.Builder>... templates)
An array of environment templates with detail data.
This is a convenience method that creates an instance of theEnvironmentTemplateSummary.Builder avoiding the need to
create one manually via
EnvironmentTemplateSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #templates(List.
templates - a consumer that will call methods on
EnvironmentTemplateSummary.Builder#templates(java.util.Collection) Copyright © 2023. All rights reserved.