@Stability(value=Stable)
public static interface CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty
extends software.amazon.jsii.JsiiSerializable
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.appflow.*;
VeevaConnectorProfileCredentialsProperty veevaConnectorProfileCredentialsProperty = VeevaConnectorProfileCredentialsProperty.builder()
.password("password")
.username("username")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty.Builder
|
static class |
CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty.Builder |
builder() |
String |
getPassword()
The password that corresponds to the user name.
|
String |
getUsername()
The name of the user.
|
@Stability(value=Stable) @NotNull String getPassword()
@Stability(value=Stable) @NotNull String getUsername()
@Stability(value=Stable) static CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty.Builder builder()
Copyright © 2022. All rights reserved.