pub struct UpdateDevEndpoint<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description

Fluent builder constructing a request to UpdateDevEndpoint.

Updates a specified development endpoint.

Implementations

Sends the request and returns the response.

If an error occurs, an SdkError will be returned with additional details that can be matched against.

By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.

The name of the DevEndpoint to be updated.

The name of the DevEndpoint to be updated.

The public key for the DevEndpoint to use.

The public key for the DevEndpoint to use.

Appends an item to AddPublicKeys.

To override the contents of this collection use set_add_public_keys.

The list of public keys for the DevEndpoint to use.

The list of public keys for the DevEndpoint to use.

Appends an item to DeletePublicKeys.

To override the contents of this collection use set_delete_public_keys.

The list of public keys to be deleted from the DevEndpoint.

The list of public keys to be deleted from the DevEndpoint.

Custom Python or Java libraries to be loaded in the DevEndpoint.

Custom Python or Java libraries to be loaded in the DevEndpoint.

True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False if otherwise.

True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False if otherwise.

Appends an item to DeleteArguments.

To override the contents of this collection use set_delete_arguments.

The list of argument keys to be deleted from the map of arguments used to configure the DevEndpoint.

The list of argument keys to be deleted from the map of arguments used to configure the DevEndpoint.

Adds a key-value pair to AddArguments.

To override the contents of this collection use set_add_arguments.

The map of arguments to add the map of arguments used to configure the DevEndpoint.

Valid arguments are:

  • "--enable-glue-datacatalog": ""

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

The map of arguments to add the map of arguments used to configure the DevEndpoint.

Valid arguments are:

  • "--enable-glue-datacatalog": ""

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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