public static interface SourceProperties.Builder extends SdkPojo, CopyableBuilder<SourceProperties.Builder,SourceProperties>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSourceProperties.Builder cpus(Collection<CPU> cpus)
Source Server CPUs.
cpus - Source Server CPUs.SourceProperties.Builder cpus(CPU... cpus)
Source Server CPUs.
cpus - Source Server CPUs.SourceProperties.Builder cpus(Consumer<CPU.Builder>... cpus)
Source Server CPUs.
This is a convenience that creates an instance of theList.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 #cpus(List) .cpus - a consumer that will call methods on List.Builder #cpus(List) SourceProperties.Builder disks(Collection<Disk> disks)
Source Server disks.
disks - Source Server disks.SourceProperties.Builder disks(Disk... disks)
Source Server disks.
disks - Source Server disks.SourceProperties.Builder disks(Consumer<Disk.Builder>... disks)
Source Server disks.
This is a convenience that creates an instance of theList.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 #disks(List) .disks - a consumer that will call methods on List.Builder #disks(List) SourceProperties.Builder identificationHints(IdentificationHints identificationHints)
Source server identification hints.
identificationHints - Source server identification hints.default SourceProperties.Builder identificationHints(Consumer<IdentificationHints.Builder> identificationHints)
Source server identification hints.
This is a convenience that creates an instance of theIdentificationHints.Builder avoiding the need
to create one manually via IdentificationHints.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to identificationHints(IdentificationHints).identificationHints - a consumer that will call methods on IdentificationHints.BuilderidentificationHints(IdentificationHints)SourceProperties.Builder lastUpdatedDateTime(String lastUpdatedDateTime)
Source server last update date and time.
lastUpdatedDateTime - Source server last update date and time.SourceProperties.Builder networkInterfaces(Collection<NetworkInterface> networkInterfaces)
Source server network interfaces.
networkInterfaces - Source server network interfaces.SourceProperties.Builder networkInterfaces(NetworkInterface... networkInterfaces)
Source server network interfaces.
networkInterfaces - Source server network interfaces.SourceProperties.Builder networkInterfaces(Consumer<NetworkInterface.Builder>... networkInterfaces)
Source server network interfaces.
This is a convenience that creates an instance of theList.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 #networkInterfaces(List) .networkInterfaces - a consumer that will call methods on List.Builder #networkInterfaces(List) SourceProperties.Builder os(OS os)
Source server OS.
os - Source server OS.default SourceProperties.Builder os(Consumer<OS.Builder> os)
Source server OS.
This is a convenience that creates an instance of theOS.Builder avoiding the need to create one
manually via OS.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to os(OS).os - a consumer that will call methods on OS.Builderos(OS)SourceProperties.Builder ramBytes(Long ramBytes)
Source server RAM in bytes.
ramBytes - Source server RAM in bytes.SourceProperties.Builder recommendedInstanceType(String recommendedInstanceType)
Source server recommended instance type.
recommendedInstanceType - Source server recommended instance type.Copyright © 2021. All rights reserved.