Interface DiscovererSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DiscovererSummary.Builder,DiscovererSummary>,SdkBuilder<DiscovererSummary.Builder,DiscovererSummary>,SdkPojo
- Enclosing class:
- DiscovererSummary
public static interface DiscovererSummary.Builder extends SdkPojo, CopyableBuilder<DiscovererSummary.Builder,DiscovererSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DiscovererSummary.BuildercrossAccount(Boolean crossAccount)The Status if the discoverer will discover schemas from events sent from another account.DiscovererSummary.BuilderdiscovererArn(String discovererArn)The ARN of the discoverer.DiscovererSummary.BuilderdiscovererId(String discovererId)The ID of the discoverer.DiscovererSummary.BuildersourceArn(String sourceArn)The ARN of the event bus.DiscovererSummary.Builderstate(String state)The state of the discoverer.DiscovererSummary.Builderstate(DiscovererState state)The state of the discoverer.DiscovererSummary.Buildertags(Map<String,String> tags)Tags associated with the resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
discovererArn
DiscovererSummary.Builder discovererArn(String discovererArn)
The ARN of the discoverer.
- Parameters:
discovererArn- The ARN of the discoverer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
discovererId
DiscovererSummary.Builder discovererId(String discovererId)
The ID of the discoverer.
- Parameters:
discovererId- The ID of the discoverer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceArn
DiscovererSummary.Builder sourceArn(String sourceArn)
The ARN of the event bus.
- Parameters:
sourceArn- The ARN of the event bus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
DiscovererSummary.Builder state(String state)
The state of the discoverer.
- Parameters:
state- The state of the discoverer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DiscovererState,DiscovererState
-
state
DiscovererSummary.Builder state(DiscovererState state)
The state of the discoverer.
- Parameters:
state- The state of the discoverer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DiscovererState,DiscovererState
-
crossAccount
DiscovererSummary.Builder crossAccount(Boolean crossAccount)
The Status if the discoverer will discover schemas from events sent from another account.
- Parameters:
crossAccount- The Status if the discoverer will discover schemas from events sent from another account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DiscovererSummary.Builder tags(Map<String,String> tags)
Tags associated with the resource.
- Parameters:
tags- Tags associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-