Interface IdpAuthConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IdpAuthConfiguration.Builder,,IdpAuthConfiguration> SdkBuilder<IdpAuthConfiguration.Builder,,IdpAuthConfiguration> SdkPojo
- Enclosing class:
IdpAuthConfiguration
@Mutable
@NotThreadSafe
public static interface IdpAuthConfiguration.Builder
extends SdkPojo, CopyableBuilder<IdpAuthConfiguration.Builder,IdpAuthConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe OIDC client ID for the IdP applicationThe timestamp when the Operator App IdP auth flow was enabled.The OIDC issuer URL of the external Identity ProvideroperatorAppRoleArn(String operatorAppRoleArn) The IAM role end users assume to access AIDevOps APIsThe Identity Provider name (e.g., Entra, Okta, Google)The timestamp when the Operator App IdP auth flow was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
issuerUrl
The OIDC issuer URL of the external Identity Provider
- Parameters:
issuerUrl- The OIDC issuer URL of the external Identity Provider- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientId
The OIDC client ID for the IdP application
- Parameters:
clientId- The OIDC client ID for the IdP application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operatorAppRoleArn
The IAM role end users assume to access AIDevOps APIs
- Parameters:
operatorAppRoleArn- The IAM role end users assume to access AIDevOps APIs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provider
The Identity Provider name (e.g., Entra, Okta, Google)
- Parameters:
provider- The Identity Provider name (e.g., Entra, Okta, Google)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the Operator App IdP auth flow was enabled.
- Parameters:
createdAt- The timestamp when the Operator App IdP auth flow was enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the Operator App IdP auth flow was updated.
- Parameters:
updatedAt- The timestamp when the Operator App IdP auth flow was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-