Interface CreateDiscovererRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateDiscovererRequest.Builder,,CreateDiscovererRequest> SchemasRequest.Builder,SdkBuilder<CreateDiscovererRequest.Builder,,CreateDiscovererRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateDiscovererRequest
@Mutable
@NotThreadSafe
public static interface CreateDiscovererRequest.Builder
extends SchemasRequest.Builder, SdkPojo, CopyableBuilder<CreateDiscovererRequest.Builder,CreateDiscovererRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptioncrossAccount(Boolean crossAccount) Support discovery of schemas in events sent to the bus from another account.description(String description) A description for the discoverer.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ARN of the event bus.Tags associated with the resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.schemas.model.SchemasRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
description
A description for the discoverer.
- Parameters:
 description- A description for the discoverer.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
 
 - 
crossAccount
Support discovery of schemas in events sent to the bus from another account. (default: true).
- Parameters:
 crossAccount- Support discovery of schemas in events sent to the bus from another account. (default: true).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
 
 - 
overrideConfiguration
CreateDiscovererRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateDiscovererRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -