public static interface GetPackageConfigurationResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<GetPackageConfigurationResponse.Builder,GetPackageConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
default GetPackageConfigurationResponse.Builder |
versionUpdateByJobsConfig(Consumer<VersionUpdateByJobsConfig.Builder> versionUpdateByJobsConfig)
The version that is associated to a specific job.
|
GetPackageConfigurationResponse.Builder |
versionUpdateByJobsConfig(VersionUpdateByJobsConfig versionUpdateByJobsConfig)
The version that is associated to a specific job.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetPackageConfigurationResponse.Builder versionUpdateByJobsConfig(VersionUpdateByJobsConfig versionUpdateByJobsConfig)
The version that is associated to a specific job.
versionUpdateByJobsConfig
- The version that is associated to a specific job.default GetPackageConfigurationResponse.Builder versionUpdateByJobsConfig(Consumer<VersionUpdateByJobsConfig.Builder> versionUpdateByJobsConfig)
The version that is associated to a specific job.
This is a convenience method that creates an instance of theVersionUpdateByJobsConfig.Builder
avoiding the need to create one manually via VersionUpdateByJobsConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to versionUpdateByJobsConfig(VersionUpdateByJobsConfig)
.
versionUpdateByJobsConfig
- a consumer that will call methods on VersionUpdateByJobsConfig.Builder
versionUpdateByJobsConfig(VersionUpdateByJobsConfig)
Copyright © 2023. All rights reserved.