Uses of Interface
software.amazon.awssdk.services.codestar.model.Code.Builder
-
Packages that use Code.Builder Package Description software.amazon.awssdk.services.codestar.model -
-
Uses of Code.Builder in software.amazon.awssdk.services.codestar.model
Methods in software.amazon.awssdk.services.codestar.model that return Code.Builder Modifier and Type Method Description static Code.BuilderCode. builder()default Code.BuilderCode.Builder. destination(Consumer<CodeDestination.Builder> destination)The repository to be created in AWS CodeStar.Code.BuilderCode.Builder. destination(CodeDestination destination)The repository to be created in AWS CodeStar.default Code.BuilderCode.Builder. source(Consumer<CodeSource.Builder> source)The location where the source code files provided with the project request are stored.Code.BuilderCode.Builder. source(CodeSource source)The location where the source code files provided with the project request are stored.Code.BuilderCode. toBuilder()Methods in software.amazon.awssdk.services.codestar.model that return types with arguments of type Code.Builder Modifier and Type Method Description static Class<? extends Code.Builder>Code. serializableBuilderClass()
-