Interface Tenant.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Tenant.Builder,Tenant>,SdkBuilder<Tenant.Builder,Tenant>,SdkPojo
- Enclosing class:
- Tenant
public static interface Tenant.Builder extends SdkPojo, CopyableBuilder<Tenant.Builder,Tenant>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tenant.BuildertenantDisplayName(String tenantDisplayName)The display name of the tenant.Tenant.BuildertenantIdentifier(String tenantIdentifier)The ID of the application tenant.-
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
-
tenantIdentifier
Tenant.Builder tenantIdentifier(String tenantIdentifier)
The ID of the application tenant.
- Parameters:
tenantIdentifier- The ID of the application tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tenantDisplayName
Tenant.Builder tenantDisplayName(String tenantDisplayName)
The display name of the tenant.
- Parameters:
tenantDisplayName- The display name of the tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-