Interface AuthChallengeResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AuthChallengeResponse.Builder,AuthChallengeResponse>,SdkBuilder<AuthChallengeResponse.Builder,AuthChallengeResponse>,SdkPojo
- Enclosing class:
- AuthChallengeResponse
public static interface AuthChallengeResponse.Builder extends SdkPojo, CopyableBuilder<AuthChallengeResponse.Builder,AuthChallengeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthChallengeResponse.BuilderresponseMap(Map<String,String> responseMap)The mapping of key-value pairs in an authentication challenge response.-
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
-
responseMap
AuthChallengeResponse.Builder responseMap(Map<String,String> responseMap)
The mapping of key-value pairs in an authentication challenge response.
- Parameters:
responseMap- The mapping of key-value pairs in an authentication challenge response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-