Class MavenRepository.Builder
java.lang.Object
software.amazon.smithy.build.model.MavenRepository.Builder
- All Implemented Interfaces:
SmithyBuilder<MavenRepository>
- Enclosing class:
- MavenRepository
public static final class MavenRepository.Builder
extends Object
implements SmithyBuilder<MavenRepository>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates an immutable object that is created from the properties that have been set on the builder.httpCredentials
(String httpCredentials) proxyCredentials
(String proxyCredentials)
-
Method Details
-
build
Description copied from interface:SmithyBuilder
Creates an immutable object that is created from the properties that have been set on the builder.- Specified by:
build
in interfaceSmithyBuilder<MavenRepository>
- Returns:
- an instance of T
-
url
-
id
-
proxyHost
-
proxyCredentials
-
httpCredentials
-