Interface UpdateConnectivityInfoResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateConnectivityInfoResponse.Builder,
,UpdateConnectivityInfoResponse> GreengrassV2Response.Builder
,SdkBuilder<UpdateConnectivityInfoResponse.Builder,
,UpdateConnectivityInfoResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateConnectivityInfoResponse
public static interface UpdateConnectivityInfoResponse.Builder
extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<UpdateConnectivityInfoResponse.Builder,UpdateConnectivityInfoResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA message about the connectivity information update request.The new version of the connectivity information for the core device.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.greengrassv2.model.GreengrassV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
version
The new version of the connectivity information for the core device.
- Parameters:
version
- The new version of the connectivity information for the core device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A message about the connectivity information update request.
- Parameters:
message
- A message about the connectivity information update request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-