Interface DescribeEventConfigurationsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeEventConfigurationsResponse.Builder,DescribeEventConfigurationsResponse>, IotResponse.Builder, SdkBuilder<DescribeEventConfigurationsResponse.Builder,DescribeEventConfigurationsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeEventConfigurationsResponse

public static interface DescribeEventConfigurationsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventConfigurationsResponse.Builder,DescribeEventConfigurationsResponse>
  • Method Details

    • eventConfigurationsWithStrings

      DescribeEventConfigurationsResponse.Builder eventConfigurationsWithStrings(Map<String,Configuration> eventConfigurations)

      The event configurations.

      Parameters:
      eventConfigurations - The event configurations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventConfigurations

      DescribeEventConfigurationsResponse.Builder eventConfigurations(Map<EventType,Configuration> eventConfigurations)

      The event configurations.

      Parameters:
      eventConfigurations - The event configurations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDate

      The creation date of the event configuration.

      Parameters:
      creationDate - The creation date of the event configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedDate

      DescribeEventConfigurationsResponse.Builder lastModifiedDate(Instant lastModifiedDate)

      The date the event configurations were last modified.

      Parameters:
      lastModifiedDate - The date the event configurations were last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.