Interface GetInvitationConfigurationResponse.Builder
-
- All Superinterfaces:
AlexaForBusinessResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetInvitationConfigurationResponse.Builder,GetInvitationConfigurationResponse>,SdkBuilder<GetInvitationConfigurationResponse.Builder,GetInvitationConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetInvitationConfigurationResponse
public static interface GetInvitationConfigurationResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<GetInvitationConfigurationResponse.Builder,GetInvitationConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetInvitationConfigurationResponse.BuildercontactEmail(String contactEmail)The email ID of the organization or individual contact that the enrolled user can use.GetInvitationConfigurationResponse.BuilderorganizationName(String organizationName)The name of the organization sending the enrollment invite to a user.GetInvitationConfigurationResponse.BuilderprivateSkillIds(String... privateSkillIds)The list of private skill IDs that you want to recommend to the user to enable in the invitation.GetInvitationConfigurationResponse.BuilderprivateSkillIds(Collection<String> privateSkillIds)The list of private skill IDs that you want to recommend to the user to enable in the invitation.-
Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
organizationName
GetInvitationConfigurationResponse.Builder organizationName(String organizationName)
The name of the organization sending the enrollment invite to a user.
- Parameters:
organizationName- The name of the organization sending the enrollment invite to a user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactEmail
GetInvitationConfigurationResponse.Builder contactEmail(String contactEmail)
The email ID of the organization or individual contact that the enrolled user can use.
- Parameters:
contactEmail- The email ID of the organization or individual contact that the enrolled user can use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateSkillIds
GetInvitationConfigurationResponse.Builder privateSkillIds(Collection<String> privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
- Parameters:
privateSkillIds- The list of private skill IDs that you want to recommend to the user to enable in the invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateSkillIds
GetInvitationConfigurationResponse.Builder privateSkillIds(String... privateSkillIds)
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
- Parameters:
privateSkillIds- The list of private skill IDs that you want to recommend to the user to enable in the invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-