| Modifier and Type | Method and Description |
|---|---|
static Response.Builder |
Response.builder()
Creates a builder for constructing a Response wrapping the provided value.
|
Response.Builder |
Response.Builder.noEcho(boolean noEcho)
Indicates whether to mask the output of the custom resource when it's retrieved by using the Fn::GetAtt
function.
|
Response.Builder |
Response.Builder.objectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Configures a custom ObjectMapper for serializing the value object.
|
Response.Builder |
Response.Builder.physicalResourceId(java.lang.String physicalResourceId)
A unique identifier for the custom resource being responded to.
|
Response.Builder |
Response.Builder.status(Response.Status status)
Configures the status of this response.
|
Response.Builder |
Response.Builder.value(java.lang.Object value)
Configures the value of this Response, typically a Map of name/value pairs.
|
Copyright © 2023. All rights reserved.