Struct aws_sdk_glue::client::fluent_builders::UpdateDevEndpoint
source ·
[−]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
impl<C, M, R> UpdateDevEndpoint<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateDevEndpoint<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateDevEndpointOutput, SdkError<UpdateDevEndpointError>> where
R::Policy: SmithyRetryPolicy<UpdateDevEndpointInputOperationOutputAlias, UpdateDevEndpointOutput, UpdateDevEndpointError, UpdateDevEndpointInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateDevEndpointOutput, SdkError<UpdateDevEndpointError>> where
R::Policy: SmithyRetryPolicy<UpdateDevEndpointInputOperationOutputAlias, UpdateDevEndpointOutput, UpdateDevEndpointError, UpdateDevEndpointInputOperationRetryAlias>,
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
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for UpdateDevEndpoint<C, M, R>
impl<C, M, R> Send for UpdateDevEndpoint<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for UpdateDevEndpoint<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for UpdateDevEndpoint<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for UpdateDevEndpoint<C, M, R>
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