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