Interface AdminForgetDeviceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CognitoIdentityProviderRequest.Builder,CopyableBuilder<AdminForgetDeviceRequest.Builder,AdminForgetDeviceRequest>,SdkBuilder<AdminForgetDeviceRequest.Builder,AdminForgetDeviceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AdminForgetDeviceRequest
public static interface AdminForgetDeviceRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<AdminForgetDeviceRequest.Builder,AdminForgetDeviceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdminForgetDeviceRequest.BuilderdeviceKey(String deviceKey)The key ID of the device that you want to delete.AdminForgetDeviceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AdminForgetDeviceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AdminForgetDeviceRequest.Builderusername(String username)The username of the user that you want to query or modify.AdminForgetDeviceRequest.BuilderuserPoolId(String userPoolId)The ID of the user pool where the device owner is a user.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest.Builder
build
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
userPoolId
AdminForgetDeviceRequest.Builder userPoolId(String userPoolId)
The ID of the user pool where the device owner is a user.
- Parameters:
userPoolId- The ID of the user pool where the device owner is a user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
AdminForgetDeviceRequest.Builder username(String username)
The username of the user that you want to query or modify. The value of this parameter is typically your user's username, but it can be any of their alias attributes. If
usernameisn't an alias attribute in your user pool, this value must be thesubof a local user or the username of a user from a third-party IdP.- Parameters:
username- The username of the user that you want to query or modify. The value of this parameter is typically your user's username, but it can be any of their alias attributes. Ifusernameisn't an alias attribute in your user pool, this value must be thesubof a local user or the username of a user from a third-party IdP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceKey
AdminForgetDeviceRequest.Builder deviceKey(String deviceKey)
The key ID of the device that you want to delete. You can get device keys in the response to an AdminListDevices request.
- Parameters:
deviceKey- The key ID of the device that you want to delete. You can get device keys in the response to an AdminListDevices request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AdminForgetDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AdminForgetDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-