public static interface FixedResponseActionConfig.Builder extends SdkPojo, CopyableBuilder<FixedResponseActionConfig.Builder,FixedResponseActionConfig>
| Modifier and Type | Method and Description |
|---|---|
FixedResponseActionConfig.Builder |
contentType(String contentType)
The content type.
|
FixedResponseActionConfig.Builder |
messageBody(String messageBody)
The message.
|
FixedResponseActionConfig.Builder |
statusCode(String statusCode)
The HTTP response code (2XX, 4XX, or 5XX).
|
copyapplyMutation, buildFixedResponseActionConfig.Builder messageBody(String messageBody)
The message.
messageBody - The message.FixedResponseActionConfig.Builder statusCode(String statusCode)
The HTTP response code (2XX, 4XX, or 5XX).
statusCode - The HTTP response code (2XX, 4XX, or 5XX).FixedResponseActionConfig.Builder contentType(String contentType)
The content type.
Valid Values: text/plain | text/css | text/html | application/javascript | application/json
contentType - The content type.
Valid Values: text/plain | text/css | text/html | application/javascript | application/json
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.