public static interface DisableProfileResponse.Builder extends RolesAnywhereResponse.Builder, SdkPojo, CopyableBuilder<DisableProfileResponse.Builder,DisableProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default DisableProfileResponse.Builder |
profile(Consumer<ProfileDetail.Builder> profile)
The state of the profile after a read or write operation.
|
DisableProfileResponse.Builder |
profile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisableProfileResponse.Builder profile(ProfileDetail profile)
The state of the profile after a read or write operation.
profile - The state of the profile after a read or write operation.default DisableProfileResponse.Builder profile(Consumer<ProfileDetail.Builder> profile)
The state of the profile after a read or write operation.
This is a convenience method that creates an instance of theProfileDetail.Builder avoiding the need
to create one manually via ProfileDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to profile(ProfileDetail).
profile - a consumer that will call methods on ProfileDetail.Builderprofile(ProfileDetail)Copyright © 2022. All rights reserved.