public class DeleteOpenIDConnectProviderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteOpenIDConnectProvider operation
.
Deletes an IAM OpenID Connect identity provider.
Deleting an OIDC provider does not update any roles that reference the provider as a principal in their trust policies. Any attempt to assume a role that references a provider that has been deleted will fail.
This action is idempotent; it does not fail or return an error if you call the action for a provider that was already deleted.
NOOP
Constructor and Description |
---|
DeleteOpenIDConnectProviderRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteOpenIDConnectProviderRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OpenID Connect provider to
delete.
|
int |
hashCode() |
void |
setOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect provider to
delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteOpenIDConnectProviderRequest |
withOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect provider to
delete.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getOpenIDConnectProviderArn()
Constraints:
Length: 20 - 2048
public void setOpenIDConnectProviderArn(String openIDConnectProviderArn)
Constraints:
Length: 20 - 2048
openIDConnectProviderArn
- The Amazon Resource Name (ARN) of the IAM OpenID Connect provider to
delete. You can get a list of OpenID Connect provider ARNs by using
the ListOpenIDConnectProviders action.public DeleteOpenIDConnectProviderRequest withOpenIDConnectProviderArn(String openIDConnectProviderArn)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
openIDConnectProviderArn
- The Amazon Resource Name (ARN) of the IAM OpenID Connect provider to
delete. You can get a list of OpenID Connect provider ARNs by using
the ListOpenIDConnectProviders action.public String toString()
toString
in class Object
Object.toString()
public DeleteOpenIDConnectProviderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.