public static interface ListAppInputSourcesResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<ListAppInputSourcesResponse.Builder,ListAppInputSourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAppInputSourcesResponse.Builder |
appInputSources(AppInputSource... appInputSources)
The list of Resilience Hub application input sources.
|
ListAppInputSourcesResponse.Builder |
appInputSources(Collection<AppInputSource> appInputSources)
The list of Resilience Hub application input sources.
|
ListAppInputSourcesResponse.Builder |
appInputSources(Consumer<AppInputSource.Builder>... appInputSources)
The list of Resilience Hub application input sources.
|
ListAppInputSourcesResponse.Builder |
nextToken(String nextToken)
Token for the next set of results, or null if there are no more results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppInputSourcesResponse.Builder appInputSources(Collection<AppInputSource> appInputSources)
The list of Resilience Hub application input sources.
appInputSources - The list of Resilience Hub application input sources.ListAppInputSourcesResponse.Builder appInputSources(AppInputSource... appInputSources)
The list of Resilience Hub application input sources.
appInputSources - The list of Resilience Hub application input sources.ListAppInputSourcesResponse.Builder appInputSources(Consumer<AppInputSource.Builder>... appInputSources)
The list of Resilience Hub application input sources.
This is a convenience method that creates an instance of theAppInputSource.Builder avoiding the need to
create one manually via AppInputSource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #appInputSources(List.
appInputSources - a consumer that will call methods on
AppInputSource.Builder#appInputSources(java.util.Collection) ListAppInputSourcesResponse.Builder nextToken(String nextToken)
Token for the next set of results, or null if there are no more results.
nextToken - Token for the next set of results, or null if there are no more results.Copyright © 2023. All rights reserved.