Class UpdateDevEndpointRequest

    • Method Detail

      • endpointName

        public final String endpointName()

        The name of the DevEndpoint to be updated.

        Returns:
        The name of the DevEndpoint to be updated.
      • publicKey

        public final String publicKey()

        The public key for the DevEndpoint to use.

        Returns:
        The public key for the DevEndpoint to use.
      • hasAddPublicKeys

        public final boolean hasAddPublicKeys()
        For responses, this returns true if the service returned a value for the AddPublicKeys property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • addPublicKeys

        public final List<String> addPublicKeys()

        The list of public keys for the DevEndpoint to use.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasAddPublicKeys() method.

        Returns:
        The list of public keys for the DevEndpoint to use.
      • hasDeletePublicKeys

        public final boolean hasDeletePublicKeys()
        For responses, this returns true if the service returned a value for the DeletePublicKeys property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • deletePublicKeys

        public final List<String> deletePublicKeys()

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

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasDeletePublicKeys() method.

        Returns:
        The list of public keys to be deleted from the DevEndpoint.
      • customLibraries

        public final DevEndpointCustomLibraries customLibraries()

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

        Returns:
        Custom Python or Java libraries to be loaded in the DevEndpoint.
      • updateEtlLibraries

        public final Boolean updateEtlLibraries()

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

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

        public final boolean hasDeleteArguments()
        For responses, this returns true if the service returned a value for the DeleteArguments property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • deleteArguments

        public final List<String> deleteArguments()

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

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasDeleteArguments() method.

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

        public final boolean hasAddArguments()
        For responses, this returns true if the service returned a value for the AddArguments property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • addArguments

        public final Map<String,​String> addArguments()

        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.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasAddArguments() method.

        Returns:
        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.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object