public static interface ListEnvironmentBlueprintConfigurationsResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListEnvironmentBlueprintConfigurationsResponse.Builder,ListEnvironmentBlueprintConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentBlueprintConfigurationsResponse.Builder |
items(Collection<EnvironmentBlueprintConfigurationItem> items)
The results of the
ListEnvironmentBlueprintConfigurations action. |
ListEnvironmentBlueprintConfigurationsResponse.Builder |
items(Consumer<EnvironmentBlueprintConfigurationItem.Builder>... items)
The results of the
ListEnvironmentBlueprintConfigurations action. |
ListEnvironmentBlueprintConfigurationsResponse.Builder |
items(EnvironmentBlueprintConfigurationItem... items)
The results of the
ListEnvironmentBlueprintConfigurations action. |
ListEnvironmentBlueprintConfigurationsResponse.Builder |
nextToken(String nextToken)
When the number of blueprint configurations 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
configurations, the response includes a pagination token named NextToken. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentBlueprintConfigurationsResponse.Builder items(Collection<EnvironmentBlueprintConfigurationItem> items)
The results of the ListEnvironmentBlueprintConfigurations action.
items - The results of the ListEnvironmentBlueprintConfigurations action.ListEnvironmentBlueprintConfigurationsResponse.Builder items(EnvironmentBlueprintConfigurationItem... items)
The results of the ListEnvironmentBlueprintConfigurations action.
items - The results of the ListEnvironmentBlueprintConfigurations action.ListEnvironmentBlueprintConfigurationsResponse.Builder items(Consumer<EnvironmentBlueprintConfigurationItem.Builder>... items)
The results of the ListEnvironmentBlueprintConfigurations action.
EnvironmentBlueprintConfigurationItem.Builder avoiding
the need to create one manually via
EnvironmentBlueprintConfigurationItem.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
EnvironmentBlueprintConfigurationItem.Builder#items(java.util.Collection) ListEnvironmentBlueprintConfigurationsResponse.Builder nextToken(String nextToken)
When the number of blueprint configurations 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
configurations, the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListEnvironmentBlueprintConfigurations to
list the next set of configurations.
nextToken - When the number of blueprint configurations 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 configurations, the response includes a pagination token named
NextToken. You can specify this NextToken value in a subsequent call to
ListEnvironmentBlueprintConfigurations to list the next set of configurations.Copyright © 2023. All rights reserved.