@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:46.722Z")
public interface BaseUrlOptions
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cognito.*; BaseUrlOptions baseUrlOptions = BaseUrlOptions.builder() .fips(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
BaseUrlOptions.Builder
A builder for
BaseUrlOptions |
static class |
BaseUrlOptions.Jsii$Proxy
An implementation for
BaseUrlOptions |
Modifier and Type | Method and Description |
---|---|
static BaseUrlOptions.Builder |
builder() |
default java.lang.Boolean |
getFips()
Whether to return the FIPS-compliant endpoint.
|
default java.lang.Boolean getFips()
Default: return the standard URL
static BaseUrlOptions.Builder builder()
BaseUrlOptions.Builder
of BaseUrlOptions