Interface DescribeDiscovererResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDiscovererResponse.Builder,DescribeDiscovererResponse>,SchemasResponse.Builder,SdkBuilder<DescribeDiscovererResponse.Builder,DescribeDiscovererResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeDiscovererResponse
public static interface DescribeDiscovererResponse.Builder extends SchemasResponse.Builder, SdkPojo, CopyableBuilder<DescribeDiscovererResponse.Builder,DescribeDiscovererResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDiscovererResponse.BuildercrossAccount(Boolean crossAccount)The Status if the discoverer will discover schemas from events sent from another account.DescribeDiscovererResponse.Builderdescription(String description)The description of the discoverer.DescribeDiscovererResponse.BuilderdiscovererArn(String discovererArn)The ARN of the discoverer.DescribeDiscovererResponse.BuilderdiscovererId(String discovererId)The ID of the discoverer.DescribeDiscovererResponse.BuildersourceArn(String sourceArn)The ARN of the event bus.DescribeDiscovererResponse.Builderstate(String state)The state of the discoverer.DescribeDiscovererResponse.Builderstate(DiscovererState state)The state of the discoverer.DescribeDiscovererResponse.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.services.schemas.model.SchemasResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
description
DescribeDiscovererResponse.Builder description(String description)
The description of the discoverer.
- Parameters:
description- The description of the discoverer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
discovererArn
DescribeDiscovererResponse.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
DescribeDiscovererResponse.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
DescribeDiscovererResponse.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
DescribeDiscovererResponse.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
DescribeDiscovererResponse.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
DescribeDiscovererResponse.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
DescribeDiscovererResponse.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.
-
-