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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TenancyConfig.BuildertenantIsolationMode(String tenantIsolationMode)Tenant isolation mode allows for invocation to be sent to a corresponding execution environment dedicated to a specific tenant ID.TenancyConfig.BuildertenantIsolationMode(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
tenantIsolationMode
TenancyConfig.Builder tenantIsolationMode(String 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,TenantIsolationMode
-
tenantIsolationMode
TenancyConfig.Builder tenantIsolationMode(TenantIsolationMode 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,TenantIsolationMode
-
-