@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuthorizedTokenIssuer extends Object implements Serializable, Cloneable
The authorized token issuer for the Amazon Redshift IAM Identity Center application.
Constructor and Description |
---|
AuthorizedTokenIssuer() |
Modifier and Type | Method and Description |
---|---|
AuthorizedTokenIssuer |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAuthorizedAudiencesList()
The list of audiences for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
|
String |
getTrustedTokenIssuerArn()
The ARN for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
|
int |
hashCode() |
void |
setAuthorizedAudiencesList(Collection<String> authorizedAudiencesList)
The list of audiences for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
|
void |
setTrustedTokenIssuerArn(String trustedTokenIssuerArn)
The ARN for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
|
String |
toString()
Returns a string representation of this object.
|
AuthorizedTokenIssuer |
withAuthorizedAudiencesList(Collection<String> authorizedAudiencesList)
The list of audiences for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
|
AuthorizedTokenIssuer |
withAuthorizedAudiencesList(String... authorizedAudiencesList)
The list of audiences for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
|
AuthorizedTokenIssuer |
withTrustedTokenIssuerArn(String trustedTokenIssuerArn)
The ARN for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
|
public void setTrustedTokenIssuerArn(String trustedTokenIssuerArn)
The ARN for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
trustedTokenIssuerArn
- The ARN for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.public String getTrustedTokenIssuerArn()
The ARN for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
public AuthorizedTokenIssuer withTrustedTokenIssuerArn(String trustedTokenIssuerArn)
The ARN for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
trustedTokenIssuerArn
- The ARN for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.public List<String> getAuthorizedAudiencesList()
The list of audiences for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
public void setAuthorizedAudiencesList(Collection<String> authorizedAudiencesList)
The list of audiences for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
authorizedAudiencesList
- The list of audiences for the authorized token issuer for integrating Amazon Redshift with IDC Identity
Center.public AuthorizedTokenIssuer withAuthorizedAudiencesList(String... authorizedAudiencesList)
The list of audiences for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
NOTE: This method appends the values to the existing list (if any). Use
setAuthorizedAudiencesList(java.util.Collection)
or
withAuthorizedAudiencesList(java.util.Collection)
if you want to override the existing values.
authorizedAudiencesList
- The list of audiences for the authorized token issuer for integrating Amazon Redshift with IDC Identity
Center.public AuthorizedTokenIssuer withAuthorizedAudiencesList(Collection<String> authorizedAudiencesList)
The list of audiences for the authorized token issuer for integrating Amazon Redshift with IDC Identity Center.
authorizedAudiencesList
- The list of audiences for the authorized token issuer for integrating Amazon Redshift with IDC Identity
Center.public String toString()
toString
in class Object
Object.toString()
public AuthorizedTokenIssuer clone()