Interface UpdateWorkteamRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateWorkteamRequest.Builder,UpdateWorkteamRequest>
,SageMakerRequest.Builder
,SdkBuilder<UpdateWorkteamRequest.Builder,UpdateWorkteamRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateWorkteamRequest
public static interface UpdateWorkteamRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkteamRequest.Builder,UpdateWorkteamRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateWorkteamRequest.Builder
description(String description)
An updated description for the work team.UpdateWorkteamRequest.Builder
memberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list ofMemberDefinition
objects that contains objects that identify the workers that make up the work team.UpdateWorkteamRequest.Builder
memberDefinitions(Consumer<MemberDefinition.Builder>... memberDefinitions)
A list ofMemberDefinition
objects that contains objects that identify the workers that make up the work team.UpdateWorkteamRequest.Builder
memberDefinitions(MemberDefinition... memberDefinitions)
A list ofMemberDefinition
objects that contains objects that identify the workers that make up the work team.default UpdateWorkteamRequest.Builder
notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
Configures SNS topic notifications for available or expiring work itemsUpdateWorkteamRequest.Builder
notificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures SNS topic notifications for available or expiring work itemsUpdateWorkteamRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateWorkteamRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
default UpdateWorkteamRequest.Builder
workerAccessConfiguration(Consumer<WorkerAccessConfiguration.Builder> workerAccessConfiguration)
Use this optional parameter to constrain access to an Amazon S3 resource based on the IP address using supported IAM global condition keys.UpdateWorkteamRequest.Builder
workerAccessConfiguration(WorkerAccessConfiguration workerAccessConfiguration)
Use this optional parameter to constrain access to an Amazon S3 resource based on the IP address using supported IAM global condition keys.UpdateWorkteamRequest.Builder
workteamName(String workteamName)
The name of the work team to update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
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
-
workteamName
UpdateWorkteamRequest.Builder workteamName(String workteamName)
The name of the work team to update.
- Parameters:
workteamName
- The name of the work team to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberDefinitions
UpdateWorkteamRequest.Builder memberDefinitions(Collection<MemberDefinition> 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) useOidcMemberDefinition
. You should not provide input for both of these parameters in a single request.For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito user groups within the user pool used to create a workforce. All of the
CognitoMemberDefinition
objects that make up the member definition must have the sameClientId
andUserPool
values. To add a Amazon Cognito user group to an existing worker pool, see Adding groups to a User Pool. For more information about user pools, see Amazon Cognito User Pools.For workforces created using your own OIDC IdP, specify the user groups that you want to include in your private work team in
OidcMemberDefinition
by listing those groups inGroups
. Be aware that user groups that are already in the work team must also be listed inGroups
when you make this request to remain on the work team. If you do not include these user groups, they will no longer be associated with the work team you update.- Parameters:
memberDefinitions
- A list ofMemberDefinition
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) useOidcMemberDefinition
. You should not provide input for both of these parameters in a single request.For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito user groups within the user pool used to create a workforce. All of the
CognitoMemberDefinition
objects that make up the member definition must have the sameClientId
andUserPool
values. To add a Amazon Cognito user group to an existing worker pool, see Adding groups to a User Pool. For more information about user pools, see Amazon Cognito User Pools.For workforces created using your own OIDC IdP, specify the user groups that you want to include in your private work team in
OidcMemberDefinition
by listing those groups inGroups
. Be aware that user groups that are already in the work team must also be listed inGroups
when you make this request to remain on the work team. If you do not include these user groups, they will no longer be associated with the work team you update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberDefinitions
UpdateWorkteamRequest.Builder memberDefinitions(MemberDefinition... 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) useOidcMemberDefinition
. You should not provide input for both of these parameters in a single request.For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito user groups within the user pool used to create a workforce. All of the
CognitoMemberDefinition
objects that make up the member definition must have the sameClientId
andUserPool
values. To add a Amazon Cognito user group to an existing worker pool, see Adding groups to a User Pool. For more information about user pools, see Amazon Cognito User Pools.For workforces created using your own OIDC IdP, specify the user groups that you want to include in your private work team in
OidcMemberDefinition
by listing those groups inGroups
. Be aware that user groups that are already in the work team must also be listed inGroups
when you make this request to remain on the work team. If you do not include these user groups, they will no longer be associated with the work team you update.- Parameters:
memberDefinitions
- A list ofMemberDefinition
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) useOidcMemberDefinition
. You should not provide input for both of these parameters in a single request.For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito user groups within the user pool used to create a workforce. All of the
CognitoMemberDefinition
objects that make up the member definition must have the sameClientId
andUserPool
values. To add a Amazon Cognito user group to an existing worker pool, see Adding groups to a User Pool. For more information about user pools, see Amazon Cognito User Pools.For workforces created using your own OIDC IdP, specify the user groups that you want to include in your private work team in
OidcMemberDefinition
by listing those groups inGroups
. Be aware that user groups that are already in the work team must also be listed inGroups
when you make this request to remain on the work team. If you do not include these user groups, they will no longer be associated with the work team you update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberDefinitions
UpdateWorkteamRequest.Builder memberDefinitions(Consumer<MemberDefinition.Builder>... 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) useOidcMemberDefinition
. You should not provide input for both of these parameters in a single request.For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito user groups within the user pool used to create a workforce. All of the
CognitoMemberDefinition
objects that make up the member definition must have the sameClientId
andUserPool
values. To add a Amazon Cognito user group to an existing worker pool, see Adding groups to a User Pool. For more information about user pools, see Amazon Cognito User Pools.For workforces created using your own OIDC IdP, specify the user groups that you want to include in your private work team in
This is a convenience method that creates an instance of theOidcMemberDefinition
by listing those groups inGroups
. Be aware that user groups that are already in the work team must also be listed inGroups
when you make this request to remain on the work team. If you do not include these user groups, they will no longer be associated with the work team you update.MemberDefinition.Builder
avoiding the need to create one manually viaMemberDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#memberDefinitions(List
.) - Parameters:
memberDefinitions
- a consumer that will call methods onMemberDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#memberDefinitions(java.util.Collection
)
-
description
UpdateWorkteamRequest.Builder description(String description)
An updated description for the work team.
- Parameters:
description
- An updated description for the work team.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationConfiguration
UpdateWorkteamRequest.Builder notificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures SNS topic notifications for available or expiring work items
- Parameters:
notificationConfiguration
- Configures SNS topic notifications for available or expiring work items- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationConfiguration
default UpdateWorkteamRequest.Builder notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
Configures SNS topic notifications for available or expiring work items
This is a convenience method that creates an instance of theNotificationConfiguration.Builder
avoiding the need to create one manually viaNotificationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonotificationConfiguration(NotificationConfiguration)
.- Parameters:
notificationConfiguration
- a consumer that will call methods onNotificationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
notificationConfiguration(NotificationConfiguration)
-
workerAccessConfiguration
UpdateWorkteamRequest.Builder workerAccessConfiguration(WorkerAccessConfiguration workerAccessConfiguration)
Use this optional parameter to constrain access to an Amazon S3 resource based on the IP address using supported IAM global condition keys. The Amazon S3 resource is accessed in the worker portal using a Amazon S3 presigned URL.
- Parameters:
workerAccessConfiguration
- Use this optional parameter to constrain access to an Amazon S3 resource based on the IP address using supported IAM global condition keys. The Amazon S3 resource is accessed in the worker portal using a Amazon S3 presigned URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workerAccessConfiguration
default UpdateWorkteamRequest.Builder workerAccessConfiguration(Consumer<WorkerAccessConfiguration.Builder> workerAccessConfiguration)
Use this optional parameter to constrain access to an Amazon S3 resource based on the IP address using supported IAM global condition keys. The Amazon S3 resource is accessed in the worker portal using a Amazon S3 presigned URL.
This is a convenience method that creates an instance of theWorkerAccessConfiguration.Builder
avoiding the need to create one manually viaWorkerAccessConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toworkerAccessConfiguration(WorkerAccessConfiguration)
.- Parameters:
workerAccessConfiguration
- a consumer that will call methods onWorkerAccessConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
workerAccessConfiguration(WorkerAccessConfiguration)
-
overrideConfiguration
UpdateWorkteamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateWorkteamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-