Uses of Interface
software.amazon.awssdk.services.cloudcontrol.model.CreateResourceRequest.Builder
Packages that use CreateResourceRequest.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 CreateResourceRequest.Builder in software.amazon.awssdk.services.cloudcontrol
Method parameters in software.amazon.awssdk.services.cloudcontrol with type arguments of type CreateResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateResourceResponse>CloudControlAsyncClient.createResource(Consumer<CreateResourceRequest.Builder> createResourceRequest) Creates the specified resource.default CreateResourceResponseCloudControlClient.createResource(Consumer<CreateResourceRequest.Builder> createResourceRequest) Creates the specified resource. -
Uses of CreateResourceRequest.Builder in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return CreateResourceRequest.BuilderModifier and TypeMethodDescriptionCreateResourceRequest.builder()CreateResourceRequest.Builder.clientToken(String clientToken) A unique identifier to ensure the idempotency of the resource request.CreateResourceRequest.Builder.desiredState(String desiredState) Structured data format representing the desired state of the resource, consisting of that resource's properties and their desired values.CreateResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation.CreateResourceRequest.toBuilder()The name of the resource type.CreateResourceRequest.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 CreateResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateResourceRequest.Builder>CreateResourceRequest.serializableBuilderClass()