public class OpenIDConnectProviderListEntry extends Object implements Serializable
Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect provider.
| Constructor and Description |
|---|
OpenIDConnectProviderListEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getArn()
An Amazon Resource Name (ARN) for an IAM OpenID Connect provider.
|
int |
hashCode() |
void |
setArn(String arn)
An Amazon Resource Name (ARN) for an IAM OpenID Connect provider.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
OpenIDConnectProviderListEntry |
withArn(String arn)
An Amazon Resource Name (ARN) for an IAM OpenID Connect provider.
|
public String getArn()
arn:aws:iam::ACCOUNT-ID:oidc/PROVIDER-URL-WITHOUT-HTTPS://
The following example shows an ARN that might be returned by CreateOpenIDConnectProvider:
arn:aws:iam::123456789012:oidc/server.example.com
Constraints:
Length: 20 - 2048
arn:aws:iam::ACCOUNT-ID:oidc/PROVIDER-URL-WITHOUT-HTTPS://
The following example shows an ARN that might be returned by CreateOpenIDConnectProvider:
arn:aws:iam::123456789012:oidc/server.example.com
public void setArn(String arn)
arn:aws:iam::ACCOUNT-ID:oidc/PROVIDER-URL-WITHOUT-HTTPS://
The following example shows an ARN that might be returned by CreateOpenIDConnectProvider:
arn:aws:iam::123456789012:oidc/server.example.com
Constraints:
Length: 20 - 2048
arn - An Amazon Resource Name (ARN) for an IAM OpenID Connect provider. The
ARNs are in the following format (strings in ALL-CAPS are
replaceable):
arn:aws:iam::ACCOUNT-ID:oidc/PROVIDER-URL-WITHOUT-HTTPS://
The following example shows an ARN that might be returned by CreateOpenIDConnectProvider:
arn:aws:iam::123456789012:oidc/server.example.com
public OpenIDConnectProviderListEntry withArn(String arn)
arn:aws:iam::ACCOUNT-ID:oidc/PROVIDER-URL-WITHOUT-HTTPS://
The following example shows an ARN that might be returned by CreateOpenIDConnectProvider:
arn:aws:iam::123456789012:oidc/server.example.com
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
arn - An Amazon Resource Name (ARN) for an IAM OpenID Connect provider. The
ARNs are in the following format (strings in ALL-CAPS are
replaceable):
arn:aws:iam::ACCOUNT-ID:oidc/PROVIDER-URL-WITHOUT-HTTPS://
The following example shows an ARN that might be returned by CreateOpenIDConnectProvider:
arn:aws:iam::123456789012:oidc/server.example.com
public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.