Interface ResetNotificationSettingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ResetNotificationSettingsRequest.Builder,ResetNotificationSettingsRequest>,RolesAnywhereRequest.Builder,SdkBuilder<ResetNotificationSettingsRequest.Builder,ResetNotificationSettingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ResetNotificationSettingsRequest
public static interface ResetNotificationSettingsRequest.Builder extends RolesAnywhereRequest.Builder, SdkPojo, CopyableBuilder<ResetNotificationSettingsRequest.Builder,ResetNotificationSettingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResetNotificationSettingsRequest.BuildernotificationSettingKeys(Collection<NotificationSettingKey> notificationSettingKeys)A list of notification setting keys to reset.ResetNotificationSettingsRequest.BuildernotificationSettingKeys(Consumer<NotificationSettingKey.Builder>... notificationSettingKeys)A list of notification setting keys to reset.ResetNotificationSettingsRequest.BuildernotificationSettingKeys(NotificationSettingKey... notificationSettingKeys)A list of notification setting keys to reset.ResetNotificationSettingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ResetNotificationSettingsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ResetNotificationSettingsRequest.BuildertrustAnchorId(String trustAnchorId)The unique identifier of the trust anchor.-
Methods 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.rolesanywhere.model.RolesAnywhereRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
notificationSettingKeys
ResetNotificationSettingsRequest.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.
-
notificationSettingKeys
ResetNotificationSettingsRequest.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.
-
notificationSettingKeys
ResetNotificationSettingsRequest.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 to#notificationSettingKeys(List.) - Parameters:
notificationSettingKeys- a consumer that will call methods onNotificationSettingKey.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#notificationSettingKeys(java.util.Collection)
-
trustAnchorId
ResetNotificationSettingsRequest.Builder trustAnchorId(String trustAnchorId)
The 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.
-
overrideConfiguration
ResetNotificationSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ResetNotificationSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-