@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDevEndpointRequest extends GlueRequest implements ToCopyableBuilder<UpdateDevEndpointRequest.Builder,UpdateDevEndpointRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateDevEndpointRequest.Builder |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
addArguments()
The map of arguments to add the map of arguments used to configure the
DevEndpoint . |
List<String> |
addPublicKeys()
The list of public keys for the
DevEndpoint to use. |
static UpdateDevEndpointRequest.Builder |
builder() |
DevEndpointCustomLibraries |
customLibraries()
Custom Python or Java libraries to be loaded in the
DevEndpoint . |
List<String> |
deleteArguments()
The list of argument keys to be deleted from the map of arguments used to configure the
DevEndpoint . |
List<String> |
deletePublicKeys()
The list of public keys to be deleted from the
DevEndpoint . |
String |
endpointName()
The name of the
DevEndpoint to be updated. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAddArguments()
For responses, this returns true if the service returned a value for the AddArguments property.
|
boolean |
hasAddPublicKeys()
For responses, this returns true if the service returned a value for the AddPublicKeys property.
|
boolean |
hasDeleteArguments()
For responses, this returns true if the service returned a value for the DeleteArguments property.
|
boolean |
hasDeletePublicKeys()
For responses, this returns true if the service returned a value for the DeletePublicKeys property.
|
int |
hashCode() |
String |
publicKey()
The public key for the
DevEndpoint to use. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDevEndpointRequest.Builder> |
serializableBuilderClass() |
UpdateDevEndpointRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
updateEtlLibraries()
True if the list of custom libraries to be loaded in the development endpoint needs to be updated,
or False if otherwise. |
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String endpointName()
The name of the DevEndpoint
to be updated.
DevEndpoint
to be updated.public final String publicKey()
The public key for the DevEndpoint
to use.
DevEndpoint
to use.public final boolean hasAddPublicKeys()
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.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.
DevEndpoint
to use.public final boolean hasDeletePublicKeys()
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.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.
DevEndpoint
.public final DevEndpointCustomLibraries customLibraries()
Custom Python or Java libraries to be loaded in the DevEndpoint
.
DevEndpoint
.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.
True
if the list of custom libraries to be loaded in the development endpoint needs to be
updated, or False
if otherwise.public final boolean hasDeleteArguments()
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.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.
DevEndpoint
.public final boolean hasAddArguments()
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.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.
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.
public UpdateDevEndpointRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateDevEndpointRequest.Builder,UpdateDevEndpointRequest>
toBuilder
in class GlueRequest
public static UpdateDevEndpointRequest.Builder builder()
public static Class<? extends UpdateDevEndpointRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2022. All rights reserved.