Interface ResourceServerScopeType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceServerScopeType.Builder,ResourceServerScopeType>,SdkBuilder<ResourceServerScopeType.Builder,ResourceServerScopeType>,SdkPojo
- Enclosing class:
- ResourceServerScopeType
public static interface ResourceServerScopeType.Builder extends SdkPojo, CopyableBuilder<ResourceServerScopeType.Builder,ResourceServerScopeType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceServerScopeType.BuilderscopeDescription(String scopeDescription)A description of the scope.ResourceServerScopeType.BuilderscopeName(String scopeName)The name of the scope.-
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
-
-
-
-
Method Detail
-
scopeName
ResourceServerScopeType.Builder scopeName(String scopeName)
The name of the scope.
- Parameters:
scopeName- The name of the scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopeDescription
ResourceServerScopeType.Builder scopeDescription(String scopeDescription)
A description of the scope.
- Parameters:
scopeDescription- A description of the scope.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-