public static interface UpdateInstanceProfileResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<UpdateInstanceProfileResponse.Builder,UpdateInstanceProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateInstanceProfileResponse.Builder |
instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
An object that contains information about your instance profile.
|
UpdateInstanceProfileResponse.Builder |
instanceProfile(InstanceProfile instanceProfile)
An object that contains information about your instance profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateInstanceProfileResponse.Builder instanceProfile(InstanceProfile instanceProfile)
An object that contains information about your instance profile.
instanceProfile - An object that contains information about your instance profile.default UpdateInstanceProfileResponse.Builder instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
An object that contains information about your instance profile.
This is a convenience 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 © 2022. All rights reserved.