@Stability(value=Stable) public static final class CfnWorkteamProps.Builder extends Object implements software.amazon.jsii.Builder<CfnWorkteamProps>
CfnWorkteamProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnWorkteamProps.Builder description(String description)
CfnWorkteamProps.getDescription()description - A description of the work team.this@Stability(value=Stable) public CfnWorkteamProps.Builder memberDefinitions(IResolvable memberDefinitions)
CfnWorkteamProps.getMemberDefinitions()memberDefinitions - A list of `MemberDefinition` objects that contains objects that identify the workers that make up the work team.
Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition . For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition .this@Stability(value=Stable) public CfnWorkteamProps.Builder memberDefinitions(List<? extends Object> memberDefinitions)
CfnWorkteamProps.getMemberDefinitions()memberDefinitions - A list of `MemberDefinition` objects that contains objects that identify the workers that make up the work team.
Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition . For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition .this@Stability(value=Stable) public CfnWorkteamProps.Builder notificationConfiguration(CfnWorkteam.NotificationConfigurationProperty notificationConfiguration)
CfnWorkteamProps.getNotificationConfiguration()notificationConfiguration - Configures SNS notifications of available or expiring work items for work teams.this@Stability(value=Stable) public CfnWorkteamProps.Builder notificationConfiguration(IResolvable notificationConfiguration)
CfnWorkteamProps.getNotificationConfiguration()notificationConfiguration - Configures SNS notifications of available or expiring work items for work teams.this@Stability(value=Stable) public CfnWorkteamProps.Builder tags(List<? extends CfnTag> tags)
CfnWorkteamProps.getTags()tags - An array of key-value pairs.this@Stability(value=Stable) public CfnWorkteamProps.Builder workteamName(String workteamName)
CfnWorkteamProps.getWorkteamName()workteamName - The name of the work team.this@Stability(value=Stable) public CfnWorkteamProps build()
build in interface software.amazon.jsii.Builder<CfnWorkteamProps>CfnWorkteamPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.