@Stability(value=Stable) public static final class CfnRestApiProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRestApiProps>
CfnRestApiProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnRestApiProps.Builder apiKeySourceType(String apiKeySourceType)
CfnRestApiProps.getApiKeySourceType()apiKeySourceType - `AWS::ApiGateway::RestApi.ApiKeySourceType`.this@Stability(value=Stable) public CfnRestApiProps.Builder binaryMediaTypes(List<String> binaryMediaTypes)
CfnRestApiProps.getBinaryMediaTypes()binaryMediaTypes - `AWS::ApiGateway::RestApi.BinaryMediaTypes`.this@Stability(value=Stable) public CfnRestApiProps.Builder body(Object body)
CfnRestApiProps.getBody()body - `AWS::ApiGateway::RestApi.Body`.this@Stability(value=Stable) public CfnRestApiProps.Builder bodyS3Location(CfnRestApi.S3LocationProperty bodyS3Location)
CfnRestApiProps.getBodyS3Location()bodyS3Location - `AWS::ApiGateway::RestApi.BodyS3Location`.this@Stability(value=Stable) public CfnRestApiProps.Builder bodyS3Location(IResolvable bodyS3Location)
CfnRestApiProps.getBodyS3Location()bodyS3Location - `AWS::ApiGateway::RestApi.BodyS3Location`.this@Stability(value=Stable) public CfnRestApiProps.Builder cloneFrom(String cloneFrom)
CfnRestApiProps.getCloneFrom()cloneFrom - `AWS::ApiGateway::RestApi.CloneFrom`.this@Stability(value=Stable) public CfnRestApiProps.Builder description(String description)
CfnRestApiProps.getDescription()description - `AWS::ApiGateway::RestApi.Description`.this@Stability(value=Stable) public CfnRestApiProps.Builder disableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint)
CfnRestApiProps.getDisableExecuteApiEndpoint()disableExecuteApiEndpoint - `AWS::ApiGateway::RestApi.DisableExecuteApiEndpoint`.this@Stability(value=Stable) public CfnRestApiProps.Builder disableExecuteApiEndpoint(IResolvable disableExecuteApiEndpoint)
CfnRestApiProps.getDisableExecuteApiEndpoint()disableExecuteApiEndpoint - `AWS::ApiGateway::RestApi.DisableExecuteApiEndpoint`.this@Stability(value=Stable) public CfnRestApiProps.Builder endpointConfiguration(CfnRestApi.EndpointConfigurationProperty endpointConfiguration)
CfnRestApiProps.getEndpointConfiguration()endpointConfiguration - `AWS::ApiGateway::RestApi.EndpointConfiguration`.this@Stability(value=Stable) public CfnRestApiProps.Builder endpointConfiguration(IResolvable endpointConfiguration)
CfnRestApiProps.getEndpointConfiguration()endpointConfiguration - `AWS::ApiGateway::RestApi.EndpointConfiguration`.this@Stability(value=Stable) public CfnRestApiProps.Builder failOnWarnings(Boolean failOnWarnings)
CfnRestApiProps.getFailOnWarnings()failOnWarnings - `AWS::ApiGateway::RestApi.FailOnWarnings`.this@Stability(value=Stable) public CfnRestApiProps.Builder failOnWarnings(IResolvable failOnWarnings)
CfnRestApiProps.getFailOnWarnings()failOnWarnings - `AWS::ApiGateway::RestApi.FailOnWarnings`.this@Stability(value=Stable) public CfnRestApiProps.Builder minimumCompressionSize(Number minimumCompressionSize)
CfnRestApiProps.getMinimumCompressionSize()minimumCompressionSize - `AWS::ApiGateway::RestApi.MinimumCompressionSize`.this@Stability(value=Stable) public CfnRestApiProps.Builder name(String name)
CfnRestApiProps.getName()name - `AWS::ApiGateway::RestApi.Name`.this@Stability(value=Stable) public CfnRestApiProps.Builder parameters(IResolvable parameters)
CfnRestApiProps.getParameters()parameters - `AWS::ApiGateway::RestApi.Parameters`.this@Stability(value=Stable) public CfnRestApiProps.Builder parameters(Map<String,String> parameters)
CfnRestApiProps.getParameters()parameters - `AWS::ApiGateway::RestApi.Parameters`.this@Stability(value=Stable) public CfnRestApiProps.Builder policy(Object policy)
CfnRestApiProps.getPolicy()policy - `AWS::ApiGateway::RestApi.Policy`.this@Stability(value=Stable) public CfnRestApiProps.Builder tags(List<? extends CfnTag> tags)
CfnRestApiProps.getTags()tags - `AWS::ApiGateway::RestApi.Tags`.this@Stability(value=Stable) public CfnRestApiProps build()
build in interface software.amazon.jsii.Builder<CfnRestApiProps>CfnRestApiPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.