public static interface ModifyInstanceProfileResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<ModifyInstanceProfileResponse.Builder,ModifyInstanceProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyInstanceProfileResponse.Builder |
instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
The instance profile that was modified.
|
ModifyInstanceProfileResponse.Builder |
instanceProfile(InstanceProfile instanceProfile)
The instance profile that was modified.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyInstanceProfileResponse.Builder instanceProfile(InstanceProfile instanceProfile)
The instance profile that was modified.
instanceProfile - The instance profile that was modified.default ModifyInstanceProfileResponse.Builder instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
The instance profile that was modified.
This is a convenience method that creates an instance of theInstanceProfile.Builder avoiding the
need to create one manually via InstanceProfile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to instanceProfile(InstanceProfile).
instanceProfile - a consumer that will call methods on InstanceProfile.BuilderinstanceProfile(InstanceProfile)Copyright © 2023. All rights reserved.