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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeAuthenticationProfileResponse.BuilderauthenticationProfile(Consumer<AuthenticationProfile.Builder> authenticationProfile)The authentication profile object being described.DescribeAuthenticationProfileResponse.BuilderauthenticationProfile(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 Detail
-
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.Builderavoiding the need to create one manually viaAuthenticationProfile.builder().When the
Consumercompletes,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:
authenticationProfile(AuthenticationProfile)
-
-