@Stability(value=Stable)
public static interface CfnProject.RegistryCredentialProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codebuild.*;
RegistryCredentialProperty registryCredentialProperty = RegistryCredentialProperty.builder()
.credential("credential")
.credentialProvider("credentialProvider")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProject.RegistryCredentialProperty.Builder
A builder for
CfnProject.RegistryCredentialProperty |
static class |
CfnProject.RegistryCredentialProperty.Jsii$Proxy
An implementation for
CfnProject.RegistryCredentialProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnProject.RegistryCredentialProperty.Builder |
builder() |
String |
getCredential()
`CfnProject.RegistryCredentialProperty.Credential`.
|
String |
getCredentialProvider()
`CfnProject.RegistryCredentialProperty.CredentialProvider`.
|
@Stability(value=Stable) @NotNull String getCredential()
@Stability(value=Stable) @NotNull String getCredentialProvider()
@Stability(value=Stable) static CfnProject.RegistryCredentialProperty.Builder builder()
Copyright © 2021. All rights reserved.