Interface UserProficiencyDisassociate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UserProficiencyDisassociate.Builder,UserProficiencyDisassociate>,SdkBuilder<UserProficiencyDisassociate.Builder,UserProficiencyDisassociate>,SdkPojo
- Enclosing class:
- UserProficiencyDisassociate
public static interface UserProficiencyDisassociate.Builder extends SdkPojo, CopyableBuilder<UserProficiencyDisassociate.Builder,UserProficiencyDisassociate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserProficiencyDisassociate.BuilderattributeName(String attributeName)The name of user's proficiency.UserProficiencyDisassociate.BuilderattributeValue(String attributeValue)The value of user's proficiency.-
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
-
-
-
-
Method Detail
-
attributeName
UserProficiencyDisassociate.Builder attributeName(String attributeName)
The name of user's proficiency.
- Parameters:
attributeName- The name of user's proficiency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeValue
UserProficiencyDisassociate.Builder attributeValue(String attributeValue)
The value of user's proficiency.
- Parameters:
attributeValue- The value of user's proficiency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-