Interface ConfirmDeviceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoIdentityProviderResponse.Builder,CopyableBuilder<ConfirmDeviceResponse.Builder,ConfirmDeviceResponse>,SdkBuilder<ConfirmDeviceResponse.Builder,ConfirmDeviceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ConfirmDeviceResponse
public static interface ConfirmDeviceResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<ConfirmDeviceResponse.Builder,ConfirmDeviceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfirmDeviceResponse.BuilderuserConfirmationNecessary(Boolean userConfirmationNecessary)Indicates whether the user confirmation must confirm the device response.-
Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
userConfirmationNecessary
ConfirmDeviceResponse.Builder userConfirmationNecessary(Boolean userConfirmationNecessary)
Indicates whether the user confirmation must confirm the device response.
- Parameters:
userConfirmationNecessary- Indicates whether the user confirmation must confirm the device response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-