Interface AzureScopeConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AzureScopeConfiguration.Builder,,AzureScopeConfiguration> SdkBuilder<AzureScopeConfiguration.Builder,,AzureScopeConfiguration> SdkPojo
- Enclosing class:
AzureScopeConfiguration
@Mutable
@NotThreadSafe
public static interface AzureScopeConfiguration.Builder
extends SdkPojo, CopyableBuilder<AzureScopeConfiguration.Builder,AzureScopeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of scope.The type of scope.scopeValues(String... scopeValues) The list of scope values, such as subscription IDs, when the scope type issubscription.scopeValues(Collection<String> scopeValues) The list of scope values, such as subscription IDs, when the scope type issubscription.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
-
scopeType
The type of scope. Valid values are
tenantandsubscription.- Parameters:
scopeType- The type of scope. Valid values aretenantandsubscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scopeType
The type of scope. Valid values are
tenantandsubscription.- Parameters:
scopeType- The type of scope. Valid values aretenantandsubscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scopeValues
The list of scope values, such as subscription IDs, when the scope type is
subscription.- Parameters:
scopeValues- The list of scope values, such as subscription IDs, when the scope type issubscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopeValues
The list of scope values, such as subscription IDs, when the scope type is
subscription.- Parameters:
scopeValues- The list of scope values, such as subscription IDs, when the scope type issubscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-