Uses of Interface
software.amazon.awssdk.services.amplify.model.CustomRule.Builder
-
Packages that use CustomRule.Builder Package Description software.amazon.awssdk.services.amplify.model -
-
Uses of CustomRule.Builder in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return CustomRule.Builder Modifier and Type Method Description static CustomRule.BuilderCustomRule. builder()CustomRule.BuilderCustomRule.Builder. condition(String condition)The condition for a URL rewrite or redirect rule, such as a country code.CustomRule.BuilderCustomRule.Builder. source(String source)The source pattern for a URL rewrite or redirect rule.CustomRule.BuilderCustomRule.Builder. status(String status)The status code for a URL rewrite or redirect rule.CustomRule.BuilderCustomRule.Builder. target(String target)The target pattern for a URL rewrite or redirect rule.CustomRule.BuilderCustomRule. toBuilder()Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type CustomRule.Builder Modifier and Type Method Description static Class<? extends CustomRule.Builder>CustomRule. serializableBuilderClass()
-