Interface GetApplicationAuthenticationMethodRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetApplicationAuthenticationMethodRequest.Builder,
,GetApplicationAuthenticationMethodRequest> SdkBuilder<GetApplicationAuthenticationMethodRequest.Builder,
,GetApplicationAuthenticationMethodRequest> SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
GetApplicationAuthenticationMethodRequest
public static interface GetApplicationAuthenticationMethodRequest.Builder
extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<GetApplicationAuthenticationMethodRequest.Builder,GetApplicationAuthenticationMethodRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) Specifies the ARN of the application.authenticationMethodType
(String authenticationMethodType) Specifies the type of authentication method for which you want details.authenticationMethodType
(AuthenticationMethodType authenticationMethodType) Specifies the type of authentication method for which you want details.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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.services.ssoadmin.model.SsoAdminRequest.Builder
build
-
Method Details
-
applicationArn
Specifies the ARN of the application.
- Parameters:
applicationArn
- Specifies the ARN of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationMethodType
GetApplicationAuthenticationMethodRequest.Builder authenticationMethodType(String authenticationMethodType) Specifies the type of authentication method for which you want details.
- Parameters:
authenticationMethodType
- Specifies the type of authentication method for which you want details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authenticationMethodType
GetApplicationAuthenticationMethodRequest.Builder authenticationMethodType(AuthenticationMethodType authenticationMethodType) Specifies the type of authentication method for which you want details.
- Parameters:
authenticationMethodType
- Specifies the type of authentication method for which you want details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetApplicationAuthenticationMethodRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetApplicationAuthenticationMethodRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-