Struct aws_sdk_codepipeline::model::job_worker_executor_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for JobWorkerExecutorConfiguration
Implementations
Appends an item to polling_accounts
.
To override the contents of this collection use set_polling_accounts
.
The accounts in which the job worker is configured and might poll for jobs as part of the action execution.
The accounts in which the job worker is configured and might poll for jobs as part of the action execution.
Appends an item to polling_service_principals
.
To override the contents of this collection use set_polling_service_principals
.
The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.
The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.
Consumes the builder and constructs a JobWorkerExecutorConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more