public class UpdateOpenIDConnectProviderThumbprintRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
UpdateOpenIDConnectProviderThumbprint operation
.
Replaces the existing list of server certificate thumbprints with a new list.
The list that you pass with this action completely replaces the existing list of thumbprints. (The lists are not merged.)
Typically, you need to update a thumbprint only when the identity provider's certificate changes, which occurs rarely. However, if the provider's certificate does change, any attempt to assume an IAM role that specifies the OIDC provider as a principal will fail until the certificate thumbprint is updated.
NOTE:Because trust for the OpenID Connect provider is ultimately derived from the provider's certificate and is validated by the thumbprint, it is a best practice to limit access to the UpdateOpenIDConnectProviderThumbprint action to highly-privileged users.
NOOP
Constructor and Description |
---|
UpdateOpenIDConnectProviderThumbprintRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateOpenIDConnectProviderThumbprintRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to update the thumbprint for.
|
List<String> |
getThumbprintList()
A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider.
|
int |
hashCode() |
void |
setOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to update the thumbprint for.
|
void |
setThumbprintList(Collection<String> thumbprintList)
A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateOpenIDConnectProviderThumbprintRequest |
withOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC)
provider to update the thumbprint for.
|
UpdateOpenIDConnectProviderThumbprintRequest |
withThumbprintList(Collection<String> thumbprintList)
A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider.
|
UpdateOpenIDConnectProviderThumbprintRequest |
withThumbprintList(String... thumbprintList)
A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public UpdateOpenIDConnectProviderThumbprintRequest()
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 (OIDC)
provider to update the thumbprint for. You can get a list of OIDC
provider ARNs by using the ListOpenIDConnectProviders action.public UpdateOpenIDConnectProviderThumbprintRequest 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 (OIDC)
provider to update the thumbprint for. You can get a list of OIDC
provider ARNs by using the ListOpenIDConnectProviders action.public List<String> getThumbprintList()
public void setThumbprintList(Collection<String> thumbprintList)
thumbprintList
- A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider. For more information, see
CreateOpenIDConnectProvider.public UpdateOpenIDConnectProviderThumbprintRequest withThumbprintList(String... thumbprintList)
NOTE: This method appends the values to the existing list (if
any). Use setThumbprintList(java.util.Collection)
or withThumbprintList(java.util.Collection)
if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
thumbprintList
- A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider. For more information, see
CreateOpenIDConnectProvider.public UpdateOpenIDConnectProviderThumbprintRequest withThumbprintList(Collection<String> thumbprintList)
Returns a reference to this object so that method calls can be chained together.
thumbprintList
- A list of certificate thumbprints that are associated with the
specified IAM OpenID Connect provider. For more information, see
CreateOpenIDConnectProvider.public String toString()
toString
in class Object
Object.toString()
public UpdateOpenIDConnectProviderThumbprintRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.