Interface GetApplicationAccessScopeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetApplicationAccessScopeRequest.Builder,
,GetApplicationAccessScopeRequest> SdkBuilder<GetApplicationAccessScopeRequest.Builder,
,GetApplicationAccessScopeRequest> SdkPojo
,SdkRequest.Builder
,SsoAdminRequest.Builder
- Enclosing class:
GetApplicationAccessScopeRequest
public static interface GetApplicationAccessScopeRequest.Builder
extends SsoAdminRequest.Builder, SdkPojo, CopyableBuilder<GetApplicationAccessScopeRequest.Builder,GetApplicationAccessScopeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) Specifies the ARN of the application with the access scope that you want to retrieve.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specifies the name of the access scope for which you want the authorized targets.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 with the access scope that you want to retrieve.
- Parameters:
applicationArn
- Specifies the ARN of the application with the access scope that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scope
Specifies the name of the access scope for which you want the authorized targets.
- Parameters:
scope
- Specifies the name of the access scope for which you want the authorized targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetApplicationAccessScopeRequest.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
GetApplicationAccessScopeRequest.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.
-