AWS SDK for C++

AWS SDK for C++ Version 1.11.617

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::Glue::Model::DevEndpointCustomLibraries Class Reference

#include <DevEndpointCustomLibraries.h>

Public Member Functions

AWS_GLUE_API DevEndpointCustomLibraries ()=default
 
 
 
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize () const
 
 
 
template<typename ExtraPythonLibsS3PathT = Aws::String>
void SetExtraPythonLibsS3Path (ExtraPythonLibsS3PathT &&value)
 
template<typename ExtraPythonLibsS3PathT = Aws::String>
DevEndpointCustomLibrariesWithExtraPythonLibsS3Path (ExtraPythonLibsS3PathT &&value)
 
 
 
template<typename ExtraJarsS3PathT = Aws::String>
void SetExtraJarsS3Path (ExtraJarsS3PathT &&value)
 
template<typename ExtraJarsS3PathT = Aws::String>
DevEndpointCustomLibrariesWithExtraJarsS3Path (ExtraJarsS3PathT &&value)
 

Detailed Description

Custom libraries to be loaded into a development endpoint.

See Also:

AWS API Reference

Definition at line 32 of file DevEndpointCustomLibraries.h.

Constructor & Destructor Documentation

◆ DevEndpointCustomLibraries() [1/2]

AWS_GLUE_API Aws::Glue::Model::DevEndpointCustomLibraries::DevEndpointCustomLibraries ( )
default

◆ DevEndpointCustomLibraries() [2/2]

AWS_GLUE_API Aws::Glue::Model::DevEndpointCustomLibraries::DevEndpointCustomLibraries ( Aws::Utils::Json::JsonView  jsonValue)

Member Function Documentation

◆ ExtraJarsS3PathHasBeenSet()

bool Aws::Glue::Model::DevEndpointCustomLibraries::ExtraJarsS3PathHasBeenSet ( ) const
inline

The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.

You can only use pure Java/Scala libraries with a DevEndpoint.

Definition at line 66 of file DevEndpointCustomLibraries.h.

◆ ExtraPythonLibsS3PathHasBeenSet()

bool Aws::Glue::Model::DevEndpointCustomLibraries::ExtraPythonLibsS3PathHasBeenSet ( ) const
inline

The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.

You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not currently supported.

Definition at line 52 of file DevEndpointCustomLibraries.h.

◆ GetExtraJarsS3Path()

const Aws::String & Aws::Glue::Model::DevEndpointCustomLibraries::GetExtraJarsS3Path ( ) const
inline

The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.

You can only use pure Java/Scala libraries with a DevEndpoint.

Definition at line 65 of file DevEndpointCustomLibraries.h.

◆ GetExtraPythonLibsS3Path()

const Aws::String & Aws::Glue::Model::DevEndpointCustomLibraries::GetExtraPythonLibsS3Path ( ) const
inline

The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.

You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not currently supported.

Definition at line 51 of file DevEndpointCustomLibraries.h.

◆ Jsonize()

AWS_GLUE_API Aws::Utils::Json::JsonValue Aws::Glue::Model::DevEndpointCustomLibraries::Jsonize ( ) const

◆ operator=()

AWS_GLUE_API DevEndpointCustomLibraries & Aws::Glue::Model::DevEndpointCustomLibraries::operator= ( Aws::Utils::Json::JsonView  jsonValue)

◆ SetExtraJarsS3Path()

template<typename ExtraJarsS3PathT = Aws::String>
void Aws::Glue::Model::DevEndpointCustomLibraries::SetExtraJarsS3Path ( ExtraJarsS3PathT &&  value)
inline

The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.

You can only use pure Java/Scala libraries with a DevEndpoint.

Definition at line 68 of file DevEndpointCustomLibraries.h.

◆ SetExtraPythonLibsS3Path()

template<typename ExtraPythonLibsS3PathT = Aws::String>
void Aws::Glue::Model::DevEndpointCustomLibraries::SetExtraPythonLibsS3Path ( ExtraPythonLibsS3PathT &&  value)
inline

The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.

You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not currently supported.

Definition at line 54 of file DevEndpointCustomLibraries.h.

◆ WithExtraJarsS3Path()

template<typename ExtraJarsS3PathT = Aws::String>
DevEndpointCustomLibraries & Aws::Glue::Model::DevEndpointCustomLibraries::WithExtraJarsS3Path ( ExtraJarsS3PathT &&  value)
inline

The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.

You can only use pure Java/Scala libraries with a DevEndpoint.

Definition at line 70 of file DevEndpointCustomLibraries.h.

◆ WithExtraPythonLibsS3Path()

template<typename ExtraPythonLibsS3PathT = Aws::String>
DevEndpointCustomLibraries & Aws::Glue::Model::DevEndpointCustomLibraries::WithExtraPythonLibsS3Path ( ExtraPythonLibsS3PathT &&  value)
inline

The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.

You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not currently supported.

Definition at line 56 of file DevEndpointCustomLibraries.h.


The documentation for this class was generated from the following file: