public static interface GetEventConfigurationByResourceTypesResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetEventConfigurationByResourceTypesResponse.Builder,GetEventConfigurationByResourceTypesResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEventConfigurationByResourceTypesResponse.Builder deviceRegistrationState(DeviceRegistrationStateResourceTypeEventConfiguration deviceRegistrationState)
Resource type event configuration for the device registration state event
deviceRegistrationState - Resource type event configuration for the device registration state eventdefault GetEventConfigurationByResourceTypesResponse.Builder deviceRegistrationState(Consumer<DeviceRegistrationStateResourceTypeEventConfiguration.Builder> deviceRegistrationState)
Resource type event configuration for the device registration state event
This is a convenience method that creates an instance of theDeviceRegistrationStateResourceTypeEventConfiguration.Builder avoiding the need to create one
manually via DeviceRegistrationStateResourceTypeEventConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to deviceRegistrationState(DeviceRegistrationStateResourceTypeEventConfiguration).deviceRegistrationState - a consumer that will call methods on
DeviceRegistrationStateResourceTypeEventConfiguration.BuilderdeviceRegistrationState(DeviceRegistrationStateResourceTypeEventConfiguration)GetEventConfigurationByResourceTypesResponse.Builder proximity(ProximityResourceTypeEventConfiguration proximity)
Resource type event configuration for the proximity event
proximity - Resource type event configuration for the proximity eventdefault GetEventConfigurationByResourceTypesResponse.Builder proximity(Consumer<ProximityResourceTypeEventConfiguration.Builder> proximity)
Resource type event configuration for the proximity event
This is a convenience method that creates an instance of theProximityResourceTypeEventConfiguration.Builder avoiding the need to create one manually via
ProximityResourceTypeEventConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to proximity(ProximityResourceTypeEventConfiguration).proximity - a consumer that will call methods on ProximityResourceTypeEventConfiguration.Builderproximity(ProximityResourceTypeEventConfiguration)GetEventConfigurationByResourceTypesResponse.Builder join(JoinResourceTypeEventConfiguration join)
Resource type event configuration for the join event
join - Resource type event configuration for the join eventdefault GetEventConfigurationByResourceTypesResponse.Builder join(Consumer<JoinResourceTypeEventConfiguration.Builder> join)
Resource type event configuration for the join event
This is a convenience method that creates an instance of theJoinResourceTypeEventConfiguration.Builder avoiding the need to create one manually via
JoinResourceTypeEventConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to join(JoinResourceTypeEventConfiguration).join - a consumer that will call methods on JoinResourceTypeEventConfiguration.Builderjoin(JoinResourceTypeEventConfiguration)GetEventConfigurationByResourceTypesResponse.Builder connectionStatus(ConnectionStatusResourceTypeEventConfiguration connectionStatus)
Resource type event configuration for the connection status event
connectionStatus - Resource type event configuration for the connection status eventdefault GetEventConfigurationByResourceTypesResponse.Builder connectionStatus(Consumer<ConnectionStatusResourceTypeEventConfiguration.Builder> connectionStatus)
Resource type event configuration for the connection status event
This is a convenience method that creates an instance of theConnectionStatusResourceTypeEventConfiguration.Builder avoiding the need to create one manually via
ConnectionStatusResourceTypeEventConfiguration.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to
connectionStatus(ConnectionStatusResourceTypeEventConfiguration).connectionStatus - a consumer that will call methods on ConnectionStatusResourceTypeEventConfiguration.BuilderconnectionStatus(ConnectionStatusResourceTypeEventConfiguration)Copyright © 2022. All rights reserved.