public static interface DescribeProfileResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<DescribeProfileResponse.Builder,DescribeProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeProfileResponse.Builder |
profile(Consumer<DescribedProfile.Builder> profile)
The details of the specified profile, returned as an object.
|
DescribeProfileResponse.Builder |
profile(DescribedProfile profile)
The details of the specified profile, returned as an object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProfileResponse.Builder profile(DescribedProfile profile)
The details of the specified profile, returned as an object.
profile - The details of the specified profile, returned as an object.default DescribeProfileResponse.Builder profile(Consumer<DescribedProfile.Builder> profile)
The details of the specified profile, returned as an object.
This is a convenience method that creates an instance of theDescribedProfile.Builder avoiding the
need to create one manually via DescribedProfile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to profile(DescribedProfile).
profile - a consumer that will call methods on DescribedProfile.Builderprofile(DescribedProfile)Copyright © 2023. All rights reserved.