Interface RedactChannelMessageResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeResponse.Builder,CopyableBuilder<RedactChannelMessageResponse.Builder,RedactChannelMessageResponse>,SdkBuilder<RedactChannelMessageResponse.Builder,RedactChannelMessageResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- RedactChannelMessageResponse
public static interface RedactChannelMessageResponse.Builder extends ChimeResponse.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.-
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeResponse.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 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.
-
-