UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.Builder.addArguments(Map<String,String> addArguments) |
The map of arguments to add the map of arguments used to configure the DevEndpoint.
|
UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.Builder.addPublicKeys(String... addPublicKeys) |
The list of public keys for the DevEndpoint to use.
|
UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.Builder.addPublicKeys(Collection<String> addPublicKeys) |
The list of public keys for the DevEndpoint to use.
|
static UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.builder() |
|
default UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.Builder.customLibraries(Consumer<DevEndpointCustomLibraries.Builder> customLibraries) |
Custom Python or Java libraries to be loaded in the DevEndpoint.
|
UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.Builder.customLibraries(DevEndpointCustomLibraries customLibraries) |
Custom Python or Java libraries to be loaded in the DevEndpoint.
|
UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.Builder.deleteArguments(String... deleteArguments) |
The list of argument keys to be deleted from the map of arguments used to configure the
DevEndpoint.
|
UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.Builder.deleteArguments(Collection<String> deleteArguments) |
The list of argument keys to be deleted from the map of arguments used to configure the
DevEndpoint.
|
UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.Builder.deletePublicKeys(String... deletePublicKeys) |
The list of public keys to be deleted from the DevEndpoint.
|
UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.Builder.deletePublicKeys(Collection<String> deletePublicKeys) |
The list of public keys to be deleted from the DevEndpoint.
|
UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.Builder.endpointName(String endpointName) |
The name of the DevEndpoint to be updated.
|
UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.Builder.publicKey(String publicKey) |
The public key for the DevEndpoint to use.
|
UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.toBuilder() |
|
UpdateDevEndpointRequest.Builder |
UpdateDevEndpointRequest.Builder.updateEtlLibraries(Boolean updateEtlLibraries) |
True if the list of custom libraries to be loaded in the development endpoint needs to be
updated, or False if otherwise.
|