public class UpdateOpenIDConnectProviderThumbprintRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateOpenIDConnectProviderThumbprintRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateOpenIDConnectProviderThumbprintRequest |
clone() |
boolean |
equals(Object obj) |
String |
getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object
for which you want to update the thumbprint.
|
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 OIDC provider resource object
for which you want to update the thumbprint.
|
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 OIDC provider resource object
for which you want to update the thumbprint.
|
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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic UpdateOpenIDConnectProviderThumbprintRequest()
public void setOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
openIDConnectProviderArn - The Amazon Resource Name (ARN) of the IAM OIDC provider resource
object for which you want to update the thumbprint. You can get a
list of OIDC provider ARNs by using the
ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public String getOpenIDConnectProviderArn()
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public UpdateOpenIDConnectProviderThumbprintRequest withOpenIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
openIDConnectProviderArn - The Amazon Resource Name (ARN) of the IAM OIDC provider resource
object for which you want to update the thumbprint. You can get a
list of OIDC provider ARNs by using the
ListOpenIDConnectProviders action.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public List<String> getThumbprintList()
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.
public void setThumbprintList(Collection<String> thumbprintList)
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.
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)
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.
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.
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)
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.
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 ObjectObject.toString()public UpdateOpenIDConnectProviderThumbprintRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.