Interface ListManagedNotificationChildEventsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListManagedNotificationChildEventsRequest.Builder,ListManagedNotificationChildEventsRequest>,NotificationsRequest.Builder,SdkBuilder<ListManagedNotificationChildEventsRequest.Builder,ListManagedNotificationChildEventsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListManagedNotificationChildEventsRequest
public static interface ListManagedNotificationChildEventsRequest.Builder extends NotificationsRequest.Builder, SdkPojo, CopyableBuilder<ListManagedNotificationChildEventsRequest.Builder,ListManagedNotificationChildEventsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListManagedNotificationChildEventsRequest.BuilderaggregateManagedNotificationEventArn(String aggregateManagedNotificationEventArn)The Amazon Resource Name (ARN) of theManagedNotificationEvent.ListManagedNotificationChildEventsRequest.BuilderendTime(Instant endTime)Latest time of events to return from this call.ListManagedNotificationChildEventsRequest.Builderlocale(String locale)The locale code of the language used for the retrievedNotificationEvent.ListManagedNotificationChildEventsRequest.Builderlocale(LocaleCode locale)The locale code of the language used for the retrievedNotificationEvent.ListManagedNotificationChildEventsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned in this call.ListManagedNotificationChildEventsRequest.BuildernextToken(String nextToken)The start token for paginated calls.ListManagedNotificationChildEventsRequest.BuilderorganizationalUnitId(String organizationalUnitId)The identifier of the Amazon Web Services Organizations organizational unit (OU) associated with the Managed Notification Child Events.ListManagedNotificationChildEventsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListManagedNotificationChildEventsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListManagedNotificationChildEventsRequest.BuilderrelatedAccount(String relatedAccount)The Amazon Web Services account ID associated with the Managed Notification Child Events.ListManagedNotificationChildEventsRequest.BuilderstartTime(Instant startTime)The earliest time of events to return from this call.-
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.notifications.model.NotificationsRequest.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 Detail
-
aggregateManagedNotificationEventArn
ListManagedNotificationChildEventsRequest.Builder aggregateManagedNotificationEventArn(String aggregateManagedNotificationEventArn)
The Amazon Resource Name (ARN) of the
ManagedNotificationEvent.- Parameters:
aggregateManagedNotificationEventArn- The Amazon Resource Name (ARN) of theManagedNotificationEvent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
ListManagedNotificationChildEventsRequest.Builder startTime(Instant startTime)
The earliest time of events to return from this call.
- Parameters:
startTime- The earliest time of events to return from this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
ListManagedNotificationChildEventsRequest.Builder endTime(Instant endTime)
Latest time of events to return from this call.
- Parameters:
endTime- Latest time of events to return from this call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locale
ListManagedNotificationChildEventsRequest.Builder locale(String locale)
The locale code of the language used for the retrieved
NotificationEvent. The default locale is English.en_US.- Parameters:
locale- The locale code of the language used for the retrievedNotificationEvent. The default locale is English.en_US.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LocaleCode,LocaleCode
-
locale
ListManagedNotificationChildEventsRequest.Builder locale(LocaleCode locale)
The locale code of the language used for the retrieved
NotificationEvent. The default locale is English.en_US.- Parameters:
locale- The locale code of the language used for the retrievedNotificationEvent. The default locale is English.en_US.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LocaleCode,LocaleCode
-
maxResults
ListManagedNotificationChildEventsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned in this call. Defaults to 20.
- Parameters:
maxResults- The maximum number of results to be returned in this call. Defaults to 20.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relatedAccount
ListManagedNotificationChildEventsRequest.Builder relatedAccount(String relatedAccount)
The Amazon Web Services account ID associated with the Managed Notification Child Events.
- Parameters:
relatedAccount- The Amazon Web Services account ID associated with the Managed Notification Child Events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitId
ListManagedNotificationChildEventsRequest.Builder organizationalUnitId(String organizationalUnitId)
The identifier of the Amazon Web Services Organizations organizational unit (OU) associated with the Managed Notification Child Events.
- Parameters:
organizationalUnitId- The identifier of the Amazon Web Services Organizations organizational unit (OU) associated with the Managed Notification Child Events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListManagedNotificationChildEventsRequest.Builder nextToken(String nextToken)
The start token for paginated calls. Retrieved from the response of a previous ListManagedNotificationChannelAssociations call. Next token uses Base64 encoding.
- Parameters:
nextToken- The start token for paginated calls. Retrieved from the response of a previous ListManagedNotificationChannelAssociations call. Next token uses Base64 encoding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListManagedNotificationChildEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListManagedNotificationChildEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-