public static interface PutEventsRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<PutEventsRequest.Builder,PutEventsRequest>
| Modifier and Type | Method and Description |
|---|---|
PutEventsRequest.Builder |
endpointId(String endpointId)
The URL subdomain of the endpoint.
|
PutEventsRequest.Builder |
entries(Collection<PutEventsRequestEntry> entries)
The entry that defines an event in your system.
|
PutEventsRequest.Builder |
entries(Consumer<PutEventsRequestEntry.Builder>... entries)
The entry that defines an event in your system.
|
PutEventsRequest.Builder |
entries(PutEventsRequestEntry... entries)
The entry that defines an event in your system.
|
PutEventsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutEventsRequest.Builder entries(Collection<PutEventsRequestEntry> 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.
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.PutEventsRequest.Builder entries(PutEventsRequestEntry... 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.
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.PutEventsRequest.Builder entries(Consumer<PutEventsRequestEntry.Builder>... 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 theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #entries(List) .entries - a consumer that will call methods on List.Builder #entries(List) PutEventsRequest.Builder endpointId(String endpointId)
The URL subdomain of the endpoint. For example, if the URL for Endpoint is
abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.
When using Java, you must include auth-crt on the class path.
endpointId - The URL subdomain of the endpoint. For example, if the URL for Endpoint is
abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is abcde.veo.
When using Java, you must include auth-crt on the class path.
PutEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.