Interface PutEventsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<PutEventsRequest.Builder,PutEventsRequest>, EventBridgeRequest.Builder, SdkBuilder<PutEventsRequest.Builder,PutEventsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
PutEventsRequest

public static interface PutEventsRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<PutEventsRequest.Builder,PutEventsRequest>
  • Method Details

    • entries

      The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.

      Parameters:
      entries - The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entries

      The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.

      Parameters:
      entries - The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entries

      The entry that defines an event in your system. You can specify several parameters for the entry such as the source and type of the event, resources associated with the event, and so on.

      This is a convenience method that creates an instance of the PutEventsRequestEntry.Builder avoiding the need to create one manually via PutEventsRequestEntry.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to entries(List<PutEventsRequestEntry>).

      Parameters:
      entries - a consumer that will call methods on PutEventsRequestEntry.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • endpointId

      PutEventsRequest.Builder endpointId(String endpointId)

      The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

      When using Java, you must include auth-crt on the class path.

      Parameters:
      endpointId - The URL subdomain of the endpoint. For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.

      When using Java, you must include auth-crt on the class path.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      PutEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.