public static interface DescribeLagsResponse.Builder extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeLagsResponse.Builder,DescribeLagsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLagsResponse.Builder |
lags(Collection<Lag> lags)
The LAGs.
|
DescribeLagsResponse.Builder |
lags(Consumer<Lag.Builder>... lags)
The LAGs.
|
DescribeLagsResponse.Builder |
lags(Lag... lags)
The LAGs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLagsResponse.Builder lags(Collection<Lag> lags)
The LAGs.
lags - The LAGs.DescribeLagsResponse.Builder lags(Lag... lags)
The LAGs.
lags - The LAGs.DescribeLagsResponse.Builder lags(Consumer<Lag.Builder>... lags)
The LAGs.
This is a convenience method that creates an instance of theLag.Builder avoiding the need to create one
manually via Lag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #lags(List.
lags - a consumer that will call methods on
Lag.Builder#lags(java.util.Collection) Copyright © 2023. All rights reserved.