Interface RedactChannelMessageResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkMessagingResponse.Builder,CopyableBuilder<RedactChannelMessageResponse.Builder,RedactChannelMessageResponse>,SdkBuilder<RedactChannelMessageResponse.Builder,RedactChannelMessageResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RedactChannelMessageResponse
public static interface RedactChannelMessageResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<RedactChannelMessageResponse.Builder,RedactChannelMessageResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedactChannelMessageResponse.BuilderchannelArn(String channelArn)The ARN of the channel containing the messages that you want to redact.RedactChannelMessageResponse.BuildermessageId(String messageId)The ID of the message being redacted.RedactChannelMessageResponse.BuildersubChannelId(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
channelArn
RedactChannelMessageResponse.Builder channelArn(String 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
RedactChannelMessageResponse.Builder messageId(String 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
RedactChannelMessageResponse.Builder subChannelId(String 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.
-
-