Interface Scope.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Scope.Builder,Scope>,SdkBuilder<Scope.Builder,Scope>,SdkPojo
- Enclosing class:
- Scope
public static interface Scope.Builder extends SdkPojo, CopyableBuilder<Scope.Builder,Scope>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Scope.Builderkey(String key)The type of the scope.Scope.Builderkey(ScopeType key)The type of the scope.Scope.Buildervalue(String value)The resource identifier for the specified scope type.-
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
-
key
Scope.Builder key(String key)
The type of the scope.
-
key
Scope.Builder key(ScopeType key)
The type of the scope.
-
value
Scope.Builder value(String value)
The resource identifier for the specified scope type.
- Parameters:
value- The resource identifier for the specified scope type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-