public static interface AddClientIdToOpenIdConnectProviderRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<AddClientIdToOpenIdConnectProviderRequest.Builder,AddClientIdToOpenIdConnectProviderRequest>
| Modifier and Type | Method and Description | 
|---|---|
AddClientIdToOpenIdConnectProviderRequest.Builder | 
clientID(String clientID)
 The client ID (also known as audience) to add to the IAM OpenID Connect provider resource. 
 | 
AddClientIdToOpenIdConnectProviderRequest.Builder | 
openIDConnectProviderArn(String openIDConnectProviderArn)
 The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to. 
 | 
AddClientIdToOpenIdConnectProviderRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
AddClientIdToOpenIdConnectProviderRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildAddClientIdToOpenIdConnectProviderRequest.Builder openIDConnectProviderArn(String openIDConnectProviderArn)
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID to. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders operation.
openIDConnectProviderArn - The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to add the client ID
        to. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders operation.AddClientIdToOpenIdConnectProviderRequest.Builder clientID(String clientID)
The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.
clientID - The client ID (also known as audience) to add to the IAM OpenID Connect provider resource.AddClientIdToOpenIdConnectProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AddClientIdToOpenIdConnectProviderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.