Uses of Interface
software.amazon.awssdk.services.shield.model.CreateProtectionRequest.Builder
-
Packages that use CreateProtectionRequest.Builder Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.model -
-
Uses of CreateProtectionRequest.Builder in software.amazon.awssdk.services.shield
Method parameters in software.amazon.awssdk.services.shield with type arguments of type CreateProtectionRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateProtectionResponse>ShieldAsyncClient. createProtection(Consumer<CreateProtectionRequest.Builder> createProtectionRequest)Enables Shield Advanced for a specific Amazon Web Services resource.default CreateProtectionResponseShieldClient. createProtection(Consumer<CreateProtectionRequest.Builder> createProtectionRequest)Enables Shield Advanced for a specific Amazon Web Services resource. -
Uses of CreateProtectionRequest.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return CreateProtectionRequest.Builder Modifier and Type Method Description static CreateProtectionRequest.BuilderCreateProtectionRequest. builder()CreateProtectionRequest.BuilderCreateProtectionRequest.Builder. name(String name)Friendly name for theProtectionyou are creating.CreateProtectionRequest.BuilderCreateProtectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateProtectionRequest.BuilderCreateProtectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateProtectionRequest.BuilderCreateProtectionRequest.Builder. resourceArn(String resourceArn)The ARN (Amazon Resource Name) of the resource to be protected.CreateProtectionRequest.BuilderCreateProtectionRequest.Builder. tags(Collection<Tag> tags)One or more tag key-value pairs for the Protection object that is created.CreateProtectionRequest.BuilderCreateProtectionRequest.Builder. tags(Consumer<Tag.Builder>... tags)One or more tag key-value pairs for the Protection object that is created.CreateProtectionRequest.BuilderCreateProtectionRequest.Builder. tags(Tag... tags)One or more tag key-value pairs for the Protection object that is created.CreateProtectionRequest.BuilderCreateProtectionRequest. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type CreateProtectionRequest.Builder Modifier and Type Method Description static Class<? extends CreateProtectionRequest.Builder>CreateProtectionRequest. serializableBuilderClass()
-