public static interface ListEnvironmentBlueprintsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListEnvironmentBlueprintsResponse.Builder,ListEnvironmentBlueprintsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentBlueprintsResponse.Builder |
items(Collection<EnvironmentBlueprintSummary> items)
The results of the
ListEnvironmentBlueprints action. |
ListEnvironmentBlueprintsResponse.Builder |
items(Consumer<EnvironmentBlueprintSummary.Builder>... items)
The results of the
ListEnvironmentBlueprints action. |
ListEnvironmentBlueprintsResponse.Builder |
items(EnvironmentBlueprintSummary... items)
The results of the
ListEnvironmentBlueprints action. |
ListEnvironmentBlueprintsResponse.Builder |
nextToken(String nextToken)
When the number of blueprints in the environment is greater than the default value for the
MaxResults parameter, or if you explicitly specify a value for MaxResults that is
less than the number of blueprints in the environment, the response includes a pagination token named
NextToken. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentBlueprintsResponse.Builder items(Collection<EnvironmentBlueprintSummary> items)
The results of the ListEnvironmentBlueprints action.
items - The results of the ListEnvironmentBlueprints action.ListEnvironmentBlueprintsResponse.Builder items(EnvironmentBlueprintSummary... items)
The results of the ListEnvironmentBlueprints action.
items - The results of the ListEnvironmentBlueprints action.ListEnvironmentBlueprintsResponse.Builder items(Consumer<EnvironmentBlueprintSummary.Builder>... items)
The results of the ListEnvironmentBlueprints action.
EnvironmentBlueprintSummary.Builder avoiding the need
to create one manually via
EnvironmentBlueprintSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
EnvironmentBlueprintSummary.Builder#items(java.util.Collection) ListEnvironmentBlueprintsResponse.Builder nextToken(String nextToken)
When the number of blueprints in the environment is greater than the default value for the
MaxResults parameter, or if you explicitly specify a value for MaxResults that is
less than the number of blueprints in the environment, the response includes a pagination token named
NextToken. You can specify this NextToken value in a subsequent call to
ListEnvironmentBlueprintsto list the next set of blueprints.
nextToken - When the number of blueprints in the environment is greater than the default value for the
MaxResults parameter, or if you explicitly specify a value for MaxResults
that is less than the number of blueprints in the environment, the response includes a pagination
token named NextToken. You can specify this NextToken value in a subsequent
call to ListEnvironmentBlueprintsto list the next set of blueprints.Copyright © 2023. All rights reserved.