Interface GetRepositoryLinkResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeStarConnectionsResponse.Builder,CopyableBuilder<GetRepositoryLinkResponse.Builder,GetRepositoryLinkResponse>,SdkBuilder<GetRepositoryLinkResponse.Builder,GetRepositoryLinkResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetRepositoryLinkResponse
public static interface GetRepositoryLinkResponse.Builder extends CodeStarConnectionsResponse.Builder, SdkPojo, CopyableBuilder<GetRepositoryLinkResponse.Builder,GetRepositoryLinkResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetRepositoryLinkResponse.BuilderrepositoryLinkInfo(Consumer<RepositoryLinkInfo.Builder> repositoryLinkInfo)The information returned for a specified repository link.GetRepositoryLinkResponse.BuilderrepositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)The information returned for a specified repository link.-
Methods inherited from interface software.amazon.awssdk.services.codestarconnections.model.CodeStarConnectionsResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
repositoryLinkInfo
GetRepositoryLinkResponse.Builder repositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)
The information returned for a specified repository link.
- Parameters:
repositoryLinkInfo- The information returned for a specified repository link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryLinkInfo
default GetRepositoryLinkResponse.Builder repositoryLinkInfo(Consumer<RepositoryLinkInfo.Builder> repositoryLinkInfo)
The information returned for a specified repository link.
This is a convenience method that creates an instance of theRepositoryLinkInfo.Builderavoiding the need to create one manually viaRepositoryLinkInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torepositoryLinkInfo(RepositoryLinkInfo).- Parameters:
repositoryLinkInfo- a consumer that will call methods onRepositoryLinkInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
repositoryLinkInfo(RepositoryLinkInfo)
-
-