Interface SendConnectorEventResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<SendConnectorEventResponse.Builder,
,SendConnectorEventResponse> IotManagedIntegrationsResponse.Builder
,SdkBuilder<SendConnectorEventResponse.Builder,
,SendConnectorEventResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
SendConnectorEventResponse
@Mutable
@NotThreadSafe
public static interface SendConnectorEventResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<SendConnectorEventResponse.Builder,SendConnectorEventResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorId
(String connectorId) The id of the connector between the third-party cloud provider and IoT managed integrations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
connectorId
The id of the connector between the third-party cloud provider and IoT managed integrations.
- Parameters:
connectorId
- The id of the connector between the third-party cloud provider and IoT managed integrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-