public static interface CfnConnection.BasicAuthParametersProperty
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.events.*; BasicAuthParametersProperty basicAuthParametersProperty = BasicAuthParametersProperty.builder() .password("password") .username("username") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnection.BasicAuthParametersProperty.Builder
A builder for
CfnConnection.BasicAuthParametersProperty |
static class |
CfnConnection.BasicAuthParametersProperty.Jsii$Proxy
An implementation for
CfnConnection.BasicAuthParametersProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnection.BasicAuthParametersProperty.Builder |
builder() |
java.lang.String |
getPassword()
The password associated with the user name to use for Basic authorization.
|
java.lang.String |
getUsername()
The user name to use for Basic authorization.
|
java.lang.String getPassword()
java.lang.String getUsername()
static CfnConnection.BasicAuthParametersProperty.Builder builder()