Uses of Interface
software.amazon.awssdk.services.cloudcontrol.model.UpdateResourceRequest.Builder
Packages that use UpdateResourceRequest.Builder
Package
Description
For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services
Cloud Control API User Guide.
-
Uses of UpdateResourceRequest.Builder in software.amazon.awssdk.services.cloudcontrol
Method parameters in software.amazon.awssdk.services.cloudcontrol with type arguments of type UpdateResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateResourceResponse>CloudControlAsyncClient.updateResource(Consumer<UpdateResourceRequest.Builder> updateResourceRequest) Updates the specified property values in the resource.default UpdateResourceResponseCloudControlClient.updateResource(Consumer<UpdateResourceRequest.Builder> updateResourceRequest) Updates the specified property values in the resource. -
Uses of UpdateResourceRequest.Builder in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return UpdateResourceRequest.BuilderModifier and TypeMethodDescriptionUpdateResourceRequest.builder()UpdateResourceRequest.Builder.clientToken(String clientToken) A unique identifier to ensure the idempotency of the resource request.UpdateResourceRequest.Builder.identifier(String identifier) The identifier for the resource.UpdateResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateResourceRequest.Builder.patchDocument(String patchDocument) A JavaScript Object Notation (JSON) document listing the patch operations that represent the updates to apply to the current resource properties.The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation.UpdateResourceRequest.toBuilder()The name of the resource type.UpdateResourceRequest.Builder.typeVersionId(String typeVersionId) For private resource types, the type version to use in this resource operation.Methods in software.amazon.awssdk.services.cloudcontrol.model that return types with arguments of type UpdateResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateResourceRequest.Builder>UpdateResourceRequest.serializableBuilderClass()