Interface ScopeDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ScopeDetails.Builder,,ScopeDetails> SdkBuilder<ScopeDetails.Builder,,ScopeDetails> SdkPojo
- Enclosing class:
 ScopeDetails
public static interface ScopeDetails.Builder
extends SdkPojo, CopyableBuilder<ScopeDetails.Builder,ScopeDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptionauthorizedTargets(String... authorizedTargets) An array list of ARNs of applications.authorizedTargets(Collection<String> authorizedTargets) An array list of ARNs of applications.The name of the access scope.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
authorizedTargets
An array list of ARNs of applications.
- Parameters:
 authorizedTargets- An array list of ARNs of applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
authorizedTargets
An array list of ARNs of applications.
- Parameters:
 authorizedTargets- An array list of ARNs of applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
scope
The name of the access scope.
- Parameters:
 scope- The name of the access scope.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -