Interface RepositoryNameIdPair.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RepositoryNameIdPair.Builder,RepositoryNameIdPair>,SdkBuilder<RepositoryNameIdPair.Builder,RepositoryNameIdPair>,SdkPojo
- Enclosing class:
- RepositoryNameIdPair
public static interface RepositoryNameIdPair.Builder extends SdkPojo, CopyableBuilder<RepositoryNameIdPair.Builder,RepositoryNameIdPair>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositoryNameIdPair.BuilderrepositoryId(String repositoryId)The ID associated with the repository.RepositoryNameIdPair.BuilderrepositoryName(String repositoryName)The name associated with the repository.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
repositoryName
RepositoryNameIdPair.Builder repositoryName(String repositoryName)
The name associated with the repository.
- Parameters:
repositoryName- The name associated with the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryId
RepositoryNameIdPair.Builder repositoryId(String repositoryId)
The ID associated with the repository.
- Parameters:
repositoryId- The ID associated with the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-