Uses of Interface
software.amazon.awssdk.services.finspace.model.UpdateKxEnvironmentRequest.Builder
-
Packages that use UpdateKxEnvironmentRequest.Builder Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments.software.amazon.awssdk.services.finspace.model -
-
Uses of UpdateKxEnvironmentRequest.Builder in software.amazon.awssdk.services.finspace
Method parameters in software.amazon.awssdk.services.finspace with type arguments of type UpdateKxEnvironmentRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateKxEnvironmentResponse>FinspaceAsyncClient. updateKxEnvironment(Consumer<UpdateKxEnvironmentRequest.Builder> updateKxEnvironmentRequest)Updates information for the given kdb environment.default UpdateKxEnvironmentResponseFinspaceClient. updateKxEnvironment(Consumer<UpdateKxEnvironmentRequest.Builder> updateKxEnvironmentRequest)Updates information for the given kdb environment. -
Uses of UpdateKxEnvironmentRequest.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return UpdateKxEnvironmentRequest.Builder Modifier and Type Method Description static UpdateKxEnvironmentRequest.BuilderUpdateKxEnvironmentRequest. builder()UpdateKxEnvironmentRequest.BuilderUpdateKxEnvironmentRequest.Builder. clientToken(String clientToken)A token that ensures idempotency.UpdateKxEnvironmentRequest.BuilderUpdateKxEnvironmentRequest.Builder. description(String description)A description of the kdb environment.UpdateKxEnvironmentRequest.BuilderUpdateKxEnvironmentRequest.Builder. environmentId(String environmentId)A unique identifier for the kdb environment.UpdateKxEnvironmentRequest.BuilderUpdateKxEnvironmentRequest.Builder. name(String name)The name of the kdb environment.UpdateKxEnvironmentRequest.BuilderUpdateKxEnvironmentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateKxEnvironmentRequest.BuilderUpdateKxEnvironmentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateKxEnvironmentRequest.BuilderUpdateKxEnvironmentRequest. toBuilder()Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type UpdateKxEnvironmentRequest.Builder Modifier and Type Method Description static Class<? extends UpdateKxEnvironmentRequest.Builder>UpdateKxEnvironmentRequest. serializableBuilderClass()
-