Interface CreateNotificationConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateNotificationConfigurationRequest.Builder,
,CreateNotificationConfigurationRequest> IotManagedIntegrationsRequest.Builder
,SdkBuilder<CreateNotificationConfigurationRequest.Builder,
,CreateNotificationConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateNotificationConfigurationRequest
@Mutable
@NotThreadSafe
public static interface CreateNotificationConfigurationRequest.Builder
extends IotManagedIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<CreateNotificationConfigurationRequest.Builder,CreateNotificationConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) An idempotency token.destinationName
(String destinationName) The name of the destination for the notification configuration.The type of event triggering a device notification to the customer-managed destination.The type of event triggering a device notification to the customer-managed destination.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Deprecated.Tags has been deprecated from this apiMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
eventType
The type of event triggering a device notification to the customer-managed destination.
- Parameters:
eventType
- The type of event triggering a device notification to the customer-managed destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventType
The type of event triggering a device notification to the customer-managed destination.
- Parameters:
eventType
- The type of event triggering a device notification to the customer-managed destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destinationName
The name of the destination for the notification configuration.
- Parameters:
destinationName
- The name of the destination for the notification configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.
- Parameters:
clientToken
- An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Deprecated.Tags has been deprecated from this apiA set of key/value pairs that are used to manage the notification configuration.
- Parameters:
tags
- A set of key/value pairs that are used to manage the notification configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateNotificationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateNotificationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-