public static interface GetResourceEventConfigurationResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetResourceEventConfigurationResponse.Builder,GetResourceEventConfigurationResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourceEventConfigurationResponse.Builder deviceRegistrationState(DeviceRegistrationStateEventConfiguration deviceRegistrationState)
Event configuration for the device registration state event
deviceRegistrationState - Event configuration for the device registration state eventdefault GetResourceEventConfigurationResponse.Builder deviceRegistrationState(Consumer<DeviceRegistrationStateEventConfiguration.Builder> deviceRegistrationState)
Event configuration for the device registration state event
This is a convenience method that creates an instance of theDeviceRegistrationStateEventConfiguration.Builder avoiding the need to create one manually via
DeviceRegistrationStateEventConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
deviceRegistrationState(DeviceRegistrationStateEventConfiguration).deviceRegistrationState - a consumer that will call methods on DeviceRegistrationStateEventConfiguration.BuilderdeviceRegistrationState(DeviceRegistrationStateEventConfiguration)GetResourceEventConfigurationResponse.Builder proximity(ProximityEventConfiguration proximity)
Event configuration for the Proximity event
proximity - Event configuration for the Proximity eventdefault GetResourceEventConfigurationResponse.Builder proximity(Consumer<ProximityEventConfiguration.Builder> proximity)
Event configuration for the Proximity event
This is a convenience method that creates an instance of theProximityEventConfiguration.Builder
avoiding the need to create one manually via ProximityEventConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to proximity(ProximityEventConfiguration).proximity - a consumer that will call methods on ProximityEventConfiguration.Builderproximity(ProximityEventConfiguration)GetResourceEventConfigurationResponse.Builder join(JoinEventConfiguration join)
Event configuration for the join event.
join - Event configuration for the join event.default GetResourceEventConfigurationResponse.Builder join(Consumer<JoinEventConfiguration.Builder> join)
Event configuration for the join event.
This is a convenience method that creates an instance of theJoinEventConfiguration.Builder avoiding
the need to create one manually via JoinEventConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to join(JoinEventConfiguration).join - a consumer that will call methods on JoinEventConfiguration.Builderjoin(JoinEventConfiguration)GetResourceEventConfigurationResponse.Builder connectionStatus(ConnectionStatusEventConfiguration connectionStatus)
Event configuration for the connection status event.
connectionStatus - Event configuration for the connection status event.default GetResourceEventConfigurationResponse.Builder connectionStatus(Consumer<ConnectionStatusEventConfiguration.Builder> connectionStatus)
Event configuration for the connection status event.
This is a convenience method that creates an instance of theConnectionStatusEventConfiguration.Builder avoiding the need to create one manually via
ConnectionStatusEventConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to connectionStatus(ConnectionStatusEventConfiguration).connectionStatus - a consumer that will call methods on ConnectionStatusEventConfiguration.BuilderconnectionStatus(ConnectionStatusEventConfiguration)Copyright © 2022. All rights reserved.