Interface DescribeAuthenticationProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ConnectResponse.Builder
,CopyableBuilder<DescribeAuthenticationProfileResponse.Builder,
,DescribeAuthenticationProfileResponse> SdkBuilder<DescribeAuthenticationProfileResponse.Builder,
,DescribeAuthenticationProfileResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeAuthenticationProfileResponse
public static interface DescribeAuthenticationProfileResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeAuthenticationProfileResponse.Builder,DescribeAuthenticationProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationProfile
(Consumer<AuthenticationProfile.Builder> authenticationProfile) The authentication profile object being described.authenticationProfile
(AuthenticationProfile authenticationProfile) The authentication profile object being described.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.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 Details
-
authenticationProfile
DescribeAuthenticationProfileResponse.Builder authenticationProfile(AuthenticationProfile authenticationProfile) The authentication profile object being described.
- Parameters:
authenticationProfile
- The authentication profile object being described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationProfile
default DescribeAuthenticationProfileResponse.Builder authenticationProfile(Consumer<AuthenticationProfile.Builder> authenticationProfile) The authentication profile object being described.
This is a convenience method that creates an instance of theAuthenticationProfile.Builder
avoiding the need to create one manually viaAuthenticationProfile.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toauthenticationProfile(AuthenticationProfile)
.- Parameters:
authenticationProfile
- a consumer that will call methods onAuthenticationProfile.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-