Interface AlbListenerDefaultActionFixedResponse
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlbListenerDefaultActionFixedResponse.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.069Z") @Stability(Stable) public interface AlbListenerDefaultActionFixedResponse extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlbListenerDefaultActionFixedResponse.BuilderA builder forAlbListenerDefaultActionFixedResponsestatic classAlbListenerDefaultActionFixedResponse.Jsii$ProxyAn implementation forAlbListenerDefaultActionFixedResponse
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AlbListenerDefaultActionFixedResponse.Builderbuilder()StringgetContentType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#content_type AlbListener#content_type}.default StringgetMessageBody()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#message_body AlbListener#message_body}.default StringgetStatusCode()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#status_code AlbListener#status_code}.
-
-
-
Method Detail
-
getContentType
@Stability(Stable) @NotNull String getContentType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#content_type AlbListener#content_type}.
-
getMessageBody
@Stability(Stable) @Nullable default String getMessageBody()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#message_body AlbListener#message_body}.
-
getStatusCode
@Stability(Stable) @Nullable default String getStatusCode()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#status_code AlbListener#status_code}.
-
builder
@Stability(Stable) static AlbListenerDefaultActionFixedResponse.Builder builder()
-
-