public static interface CreateWorkerConfigurationResponse.Builder extends KafkaConnectResponse.Builder, SdkPojo, CopyableBuilder<CreateWorkerConfigurationResponse.Builder,CreateWorkerConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkerConfigurationResponse.Builder |
creationTime(Instant creationTime)
The time that the worker configuration was created.
|
default CreateWorkerConfigurationResponse.Builder |
latestRevision(Consumer<WorkerConfigurationRevisionSummary.Builder> latestRevision)
The latest revision of the worker configuration.
|
CreateWorkerConfigurationResponse.Builder |
latestRevision(WorkerConfigurationRevisionSummary latestRevision)
The latest revision of the worker configuration.
|
CreateWorkerConfigurationResponse.Builder |
name(String name)
The name of the worker configuration.
|
CreateWorkerConfigurationResponse.Builder |
workerConfigurationArn(String workerConfigurationArn)
The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkerConfigurationResponse.Builder creationTime(Instant creationTime)
The time that the worker configuration was created.
creationTime - The time that the worker configuration was created.CreateWorkerConfigurationResponse.Builder latestRevision(WorkerConfigurationRevisionSummary latestRevision)
The latest revision of the worker configuration.
latestRevision - The latest revision of the worker configuration.default CreateWorkerConfigurationResponse.Builder latestRevision(Consumer<WorkerConfigurationRevisionSummary.Builder> latestRevision)
The latest revision of the worker configuration.
This is a convenience method that creates an instance of theWorkerConfigurationRevisionSummary.Builder avoiding the need to create one manually via
WorkerConfigurationRevisionSummary.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to latestRevision(WorkerConfigurationRevisionSummary).
latestRevision - a consumer that will call methods on WorkerConfigurationRevisionSummary.BuilderlatestRevision(WorkerConfigurationRevisionSummary)CreateWorkerConfigurationResponse.Builder name(String name)
The name of the worker configuration.
name - The name of the worker configuration.CreateWorkerConfigurationResponse.Builder workerConfigurationArn(String workerConfigurationArn)
The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.
workerConfigurationArn - The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.Copyright © 2023. All rights reserved.