Uses of Class
software.amazon.awscdk.services.apigateway.SagemakerIntegrationOptions.Builder
Packages that use SagemakerIntegrationOptions.Builder
-
Uses of SagemakerIntegrationOptions.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return SagemakerIntegrationOptions.BuilderModifier and TypeMethodDescriptionSagemakerIntegrationOptions.builder()
SagemakerIntegrationOptions.Builder.cacheKeyParameters
(List<String> cacheKeyParameters) Sets the value ofIntegrationOptions.getCacheKeyParameters()
SagemakerIntegrationOptions.Builder.cacheNamespace
(String cacheNamespace) Sets the value ofIntegrationOptions.getCacheNamespace()
SagemakerIntegrationOptions.Builder.connectionType
(ConnectionType connectionType) Sets the value ofIntegrationOptions.getConnectionType()
SagemakerIntegrationOptions.Builder.contentHandling
(ContentHandling contentHandling) Sets the value ofIntegrationOptions.getContentHandling()
SagemakerIntegrationOptions.Builder.credentialsPassthrough
(Boolean credentialsPassthrough) Sets the value ofIntegrationOptions.getCredentialsPassthrough()
SagemakerIntegrationOptions.Builder.credentialsRole
(IRole credentialsRole) Sets the value ofIntegrationOptions.getCredentialsRole()
SagemakerIntegrationOptions.Builder.integrationResponses
(List<? extends IntegrationResponse> integrationResponses) Sets the value ofIntegrationOptions.getIntegrationResponses()
SagemakerIntegrationOptions.Builder.passthroughBehavior
(PassthroughBehavior passthroughBehavior) Sets the value ofIntegrationOptions.getPassthroughBehavior()
SagemakerIntegrationOptions.Builder.requestParameters
(Map<String, String> requestParameters) Sets the value ofIntegrationOptions.getRequestParameters()
SagemakerIntegrationOptions.Builder.requestTemplates
(Map<String, String> requestTemplates) Sets the value ofIntegrationOptions.getRequestTemplates()
Sets the value ofIntegrationOptions.getTimeout()
Sets the value ofIntegrationOptions.getVpcLink()
Constructors in software.amazon.awscdk.services.apigateway with parameters of type SagemakerIntegrationOptions.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theSagemakerIntegrationOptions.Builder
.