Interface AccountSettingsNotificationConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountSettingsNotificationConfiguration.Builder,AccountSettingsNotificationConfiguration>,SdkBuilder<AccountSettingsNotificationConfiguration.Builder,AccountSettingsNotificationConfiguration>,SdkPojo
- Enclosing class:
- AccountSettingsNotificationConfiguration
public static interface AccountSettingsNotificationConfiguration.Builder extends SdkPojo, CopyableBuilder<AccountSettingsNotificationConfiguration.Builder,AccountSettingsNotificationConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AccountSettingsNotificationConfiguration.BuilderroleArn(String roleArn)An Amazon Resource Name (ARN) that grants Timestream permission to publish notifications.default AccountSettingsNotificationConfiguration.BuildersnsConfiguration(Consumer<SnsConfiguration.Builder> snsConfiguration)Sets the value of the SnsConfiguration property for this object.AccountSettingsNotificationConfiguration.BuildersnsConfiguration(SnsConfiguration snsConfiguration)Sets the value of the SnsConfiguration property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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 Detail
-
snsConfiguration
AccountSettingsNotificationConfiguration.Builder snsConfiguration(SnsConfiguration snsConfiguration)
Sets the value of the SnsConfiguration property for this object.- Parameters:
snsConfiguration- The new value for the SnsConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snsConfiguration
default AccountSettingsNotificationConfiguration.Builder snsConfiguration(Consumer<SnsConfiguration.Builder> snsConfiguration)
Sets the value of the SnsConfiguration property for this object. This is a convenience method that creates an instance of theSnsConfiguration.Builderavoiding the need to create one manually viaSnsConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosnsConfiguration(SnsConfiguration).- Parameters:
snsConfiguration- a consumer that will call methods onSnsConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
snsConfiguration(SnsConfiguration)
-
roleArn
AccountSettingsNotificationConfiguration.Builder roleArn(String roleArn)
An Amazon Resource Name (ARN) that grants Timestream permission to publish notifications. This field is only visible if SNS Topic is provided when updating the account settings.
- Parameters:
roleArn- An Amazon Resource Name (ARN) that grants Timestream permission to publish notifications. This field is only visible if SNS Topic is provided when updating the account settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-