Interface ResourceServerScopeType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceServerScopeType.Builder,,ResourceServerScopeType> SdkBuilder<ResourceServerScopeType.Builder,,ResourceServerScopeType> SdkPojo
- Enclosing class:
- ResourceServerScopeType
@Mutable
@NotThreadSafe
public static interface ResourceServerScopeType.Builder
extends SdkPojo, CopyableBuilder<ResourceServerScopeType.Builder,ResourceServerScopeType>
-
Method Summary
Modifier and TypeMethodDescriptionscopeDescription(String scopeDescription) A friendly description of a custom scope.The name of the 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
-
scopeName
The name of the scope. Amazon Cognito renders custom scopes in the format
resourceServerIdentifier/ScopeName. For example, if this parameter isexampleScopein the resource server with the identifierexampleResourceServer, you request and receive the scopeexampleResourceServer/exampleScope.- Parameters:
scopeName- The name of the scope. Amazon Cognito renders custom scopes in the formatresourceServerIdentifier/ScopeName. For example, if this parameter isexampleScopein the resource server with the identifierexampleResourceServer, you request and receive the scopeexampleResourceServer/exampleScope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopeDescription
A friendly description of a custom scope.
- Parameters:
scopeDescription- A friendly description of a custom scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-