Interface RedactChannelMessageResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ChimeSdkMessagingResponse.Builder
,CopyableBuilder<RedactChannelMessageResponse.Builder,
,RedactChannelMessageResponse> SdkBuilder<RedactChannelMessageResponse.Builder,
,RedactChannelMessageResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
RedactChannelMessageResponse
@Mutable
@NotThreadSafe
public static interface RedactChannelMessageResponse.Builder
extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<RedactChannelMessageResponse.Builder,RedactChannelMessageResponse>
-
Method Summary
Modifier and TypeMethodDescriptionchannelArn
(String channelArn) The ARN of the channel containing the messages that you want to redact.The ID of the message being redacted.subChannelId
(String subChannelId) The ID of the SubChannel in the response.Methods inherited from interface software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
channelArn
The ARN of the channel containing the messages that you want to redact.
- Parameters:
channelArn
- The ARN of the channel containing the messages that you want to redact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageId
The ID of the message being redacted.
- Parameters:
messageId
- The ID of the message being redacted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subChannelId
The ID of the SubChannel in the response.
Only required when redacting messages in a SubChannel that the user belongs to.
- Parameters:
subChannelId
- The ID of the SubChannel in the response.Only required when redacting messages in a SubChannel that the user belongs to.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-