Interface CreateDiscovererResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateDiscovererResponse.Builder,CreateDiscovererResponse>, SchemasResponse.Builder, SdkBuilder<CreateDiscovererResponse.Builder,CreateDiscovererResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateDiscovererResponse

public static interface CreateDiscovererResponse.Builder extends SchemasResponse.Builder, SdkPojo, CopyableBuilder<CreateDiscovererResponse.Builder,CreateDiscovererResponse>
  • Method Details

    • description

      CreateDiscovererResponse.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

      CreateDiscovererResponse.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

      CreateDiscovererResponse.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

      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

      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:
    • 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:
    • crossAccount

      CreateDiscovererResponse.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

      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.