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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateConnectivityInfoResponse.Buildermessage(String message)A message about the connectivity information update request.UpdateConnectivityInfoResponse.Builderversion(String version)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 Detail
-
version
UpdateConnectivityInfoResponse.Builder version(String 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
UpdateConnectivityInfoResponse.Builder message(String 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.
-
-