public static interface DescribeIdentityPoolUsageResponse.Builder extends CognitoSyncResponse.Builder, CopyableBuilder<DescribeIdentityPoolUsageResponse.Builder,DescribeIdentityPoolUsageResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeIdentityPoolUsageResponse.Builder |
identityPoolUsage(Consumer<IdentityPoolUsage.Builder> identityPoolUsage)
Information about the usage of the identity pool.
|
DescribeIdentityPoolUsageResponse.Builder |
identityPoolUsage(IdentityPoolUsage identityPoolUsage)
Information about the usage of the identity pool.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeIdentityPoolUsageResponse.Builder identityPoolUsage(IdentityPoolUsage identityPoolUsage)
identityPoolUsage - Information about the usage of the identity pool.default DescribeIdentityPoolUsageResponse.Builder identityPoolUsage(Consumer<IdentityPoolUsage.Builder> identityPoolUsage)
IdentityPoolUsage.Builder avoiding the need to create one manually via
IdentityPoolUsage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to identityPoolUsage(IdentityPoolUsage).identityPoolUsage - a consumer that will call methods on IdentityPoolUsage.BuilderidentityPoolUsage(IdentityPoolUsage)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.