public static interface ListComponentsResponse.Builder extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<ListComponentsResponse.Builder,ListComponentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResponse.Builder |
components(Collection<ComponentSummary> components)
List of components registered with AWS System Manager for SAP.
|
ListComponentsResponse.Builder |
components(ComponentSummary... components)
List of components registered with AWS System Manager for SAP.
|
ListComponentsResponse.Builder |
components(Consumer<ComponentSummary.Builder>... components)
List of components registered with AWS System Manager for SAP.
|
ListComponentsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentsResponse.Builder components(Collection<ComponentSummary> components)
List of components registered with AWS System Manager for SAP.
components - List of components registered with AWS System Manager for SAP.ListComponentsResponse.Builder components(ComponentSummary... components)
List of components registered with AWS System Manager for SAP.
components - List of components registered with AWS System Manager for SAP.ListComponentsResponse.Builder components(Consumer<ComponentSummary.Builder>... components)
List of components registered with AWS System Manager for SAP.
This is a convenience method that creates an instance of theComponentSummary.Builder avoiding the need to create one
manually via ComponentSummary.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
ComponentSummary.Builder#components(java.util.Collection) ListComponentsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more
results to return.Copyright © 2023. All rights reserved.