Interface CreateEventSourceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateEventSourceResponse.Builder,,CreateEventSourceResponse> EventBridgeV2Response.Builder,SdkBuilder<CreateEventSourceResponse.Builder,,CreateEventSourceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateEventSourceResponse
@Mutable
@NotThreadSafe
public static interface CreateEventSourceResponse.Builder
extends EventBridgeV2Response.Builder, SdkPojo, CopyableBuilder<CreateEventSourceResponse.Builder,CreateEventSourceResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime(Instant creationTime) The time the EventSource was created.eventBusArn(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.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:
-
creationTime
The time the EventSource was created.
- Parameters:
creationTime- The time the EventSource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-