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