Interface TenancyConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TenancyConfig.Builder,,TenancyConfig> SdkBuilder<TenancyConfig.Builder,,TenancyConfig> SdkPojo
- Enclosing class:
TenancyConfig
@Mutable
@NotThreadSafe
public static interface TenancyConfig.Builder
extends SdkPojo, CopyableBuilder<TenancyConfig.Builder,TenancyConfig>
-
Method Summary
Modifier and TypeMethodDescriptiontenantIsolationMode(String tenantIsolationMode) Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.tenantIsolationMode(TenantIsolationMode tenantIsolationMode) Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.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
-
tenantIsolationMode
Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.
- Parameters:
tenantIsolationMode- Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tenantIsolationMode
Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.
- Parameters:
tenantIsolationMode- Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-