Interface ListQueueEmailAddressesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<ListQueueEmailAddressesResponse.Builder,,ListQueueEmailAddressesResponse> SdkBuilder<ListQueueEmailAddressesResponse.Builder,,ListQueueEmailAddressesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListQueueEmailAddressesResponse
-
Method Summary
Modifier and TypeMethodDescriptionemailAddressMetadataList(Collection<EmailAddressSummary> emailAddressMetadataList) List of email address summary information for all email addresses associated with the queue.emailAddressMetadataList(Consumer<EmailAddressSummary.Builder>... emailAddressMetadataList) List of email address summary information for all email addresses associated with the queue.emailAddressMetadataList(EmailAddressSummary... emailAddressMetadataList) List of email address summary information for all email addresses associated with the queue.lastModifiedRegion(String lastModifiedRegion) The Amazon Web Services Region where this resource was last modified.lastModifiedTime(Instant lastModifiedTime) The timestamp when this resource was last modified.If there are additional results, this is the token for the next set of results.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
If there are additional results, this is the token for the next set of results.
- Parameters:
nextToken- If there are additional results, this is the token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailAddressMetadataList
ListQueueEmailAddressesResponse.Builder emailAddressMetadataList(Collection<EmailAddressSummary> emailAddressMetadataList) List of email address summary information for all email addresses associated with the queue. Each item contains the email address identifier, ARN, and configuration details.
- Parameters:
emailAddressMetadataList- List of email address summary information for all email addresses associated with the queue. Each item contains the email address identifier, ARN, and configuration details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailAddressMetadataList
ListQueueEmailAddressesResponse.Builder emailAddressMetadataList(EmailAddressSummary... emailAddressMetadataList) List of email address summary information for all email addresses associated with the queue. Each item contains the email address identifier, ARN, and configuration details.
- Parameters:
emailAddressMetadataList- List of email address summary information for all email addresses associated with the queue. Each item contains the email address identifier, ARN, and configuration details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emailAddressMetadataList
ListQueueEmailAddressesResponse.Builder emailAddressMetadataList(Consumer<EmailAddressSummary.Builder>... emailAddressMetadataList) List of email address summary information for all email addresses associated with the queue. Each item contains the email address identifier, ARN, and configuration details.
This is a convenience method that creates an instance of theEmailAddressSummary.Builderavoiding the need to create one manually viaEmailAddressSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toemailAddressMetadataList(List<EmailAddressSummary>).- Parameters:
emailAddressMetadataList- a consumer that will call methods onEmailAddressSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastModifiedTime
The timestamp when this resource was last modified.
- Parameters:
lastModifiedTime- The timestamp when this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
The Amazon Web Services Region where this resource was last modified.
- Parameters:
lastModifiedRegion- The Amazon Web Services Region where this resource was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-