Interface GetApplicationAccessScopeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetApplicationAccessScopeResponse.Builder,GetApplicationAccessScopeResponse>
,SdkBuilder<GetApplicationAccessScopeResponse.Builder,GetApplicationAccessScopeResponse>
,SdkPojo
,SdkResponse.Builder
,SsoAdminResponse.Builder
- Enclosing class:
- GetApplicationAccessScopeResponse
public static interface GetApplicationAccessScopeResponse.Builder extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationAccessScopeResponse.Builder,GetApplicationAccessScopeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetApplicationAccessScopeResponse.Builder
authorizedTargets(String... authorizedTargets)
An array of authorized targets associated with this access scope.GetApplicationAccessScopeResponse.Builder
authorizedTargets(Collection<String> authorizedTargets)
An array of authorized targets associated with this access scope.GetApplicationAccessScopeResponse.Builder
scope(String scope)
The name of the access scope that can be used with the authorized targets.-
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
-
Methods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
authorizedTargets
GetApplicationAccessScopeResponse.Builder authorizedTargets(Collection<String> authorizedTargets)
An array of authorized targets associated with this access scope.
- Parameters:
authorizedTargets
- An array of authorized targets associated with this access scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizedTargets
GetApplicationAccessScopeResponse.Builder authorizedTargets(String... authorizedTargets)
An array of authorized targets associated with this access scope.
- Parameters:
authorizedTargets
- An array of authorized targets associated with this access scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scope
GetApplicationAccessScopeResponse.Builder scope(String scope)
The name of the access scope that can be used with the authorized targets.
- Parameters:
scope
- The name of the access scope that can be used with the authorized targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-