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 event.default 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 event.default 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 event.default 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 event.default 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 messageDeliveryStatus(MessageDeliveryStatusEventConfiguration messageDeliveryStatus)
Event configuration for the message delivery status event.
messageDeliveryStatus - Event configuration for the message delivery status event.default UpdateResourceEventConfigurationRequest.Builder messageDeliveryStatus(Consumer<MessageDeliveryStatusEventConfiguration.Builder> messageDeliveryStatus)
Event configuration for the message delivery status event.
This is a convenience method that creates an instance of theMessageDeliveryStatusEventConfiguration.Builder avoiding the need to create one manually via
MessageDeliveryStatusEventConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
messageDeliveryStatus(MessageDeliveryStatusEventConfiguration).
messageDeliveryStatus - a consumer that will call methods on MessageDeliveryStatusEventConfiguration.BuildermessageDeliveryStatus(MessageDeliveryStatusEventConfiguration)UpdateResourceEventConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateResourceEventConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.