Uses of Interface
software.amazon.awssdk.services.codestar.model.CodeSource.Builder
-
Packages that use CodeSource.Builder Package Description software.amazon.awssdk.services.codestar.model -
-
Uses of CodeSource.Builder in software.amazon.awssdk.services.codestar.model
Methods in software.amazon.awssdk.services.codestar.model that return CodeSource.Builder Modifier and Type Method Description static CodeSource.BuilderCodeSource. builder()default CodeSource.BuilderCodeSource.Builder. s3(Consumer<S3Location.Builder> s3)Information about the Amazon S3 location where the source code files provided with the project request are stored.CodeSource.BuilderCodeSource.Builder. s3(S3Location s3)Information about the Amazon S3 location where the source code files provided with the project request are stored.CodeSource.BuilderCodeSource. toBuilder()Methods in software.amazon.awssdk.services.codestar.model that return types with arguments of type CodeSource.Builder Modifier and Type Method Description static Class<? extends CodeSource.Builder>CodeSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codestar.model with type arguments of type CodeSource.Builder Modifier and Type Method Description default Code.BuilderCode.Builder. source(Consumer<CodeSource.Builder> source)The location where the source code files provided with the project request are stored.
-