Interface UpdateEventSourceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateEventSourceResponse.Builder,,UpdateEventSourceResponse> EventBridgeV2Response.Builder,SdkBuilder<UpdateEventSourceResponse.Builder,,UpdateEventSourceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateEventSourceResponse
@Mutable
@NotThreadSafe
public static interface UpdateEventSourceResponse.Builder
extends EventBridgeV2Response.Builder, SdkPojo, CopyableBuilder<UpdateEventSourceResponse.Builder,UpdateEventSourceResponse>
-
Method Summary
Modifier and TypeMethodDescriptioneventBusArn(String eventBusArn) Sets the value of the EventBusArn property for this object.eventSourceArn(String eventSourceArn) Sets the value of the EventSourceArn property for this object.lastModifiedTime(Instant lastModifiedTime) The time the EventSource was last modified.Sets the value of the Name property for this object.Sets the value of the State property for this object.state(EventSourceState state) Sets the value of the State property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.eventbridgev2.model.EventBridgeV2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
eventSourceArn
Sets the value of the EventSourceArn property for this object.- Parameters:
eventSourceArn- The new value for the EventSourceArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventBusArn
Sets the value of the EventBusArn property for this object.- Parameters:
eventBusArn- The new value for the EventBusArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
Sets the value of the State property for this object.- Parameters:
state- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
Sets the value of the State property for this object.- Parameters:
state- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastModifiedTime
The time the EventSource was last modified.
- Parameters:
lastModifiedTime- The time the EventSource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-