pub struct Builder { /* private fields */ }
Expand description

A builder for CreateDevEndpointOutput.

Implementations§

The name assigned to the new DevEndpoint.

The name assigned to the new DevEndpoint.

The current status of the new DevEndpoint.

The current status of the new DevEndpoint.

Appends an item to security_group_ids.

To override the contents of this collection use set_security_group_ids.

The security groups assigned to the new DevEndpoint.

The security groups assigned to the new DevEndpoint.

The subnet ID assigned to the new DevEndpoint.

The subnet ID assigned to the new DevEndpoint.

The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint.

The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint.

The address of the YARN endpoint used by this DevEndpoint.

The address of the YARN endpoint used by this DevEndpoint.

The Apache Zeppelin port for the remote Apache Spark interpreter.

The Apache Zeppelin port for the remote Apache Spark interpreter.

The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.

The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.

The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X.

The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X.

Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

The number of workers of a defined workerType that are allocated to the development endpoint.

The number of workers of a defined workerType that are allocated to the development endpoint.

The Amazon Web Services Availability Zone where this DevEndpoint is located.

The Amazon Web Services Availability Zone where this DevEndpoint is located.

The ID of the virtual private cloud (VPC) used by this DevEndpoint.

The ID of the virtual private cloud (VPC) used by this DevEndpoint.

The paths to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.

The paths to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.

Path to one or more Java .jar files in an S3 bucket that will be loaded in your DevEndpoint.

Path to one or more Java .jar files in an S3 bucket that will be loaded in your DevEndpoint.

The reason for a current failure in this DevEndpoint.

The reason for a current failure in this DevEndpoint.

The name of the SecurityConfiguration structure being used with this DevEndpoint.

The name of the SecurityConfiguration structure being used with this DevEndpoint.

The point in time at which this DevEndpoint was created.

The point in time at which this DevEndpoint was created.

Adds a key-value pair to arguments.

To override the contents of this collection use set_arguments.

The map of arguments used to configure this 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 used to configure this 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.

Consumes the builder and constructs a CreateDevEndpointOutput.

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
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

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

Returns the argument unchanged.

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

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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