Uses of Interface
software.amazon.awssdk.services.codestar.model.S3Location.Builder
-
Packages that use S3Location.Builder Package Description software.amazon.awssdk.services.codestar.model -
-
Uses of S3Location.Builder in software.amazon.awssdk.services.codestar.model
Methods in software.amazon.awssdk.services.codestar.model that return S3Location.Builder Modifier and Type Method Description S3Location.BuilderS3Location.Builder. bucketKey(String bucketKey)The Amazon S3 object key where the source code files provided with the project request are stored.S3Location.BuilderS3Location.Builder. bucketName(String bucketName)The Amazon S3 bucket name where the source code files provided with the project request are stored.static S3Location.BuilderS3Location. builder()S3Location.BuilderS3Location. toBuilder()Methods in software.amazon.awssdk.services.codestar.model that return types with arguments of type S3Location.Builder Modifier and Type Method Description static Class<? extends S3Location.Builder>S3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codestar.model with type arguments of type S3Location.Builder Modifier and Type Method Description 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.default ToolchainSource.BuilderToolchainSource.Builder. s3(Consumer<S3Location.Builder> s3)The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
-