public static interface ListSourceCredentialsResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<ListSourceCredentialsResponse.Builder,ListSourceCredentialsResponse>
Modifier and Type | Method and Description |
---|---|
ListSourceCredentialsResponse.Builder |
sourceCredentialsInfos(Collection<SourceCredentialsInfo> sourceCredentialsInfos)
A list of
SourceCredentialsInfo objects. |
ListSourceCredentialsResponse.Builder |
sourceCredentialsInfos(Consumer<SourceCredentialsInfo.Builder>... sourceCredentialsInfos)
A list of
SourceCredentialsInfo objects. |
ListSourceCredentialsResponse.Builder |
sourceCredentialsInfos(SourceCredentialsInfo... sourceCredentialsInfos)
A list of
SourceCredentialsInfo objects. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListSourceCredentialsResponse.Builder sourceCredentialsInfos(Collection<SourceCredentialsInfo> sourceCredentialsInfos)
A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object includes
the authentication type, token ARN, and type of source provider for one set of credentials.
sourceCredentialsInfos
- A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object
includes the authentication type, token ARN, and type of source provider for one set of credentials.ListSourceCredentialsResponse.Builder sourceCredentialsInfos(SourceCredentialsInfo... sourceCredentialsInfos)
A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object includes
the authentication type, token ARN, and type of source provider for one set of credentials.
sourceCredentialsInfos
- A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object
includes the authentication type, token ARN, and type of source provider for one set of credentials.ListSourceCredentialsResponse.Builder sourceCredentialsInfos(Consumer<SourceCredentialsInfo.Builder>... sourceCredentialsInfos)
A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object includes
the authentication type, token ARN, and type of source provider for one set of credentials.
List.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #sourceCredentialsInfos(List)
.sourceCredentialsInfos
- a consumer that will call methods on List.Builder
#sourceCredentialsInfos(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.