public static interface ResolveComponentCandidatesResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<ResolveComponentCandidatesResponse.Builder,ResolveComponentCandidatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ResolveComponentCandidatesResponse.Builder |
resolvedComponentVersions(Collection<ResolvedComponentVersion> resolvedComponentVersions)
A list of components that meet the requirements that you specify in the request.
|
ResolveComponentCandidatesResponse.Builder |
resolvedComponentVersions(Consumer<ResolvedComponentVersion.Builder>... resolvedComponentVersions)
A list of components that meet the requirements that you specify in the request.
|
ResolveComponentCandidatesResponse.Builder |
resolvedComponentVersions(ResolvedComponentVersion... resolvedComponentVersions)
A list of components that meet the requirements that you specify in the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildResolveComponentCandidatesResponse.Builder resolvedComponentVersions(Collection<ResolvedComponentVersion> resolvedComponentVersions)
A list of components that meet the requirements that you specify in the request. This list includes each component's recipe that you can use to install the component.
resolvedComponentVersions - A list of components that meet the requirements that you specify in the request. This list includes
each component's recipe that you can use to install the component.ResolveComponentCandidatesResponse.Builder resolvedComponentVersions(ResolvedComponentVersion... resolvedComponentVersions)
A list of components that meet the requirements that you specify in the request. This list includes each component's recipe that you can use to install the component.
resolvedComponentVersions - A list of components that meet the requirements that you specify in the request. This list includes
each component's recipe that you can use to install the component.ResolveComponentCandidatesResponse.Builder resolvedComponentVersions(Consumer<ResolvedComponentVersion.Builder>... resolvedComponentVersions)
A list of components that meet the requirements that you specify in the request. This list includes each component's recipe that you can use to install the component.
This is a convenience method that creates an instance of theResolvedComponentVersion.Builder avoiding the need
to create one manually via
ResolvedComponentVersion.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #resolvedComponentVersions(List.
resolvedComponentVersions - a consumer that will call methods on
ResolvedComponentVersion.Builder#resolvedComponentVersions(java.util.Collection) Copyright © 2023. All rights reserved.