Uses of Class
io.github.cdklabs.cdkpipelines.github.AwsCredentialsSecrets.Builder
-
-
Uses of AwsCredentialsSecrets.Builder in io.github.cdklabs.cdkpipelines.github
Methods in io.github.cdklabs.cdkpipelines.github that return AwsCredentialsSecrets.Builder Modifier and Type Method Description AwsCredentialsSecrets.BuilderAwsCredentialsSecrets.Builder. accessKeyId(String accessKeyId)Sets the value ofAwsCredentialsSecrets.getAccessKeyId()static AwsCredentialsSecrets.BuilderAwsCredentialsSecrets. builder()AwsCredentialsSecrets.BuilderAwsCredentialsSecrets.Builder. secretAccessKey(String secretAccessKey)Sets the value ofAwsCredentialsSecrets.getSecretAccessKey()AwsCredentialsSecrets.BuilderAwsCredentialsSecrets.Builder. sessionToken(String sessionToken)Sets the value ofAwsCredentialsSecrets.getSessionToken()Constructors in io.github.cdklabs.cdkpipelines.github with parameters of type AwsCredentialsSecrets.Builder Constructor Description Jsii$Proxy(AwsCredentialsSecrets.Builder builder)Constructor that initializes the object based on literal property values passed by theAwsCredentialsSecrets.Builder.
-