Uses of Class
co.yellowdog.platform.account.credentials.AwsAccountRoleCredential.Builder
Packages that use AwsAccountRoleCredential.Builder
Package
Description
Defines types to hold credentials specific to each cloud provider.
-
Uses of AwsAccountRoleCredential.Builder in co.yellowdog.platform.account.credentials
Methods in co.yellowdog.platform.account.credentials that return AwsAccountRoleCredential.BuilderModifier and TypeMethodDescriptionAwsAccountRoleCredential.builder()
AwsAccountRoleCredential.Builder.description
(String description) AwsAccountRoleCredential.Builder.externalId
(String externalId) The external ID required to assume the external role.AwsAccountRoleCredential.Builder.externalRoleArn
(String externalRoleArn) The ARN of the IAM role in the external account.AwsAccountRoleCredential.toBuilder()