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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
eventTypeThe 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:
 
- 
eventTypeThe 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:
 
- 
destinationNameThe 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.
 
- 
clientTokenAn 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.
 
- 
tagsDeprecated.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.
 
- 
overrideConfigurationCreateNotificationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateNotificationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-