public static interface Scope.Builder extends SdkPojo, CopyableBuilder<Scope.Builder,Scope>
Modifier and Type | Method and Description |
---|---|
Scope.Builder |
key(ScopeType key)
The type of the scope.
|
Scope.Builder |
key(String key)
The type of the scope.
|
Scope.Builder |
value(String value)
The resource identifier for the specified scope type.
|
copy
applyMutation, build
Scope.Builder key(String key)
The type of the scope.
Scope.Builder key(ScopeType key)
The type of the scope.
Scope.Builder value(String value)
The resource identifier for the specified scope type.
value
- The resource identifier for the specified scope type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.