public static interface ConfigurationSummary.Builder extends SdkPojo, CopyableBuilder<ConfigurationSummary.Builder,ConfigurationSummary>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigurationSummary.Builder ipAddressBasedRemoteInfoList(Collection<IPAddressBasedRemoteInfo> ipAddressBasedRemoteInfoList)
IP address based configurations.
ipAddressBasedRemoteInfoList - IP address based configurations.ConfigurationSummary.Builder ipAddressBasedRemoteInfoList(IPAddressBasedRemoteInfo... ipAddressBasedRemoteInfoList)
IP address based configurations.
ipAddressBasedRemoteInfoList - IP address based configurations.ConfigurationSummary.Builder ipAddressBasedRemoteInfoList(Consumer<IPAddressBasedRemoteInfo.Builder>... ipAddressBasedRemoteInfoList)
IP address based configurations.
This is a convenience method that creates an instance of theIPAddressBasedRemoteInfo.Builder avoiding
the need to create one manually via
IPAddressBasedRemoteInfo.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #ipAddressBasedRemoteInfoList(List.
ipAddressBasedRemoteInfoList - a consumer that will call methods on
IPAddressBasedRemoteInfo.Builder#ipAddressBasedRemoteInfoList(java.util.Collection) ConfigurationSummary.Builder pipelineInfoList(Collection<PipelineInfo> pipelineInfoList)
The list of pipeline info configurations.
pipelineInfoList - The list of pipeline info configurations.ConfigurationSummary.Builder pipelineInfoList(PipelineInfo... pipelineInfoList)
The list of pipeline info configurations.
pipelineInfoList - The list of pipeline info configurations.ConfigurationSummary.Builder pipelineInfoList(Consumer<PipelineInfo.Builder>... pipelineInfoList)
The list of pipeline info configurations.
This is a convenience method that creates an instance of thePipelineInfo.Builder avoiding the need to
create one manually via
PipelineInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #pipelineInfoList(List.
pipelineInfoList - a consumer that will call methods on
PipelineInfo.Builder#pipelineInfoList(java.util.Collection) ConfigurationSummary.Builder remoteSourceCodeAnalysisServerInfo(RemoteSourceCodeAnalysisServerInfo remoteSourceCodeAnalysisServerInfo)
Info about the remote server source code configuration.
remoteSourceCodeAnalysisServerInfo - Info about the remote server source code configuration.default ConfigurationSummary.Builder remoteSourceCodeAnalysisServerInfo(Consumer<RemoteSourceCodeAnalysisServerInfo.Builder> remoteSourceCodeAnalysisServerInfo)
Info about the remote server source code configuration.
This is a convenience method that creates an instance of theRemoteSourceCodeAnalysisServerInfo.Builder avoiding the need to create one manually via
RemoteSourceCodeAnalysisServerInfo.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
remoteSourceCodeAnalysisServerInfo(RemoteSourceCodeAnalysisServerInfo).
remoteSourceCodeAnalysisServerInfo - a consumer that will call methods on RemoteSourceCodeAnalysisServerInfo.BuilderremoteSourceCodeAnalysisServerInfo(RemoteSourceCodeAnalysisServerInfo)ConfigurationSummary.Builder vcenterBasedRemoteInfoList(Collection<VcenterBasedRemoteInfo> vcenterBasedRemoteInfoList)
The list of vCenter configurations.
vcenterBasedRemoteInfoList - The list of vCenter configurations.ConfigurationSummary.Builder vcenterBasedRemoteInfoList(VcenterBasedRemoteInfo... vcenterBasedRemoteInfoList)
The list of vCenter configurations.
vcenterBasedRemoteInfoList - The list of vCenter configurations.ConfigurationSummary.Builder vcenterBasedRemoteInfoList(Consumer<VcenterBasedRemoteInfo.Builder>... vcenterBasedRemoteInfoList)
The list of vCenter configurations.
This is a convenience method that creates an instance of theVcenterBasedRemoteInfo.Builder avoiding
the need to create one manually via
VcenterBasedRemoteInfo.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #vcenterBasedRemoteInfoList(List.
vcenterBasedRemoteInfoList - a consumer that will call methods on
VcenterBasedRemoteInfo.Builder#vcenterBasedRemoteInfoList(java.util.Collection) ConfigurationSummary.Builder versionControlInfoList(Collection<VersionControlInfo> versionControlInfoList)
The list of the version control configurations.
versionControlInfoList - The list of the version control configurations.ConfigurationSummary.Builder versionControlInfoList(VersionControlInfo... versionControlInfoList)
The list of the version control configurations.
versionControlInfoList - The list of the version control configurations.ConfigurationSummary.Builder versionControlInfoList(Consumer<VersionControlInfo.Builder>... versionControlInfoList)
The list of the version control configurations.
This is a convenience method that creates an instance of theVersionControlInfo.Builder avoiding the
need to create one manually via
VersionControlInfo.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #versionControlInfoList(List.
versionControlInfoList - a consumer that will call methods on
VersionControlInfo.Builder#versionControlInfoList(java.util.Collection) Copyright © 2023. All rights reserved.