Class UpdateDevEndpointRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.glue.model.GlueRequest
-
- software.amazon.awssdk.services.glue.model.UpdateDevEndpointRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateDevEndpointRequest.Builder,UpdateDevEndpointRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateDevEndpointRequest extends GlueRequest implements ToCopyableBuilder<UpdateDevEndpointRequest.Builder,UpdateDevEndpointRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateDevEndpointRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>addArguments()The map of arguments to add the map of arguments used to configure theDevEndpoint.List<String>addPublicKeys()The list of public keys for theDevEndpointto use.static UpdateDevEndpointRequest.Builderbuilder()DevEndpointCustomLibrariescustomLibraries()Custom Python or Java libraries to be loaded in theDevEndpoint.List<String>deleteArguments()The list of argument keys to be deleted from the map of arguments used to configure theDevEndpoint.List<String>deletePublicKeys()The list of public keys to be deleted from theDevEndpoint.StringendpointName()The name of theDevEndpointto be updated.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasAddArguments()For responses, this returns true if the service returned a value for the AddArguments property.booleanhasAddPublicKeys()For responses, this returns true if the service returned a value for the AddPublicKeys property.booleanhasDeleteArguments()For responses, this returns true if the service returned a value for the DeleteArguments property.booleanhasDeletePublicKeys()For responses, this returns true if the service returned a value for the DeletePublicKeys property.inthashCode()StringpublicKey()The public key for theDevEndpointto use.List<SdkField<?>>sdkFields()static Class<? extends UpdateDevEndpointRequest.Builder>serializableBuilderClass()UpdateDevEndpointRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.BooleanupdateEtlLibraries()Trueif the list of custom libraries to be loaded in the development endpoint needs to be updated, orFalseif otherwise.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
endpointName
public final String endpointName()
The name of the
DevEndpointto be updated.- Returns:
- The name of the
DevEndpointto be updated.
-
publicKey
public final String publicKey()
The public key for the
DevEndpointto use.- Returns:
- The public key for the
DevEndpointto 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 theisEmpty()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
DevEndpointto 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
DevEndpointto 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 theisEmpty()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()
Trueif the list of custom libraries to be loaded in the development endpoint needs to be updated, orFalseif otherwise.- Returns:
Trueif the list of custom libraries to be loaded in the development endpoint needs to be updated, orFalseif 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 theisEmpty()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 theisEmpty()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
Argumentsparameter in theCreateDevEndpointorUpdateDevEndpointAPIs. 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
Argumentsparameter in theCreateDevEndpointorUpdateDevEndpointAPIs. If no arguments are provided, the version defaults to Python 2. -
-
-
toBuilder
public UpdateDevEndpointRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateDevEndpointRequest.Builder,UpdateDevEndpointRequest>- Specified by:
toBuilderin classGlueRequest
-
builder
public static UpdateDevEndpointRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateDevEndpointRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-