Interface GetApplicationAccessScopeResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetApplicationAccessScopeResponse.Builder,,- GetApplicationAccessScopeResponse> - SdkBuilder<GetApplicationAccessScopeResponse.Builder,,- GetApplicationAccessScopeResponse> - SdkPojo,- SdkResponse.Builder,- SsoAdminResponse.Builder
- Enclosing class:
- GetApplicationAccessScopeResponse
@Mutable
@NotThreadSafe
public static interface GetApplicationAccessScopeResponse.Builder
extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationAccessScopeResponse.Builder,GetApplicationAccessScopeResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionauthorizedTargets(String... authorizedTargets) An array of authorized targets associated with this access scope.authorizedTargets(Collection<String> authorizedTargets) An array of authorized targets associated with this access scope.The name of the access scope that can be used with the authorized targets.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
scopeThe 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.
 
- 
authorizedTargetsAn 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.
 
- 
authorizedTargetsAn 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.
 
 
-