public static interface UpdateResourceEventConfigurationRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<UpdateResourceEventConfigurationRequest.Builder,UpdateResourceEventConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateResourceEventConfigurationRequest.Builder identifier(String identifier)
Resource identifier to opt in for event messaging.
identifier - Resource identifier to opt in for event messaging.UpdateResourceEventConfigurationRequest.Builder identifierType(String identifierType)
Identifier type of the particular resource identifier for event configuration.
identifierType - Identifier type of the particular resource identifier for event configuration.IdentifierType,
IdentifierTypeUpdateResourceEventConfigurationRequest.Builder identifierType(IdentifierType identifierType)
Identifier type of the particular resource identifier for event configuration.
identifierType - Identifier type of the particular resource identifier for event configuration.IdentifierType,
IdentifierTypeUpdateResourceEventConfigurationRequest.Builder partnerType(String partnerType)
Partner type of the resource if the identifier type is PartnerAccountId
partnerType - Partner type of the resource if the identifier type is PartnerAccountIdEventNotificationPartnerType,
EventNotificationPartnerTypeUpdateResourceEventConfigurationRequest.Builder partnerType(EventNotificationPartnerType partnerType)
Partner type of the resource if the identifier type is PartnerAccountId
partnerType - Partner type of the resource if the identifier type is PartnerAccountIdEventNotificationPartnerType,
EventNotificationPartnerTypeUpdateResourceEventConfigurationRequest.Builder deviceRegistrationState(DeviceRegistrationStateEventConfiguration deviceRegistrationState)
Event configuration for the device registration state event
deviceRegistrationState - Event configuration for the device registration state eventdefault UpdateResourceEventConfigurationRequest.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)UpdateResourceEventConfigurationRequest.Builder proximity(ProximityEventConfiguration proximity)
Event configuration for the Proximity event
proximity - Event configuration for the Proximity eventdefault UpdateResourceEventConfigurationRequest.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)UpdateResourceEventConfigurationRequest.Builder join(JoinEventConfiguration join)
Event configuration for the join event
join - Event configuration for the join eventdefault UpdateResourceEventConfigurationRequest.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)UpdateResourceEventConfigurationRequest.Builder connectionStatus(ConnectionStatusEventConfiguration connectionStatus)
Event configuration for the connection status event
connectionStatus - Event configuration for the connection status eventdefault UpdateResourceEventConfigurationRequest.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)UpdateResourceEventConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateResourceEventConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.