Interface ResetNotificationSettingsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ResetNotificationSettingsRequest.Builder,,- ResetNotificationSettingsRequest> - RolesAnywhereRequest.Builder,- SdkBuilder<ResetNotificationSettingsRequest.Builder,,- ResetNotificationSettingsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ResetNotificationSettingsRequest
@Mutable
@NotThreadSafe
public static interface ResetNotificationSettingsRequest.Builder
extends RolesAnywhereRequest.Builder, SdkPojo, CopyableBuilder<ResetNotificationSettingsRequest.Builder,ResetNotificationSettingsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionnotificationSettingKeys(Collection<NotificationSettingKey> notificationSettingKeys) A list of notification setting keys to reset.notificationSettingKeys(Consumer<NotificationSettingKey.Builder>... notificationSettingKeys) A list of notification setting keys to reset.notificationSettingKeys(NotificationSettingKey... notificationSettingKeys) A list of notification setting keys to reset.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.trustAnchorId(String trustAnchorId) The unique identifier of the trust anchor.Methods 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.rolesanywhere.model.RolesAnywhereRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
notificationSettingKeysResetNotificationSettingsRequest.Builder notificationSettingKeys(Collection<NotificationSettingKey> notificationSettingKeys) A list of notification setting keys to reset. A notification setting key includes the event and the channel. - Parameters:
- notificationSettingKeys- A list of notification setting keys to reset. A notification setting key includes the event and the channel.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
notificationSettingKeysResetNotificationSettingsRequest.Builder notificationSettingKeys(NotificationSettingKey... notificationSettingKeys) A list of notification setting keys to reset. A notification setting key includes the event and the channel. - Parameters:
- notificationSettingKeys- A list of notification setting keys to reset. A notification setting key includes the event and the channel.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
notificationSettingKeysResetNotificationSettingsRequest.Builder notificationSettingKeys(Consumer<NotificationSettingKey.Builder>... notificationSettingKeys) A list of notification setting keys to reset. A notification setting key includes the event and the channel. This is a convenience method that creates an instance of theNotificationSettingKey.Builderavoiding the need to create one manually viaNotificationSettingKey.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonotificationSettingKeys(List<NotificationSettingKey>).- Parameters:
- notificationSettingKeys- a consumer that will call methods on- NotificationSettingKey.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
trustAnchorIdThe unique identifier of the trust anchor. - Parameters:
- trustAnchorId- The unique identifier of the trust anchor.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationResetNotificationSettingsRequest.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.
 
- 
overrideConfigurationResetNotificationSettingsRequest.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.
 
 
-