public static interface GetInstanceProfileResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetInstanceProfileResponse.Builder,GetInstanceProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetInstanceProfileResponse.Builder |
instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
A structure containing details about the instance profile.
|
GetInstanceProfileResponse.Builder |
instanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInstanceProfileResponse.Builder instanceProfile(InstanceProfile instanceProfile)
A structure containing details about the instance profile.
instanceProfile - A structure containing details about the instance profile.default GetInstanceProfileResponse.Builder instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
A structure containing details about the instance profile.
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.