Interface IdcAuthConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IdcAuthConfiguration.Builder,,IdcAuthConfiguration> SdkBuilder<IdcAuthConfiguration.Builder,,IdcAuthConfiguration> SdkPojo
- Enclosing class:
IdcAuthConfiguration
@Mutable
@NotThreadSafe
public static interface IdcAuthConfiguration.Builder
extends SdkPojo, CopyableBuilder<IdcAuthConfiguration.Builder,IdcAuthConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the Operator App IdC auth flow was enabled.idcApplicationArn(String idcApplicationArn) The IdC application Arn created for IdC authidcInstanceArn(String idcInstanceArn) The IdC instance Arn used to create an IdC auth applicationoperatorAppRoleArn(String operatorAppRoleArn) The IAM role end users assume to access AIDevOps APIsThe timestamp when the Operator App IdC 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
-
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.
-
idcInstanceArn
The IdC instance Arn used to create an IdC auth application
- Parameters:
idcInstanceArn- The IdC instance Arn used to create an IdC auth application- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idcApplicationArn
The IdC application Arn created for IdC auth
- Parameters:
idcApplicationArn- The IdC application Arn created for IdC auth- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the Operator App IdC auth flow was enabled.
- Parameters:
createdAt- The timestamp when the Operator App IdC 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 IdC auth flow was updated.
- Parameters:
updatedAt- The timestamp when the Operator App IdC auth flow was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-