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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSourceCredentialsResponse.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.
SourceCredentialsInfo.Builder avoiding the need to
create one manually via
SourceCredentialsInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #sourceCredentialsInfos(List.
sourceCredentialsInfos - a consumer that will call methods on
SourceCredentialsInfo.Builder#sourceCredentialsInfos(java.util.Collection) Copyright © 2023. All rights reserved.