@Generated(value="jsii-pacmak/1.53.0 (build c071d26)", date="2022-02-15T10:31:03.181Z") @Stability(value=Experimental) public interface HttpBackendProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
HttpBackendProps.Builder
A builder for
HttpBackendProps |
static class |
HttpBackendProps.Jsii$Proxy
An implementation for
HttpBackendProps |
Modifier and Type | Method and Description |
---|---|
static HttpBackendProps.Builder |
builder() |
String |
getAddress() |
default String |
getLockAddress() |
default String |
getLockMethod() |
default String |
getPassword() |
default Number |
getRetryMax() |
default Number |
getRetryWaitMax() |
default Number |
getRetryWaitMin() |
default Boolean |
getSkipCertVerification() |
default String |
getUnlockAddress() |
default String |
getUnlockMethod() |
default String |
getUpdateMethod() |
default String |
getUsername() |
@Stability(value=Experimental) @NotNull String getAddress()
@Stability(value=Experimental) @Nullable default String getLockAddress()
@Stability(value=Experimental) @Nullable default String getLockMethod()
@Stability(value=Experimental) @Nullable default String getPassword()
@Stability(value=Experimental) @Nullable default Number getRetryMax()
@Stability(value=Experimental) @Nullable default Number getRetryWaitMax()
@Stability(value=Experimental) @Nullable default Number getRetryWaitMin()
@Stability(value=Experimental) @Nullable default Boolean getSkipCertVerification()
@Stability(value=Experimental) @Nullable default String getUnlockAddress()
@Stability(value=Experimental) @Nullable default String getUnlockMethod()
@Stability(value=Experimental) @Nullable default String getUpdateMethod()
@Stability(value=Experimental) @Nullable default String getUsername()
@Stability(value=Experimental) static HttpBackendProps.Builder builder()
HttpBackendProps.Builder
of HttpBackendProps
Copyright © 2022. All rights reserved.