Interface EventSourceSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EventSourceSummary.Builder,,EventSourceSummary> SdkBuilder<EventSourceSummary.Builder,,EventSourceSummary> SdkPojo
- Enclosing class:
EventSourceSummary
@Mutable
@NotThreadSafe
public static interface EventSourceSummary.Builder
extends SdkPojo, CopyableBuilder<EventSourceSummary.Builder,EventSourceSummary>
-
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.eventSourceAccountId(String eventSourceAccountId) Sets the value of the EventSourceAccountId 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.True when the bus owner has withdrawn this EventSource.Sets the value of the State property for this object.state(EventSourceState state) Sets the value of the State property for this object.Sets the value of the Type property for this object.type(EventSourceType type) Sets the value of the Type property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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.
-
type
Sets the value of the Type property for this object.- Parameters:
type- The new value for the Type property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Sets the value of the Type property for this object.- Parameters:
type- The new value for the Type 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:
-
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:
-
revoked
True when the bus owner has withdrawn this EventSource. Present only when true, so a bus owner listing EventSources sees at a glance which ones they revoked. See DescribeEventSourceResponse$Revoked.
- Parameters:
revoked- True when the bus owner has withdrawn this EventSource. Present only when true, so a bus owner listing EventSources sees at a glance which ones they revoked. See DescribeEventSourceResponse$Revoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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.
-
eventSourceAccountId
Sets the value of the EventSourceAccountId property for this object.- Parameters:
eventSourceAccountId- The new value for the EventSourceAccountId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-