public static interface UpdatePackageRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<UpdatePackageRequest.Builder,UpdatePackageRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePackageRequest.Builder |
commitMessage(String commitMessage)
An info message for the new version which will be shown as part of
GetPackageVersionHistoryResponse. |
UpdatePackageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePackageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePackageRequest.Builder |
packageDescription(String packageDescription)
New description of the package.
|
UpdatePackageRequest.Builder |
packageID(String packageID)
Unique identifier for the package.
|
default UpdatePackageRequest.Builder |
packageSource(Consumer<PackageSource.Builder> packageSource)
Sets the value of the PackageSource property for this object.
|
UpdatePackageRequest.Builder |
packageSource(PackageSource packageSource)
Sets the value of the PackageSource property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePackageRequest.Builder packageID(String packageID)
Unique identifier for the package.
packageID - Unique identifier for the package.UpdatePackageRequest.Builder packageSource(PackageSource packageSource)
packageSource - The new value for the PackageSource property for this object.default UpdatePackageRequest.Builder packageSource(Consumer<PackageSource.Builder> packageSource)
PackageSource.Builder avoiding the need to
create one manually via PackageSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to packageSource(PackageSource).packageSource - a consumer that will call methods on PackageSource.BuilderpackageSource(PackageSource)UpdatePackageRequest.Builder packageDescription(String packageDescription)
New description of the package.
packageDescription - New description of the package.UpdatePackageRequest.Builder commitMessage(String commitMessage)
An info message for the new version which will be shown as part of
GetPackageVersionHistoryResponse.
commitMessage - An info message for the new version which will be shown as part of
GetPackageVersionHistoryResponse.UpdatePackageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.