public static interface ListComponentsResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<ListComponentsResponse.Builder,ListComponentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResponse.Builder |
components(Collection<Component> components)
A list that summarizes each component.
|
ListComponentsResponse.Builder |
components(Component... components)
A list that summarizes each component.
|
ListComponentsResponse.Builder |
components(Consumer<Component.Builder>... components)
A list that summarizes each component.
|
ListComponentsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentsResponse.Builder components(Collection<Component> components)
A list that summarizes each component.
components - A list that summarizes each component.ListComponentsResponse.Builder components(Component... components)
A list that summarizes each component.
components - A list that summarizes each component.ListComponentsResponse.Builder components(Consumer<Component.Builder>... components)
A list that summarizes each component.
This is a convenience method that creates an instance of theComponent.Builder avoiding the need to create one
manually via Component.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #components(List.
components - a consumer that will call methods on
Component.Builder#components(java.util.Collection) ListComponentsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.Copyright © 2023. All rights reserved.