Interface ListManagedNotificationChildEventsRequest.Builder

  • Method Details

    • aggregateManagedNotificationEventArn

      ListManagedNotificationChildEventsRequest.Builder aggregateManagedNotificationEventArn(String aggregateManagedNotificationEventArn)

      The Amazon Resource Name (ARN) of the ManagedNotificationEvent.

      Parameters:
      aggregateManagedNotificationEventArn - The Amazon Resource Name (ARN) of the ManagedNotificationEvent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      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

      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 retrieved NotificationEvent. The default locale is English.en_US.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 retrieved NotificationEvent. The default locale is English.en_US.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.