public static interface ListLensesResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<ListLensesResponse.Builder,ListLensesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLensesResponse.Builder |
lensSummaries(Collection<LensSummary> lensSummaries)
Sets the value of the LensSummaries property for this object.
|
ListLensesResponse.Builder |
lensSummaries(Consumer<LensSummary.Builder>... lensSummaries)
Sets the value of the LensSummaries property for this object.
|
ListLensesResponse.Builder |
lensSummaries(LensSummary... lensSummaries)
Sets the value of the LensSummaries property for this object.
|
ListLensesResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLensesResponse.Builder lensSummaries(Collection<LensSummary> lensSummaries)
lensSummaries - The new value for the LensSummaries property for this object.ListLensesResponse.Builder lensSummaries(LensSummary... lensSummaries)
lensSummaries - The new value for the LensSummaries property for this object.ListLensesResponse.Builder lensSummaries(Consumer<LensSummary.Builder>... lensSummaries)
LensSummary.Builder avoiding the need to create
one manually via LensSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #lensSummaries(List.
lensSummaries - a consumer that will call methods on
LensSummary.Builder#lensSummaries(java.util.Collection) ListLensesResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.