Uses of Class
software.amazon.awscdk.customresources.AwsCustomResourceProps.Builder
-
Uses of AwsCustomResourceProps.Builder in software.amazon.awscdk.customresources
Modifier and TypeMethodDescriptionAwsCustomResourceProps.builder()
AwsCustomResourceProps.Builder.functionName
(String functionName) Sets the value ofAwsCustomResourceProps.getFunctionName()
AwsCustomResourceProps.Builder.installLatestAwsSdk
(Boolean installLatestAwsSdk) Sets the value ofAwsCustomResourceProps.getInstallLatestAwsSdk()
AwsCustomResourceProps.Builder.logRetention
(RetentionDays logRetention) Sets the value ofAwsCustomResourceProps.getLogRetention()
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.resourceType
(String resourceType) Sets the value ofAwsCustomResourceProps.getResourceType()
Sets the value ofAwsCustomResourceProps.getRole()
Sets the value ofAwsCustomResourceProps.getTimeout()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AwsCustomResourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAwsCustomResourceProps.Builder
.