public interface AwsAccessRoleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIamRoleId()
public abstract String getIamRoleId()The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
string iam_role_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The iamRoleId. |
getIamRoleIdBytes()
public abstract ByteString getIamRoleIdBytes()The user’s AWS IAM Role that trusts the Google-owned AWS IAM user Connection.
string iam_role_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for iamRoleId. |
getIdentity()
public abstract String getIdentity()A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's AWS IAM Role.
string identity = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The identity. |
getIdentityBytes()
public abstract ByteString getIdentityBytes()A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's AWS IAM Role.
string identity = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for identity. |