public static interface SoftwareUpdateOptionsStatus.Builder extends SdkPojo, CopyableBuilder<SoftwareUpdateOptionsStatus.Builder,SoftwareUpdateOptionsStatus>
| Modifier and Type | Method and Description |
|---|---|
default SoftwareUpdateOptionsStatus.Builder |
options(Consumer<SoftwareUpdateOptions.Builder> options)
The service software update options for a domain.
|
SoftwareUpdateOptionsStatus.Builder |
options(SoftwareUpdateOptions options)
The service software update options for a domain.
|
default SoftwareUpdateOptionsStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
The status of service software update options, including creation date and last updated date.
|
SoftwareUpdateOptionsStatus.Builder |
status(OptionStatus status)
The status of service software update options, including creation date and last updated date.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSoftwareUpdateOptionsStatus.Builder options(SoftwareUpdateOptions options)
The service software update options for a domain.
options - The service software update options for a domain.default SoftwareUpdateOptionsStatus.Builder options(Consumer<SoftwareUpdateOptions.Builder> options)
The service software update options for a domain.
This is a convenience method that creates an instance of theSoftwareUpdateOptions.Builder avoiding
the need to create one manually via SoftwareUpdateOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to options(SoftwareUpdateOptions).
options - a consumer that will call methods on SoftwareUpdateOptions.Builderoptions(SoftwareUpdateOptions)SoftwareUpdateOptionsStatus.Builder status(OptionStatus status)
The status of service software update options, including creation date and last updated date.
status - The status of service software update options, including creation date and last updated date.default SoftwareUpdateOptionsStatus.Builder status(Consumer<OptionStatus.Builder> status)
The status of service software update options, including creation date and last updated date.
This is a convenience method that creates an instance of theOptionStatus.Builder avoiding the need
to create one manually via OptionStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(OptionStatus).
status - a consumer that will call methods on OptionStatus.Builderstatus(OptionStatus)Copyright © 2023. All rights reserved.