public static interface DescribeConnectionLoaResponse.Builder extends DirectConnectResponse.Builder, CopyableBuilder<DescribeConnectionLoaResponse.Builder,DescribeConnectionLoaResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeConnectionLoaResponse.Builder |
loa(Consumer<Loa.Builder> loa)
Sets the value of the Loa property for this object.
|
DescribeConnectionLoaResponse.Builder |
loa(Loa loa)
Sets the value of the Loa property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeConnectionLoaResponse.Builder loa(Loa loa)
loa - The new value for the Loa property for this object.default DescribeConnectionLoaResponse.Builder loa(Consumer<Loa.Builder> loa)
Loa.Builder avoiding the need to create one
manually via Loa.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to loa(Loa).loa - a consumer that will call methods on Loa.Builderloa(Loa)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.