static CreateWorkerConfigurationResponse.Builder |
CreateWorkerConfigurationResponse.builder() |
|
CreateWorkerConfigurationResponse.Builder |
CreateWorkerConfigurationResponse.Builder.creationTime(Instant creationTime) |
The time that the worker configuration was created.
|
default CreateWorkerConfigurationResponse.Builder |
CreateWorkerConfigurationResponse.Builder.latestRevision(Consumer<WorkerConfigurationRevisionSummary.Builder> latestRevision) |
The latest revision of the worker configuration.
|
CreateWorkerConfigurationResponse.Builder |
CreateWorkerConfigurationResponse.Builder.latestRevision(WorkerConfigurationRevisionSummary latestRevision) |
The latest revision of the worker configuration.
|
CreateWorkerConfigurationResponse.Builder |
CreateWorkerConfigurationResponse.Builder.name(String name) |
The name of the worker configuration.
|
CreateWorkerConfigurationResponse.Builder |
CreateWorkerConfigurationResponse.toBuilder() |
|
CreateWorkerConfigurationResponse.Builder |
CreateWorkerConfigurationResponse.Builder.workerConfigurationArn(String workerConfigurationArn) |
The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.
|
CreateWorkerConfigurationResponse.Builder |
CreateWorkerConfigurationResponse.Builder.workerConfigurationState(String workerConfigurationState) |
The state of the worker configuration.
|
CreateWorkerConfigurationResponse.Builder |
CreateWorkerConfigurationResponse.Builder.workerConfigurationState(WorkerConfigurationState workerConfigurationState) |
The state of the worker configuration.
|