public static interface GetConnectivityInfoResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<GetConnectivityInfoResponse.Builder,GetConnectivityInfoResponse>
| Modifier and Type | Method and Description |
|---|---|
GetConnectivityInfoResponse.Builder |
connectivityInfo(Collection<ConnectivityInfo> connectivityInfo)
The connectivity information for the core device.
|
GetConnectivityInfoResponse.Builder |
connectivityInfo(ConnectivityInfo... connectivityInfo)
The connectivity information for the core device.
|
GetConnectivityInfoResponse.Builder |
connectivityInfo(Consumer<ConnectivityInfo.Builder>... connectivityInfo)
The connectivity information for the core device.
|
GetConnectivityInfoResponse.Builder |
message(String message)
A message about the connectivity information request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetConnectivityInfoResponse.Builder connectivityInfo(Collection<ConnectivityInfo> connectivityInfo)
The connectivity information for the core device.
connectivityInfo - The connectivity information for the core device.GetConnectivityInfoResponse.Builder connectivityInfo(ConnectivityInfo... connectivityInfo)
The connectivity information for the core device.
connectivityInfo - The connectivity information for the core device.GetConnectivityInfoResponse.Builder connectivityInfo(Consumer<ConnectivityInfo.Builder>... connectivityInfo)
The connectivity information for the core device.
This is a convenience method that creates an instance of theConnectivityInfo.Builder avoiding the need to
create one manually via ConnectivityInfo.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #connectivityInfo(List.
connectivityInfo - a consumer that will call methods on
ConnectivityInfo.Builder#connectivityInfo(java.util.Collection) GetConnectivityInfoResponse.Builder message(String message)
A message about the connectivity information request.
message - A message about the connectivity information request.Copyright © 2023. All rights reserved.