Uses of Class
software.amazon.awscdk.customresources.AwsCustomResourceProps.Builder
Packages that use AwsCustomResourceProps.Builder
-
Uses of AwsCustomResourceProps.Builder in software.amazon.awscdk.customresources
Methods in software.amazon.awscdk.customresources that return AwsCustomResourceProps.BuilderModifier and TypeMethodDescriptionAwsCustomResourceProps.builder()AwsCustomResourceProps.Builder.functionName(String functionName) Sets the value ofAwsCustomResourceProps.getFunctionName()AwsCustomResourceProps.Builder.installLatestAwsSdk(Boolean installLatestAwsSdk) Sets the value ofAwsCustomResourceProps.getInstallLatestAwsSdk()Sets the value ofAwsCustomResourceProps.getLogGroup()AwsCustomResourceProps.Builder.logRetention(RetentionDays logRetention) Sets the value ofAwsCustomResourceProps.getLogRetention()AwsCustomResourceProps.Builder.memorySize(Number memorySize) Sets the value ofAwsCustomResourceProps.getMemorySize()AwsCustomResourceProps.Builder.onCreate(AwsSdkCall onCreate) Sets the value ofAwsCustomResourceProps.getOnCreate()AwsCustomResourceProps.Builder.onDelete(AwsSdkCall onDelete) Sets the value ofAwsCustomResourceProps.getOnDelete()AwsCustomResourceProps.Builder.onUpdate(AwsSdkCall onUpdate) Sets the value ofAwsCustomResourceProps.getOnUpdate()AwsCustomResourceProps.Builder.policy(AwsCustomResourcePolicy policy) Sets the value ofAwsCustomResourceProps.getPolicy()AwsCustomResourceProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofAwsCustomResourceProps.getRemovalPolicy()AwsCustomResourceProps.Builder.resourceType(String resourceType) Sets the value ofAwsCustomResourceProps.getResourceType()Sets the value ofAwsCustomResourceProps.getRole()AwsCustomResourceProps.Builder.serviceTimeout(Duration serviceTimeout) Sets the value ofAwsCustomResourceProps.getServiceTimeout()Sets the value ofAwsCustomResourceProps.getTimeout()Sets the value ofAwsCustomResourceProps.getVpc()AwsCustomResourceProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofAwsCustomResourceProps.getVpcSubnets()Constructors in software.amazon.awscdk.customresources with parameters of type AwsCustomResourceProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(AwsCustomResourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAwsCustomResourceProps.Builder.