Interface DataAccessor.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DataAccessor.Builder,,- DataAccessor> - SdkBuilder<DataAccessor.Builder,,- DataAccessor> - SdkPojo
- Enclosing class:
- DataAccessor
- 
Method SummaryModifier and TypeMethodDescriptiondefault DataAccessor.BuilderauthenticationDetail(Consumer<DataAccessorAuthenticationDetail.Builder> authenticationDetail) The authentication configuration details for the data accessor.authenticationDetail(DataAccessorAuthenticationDetail authenticationDetail) The authentication configuration details for the data accessor.The timestamp when the data accessor was created.dataAccessorArn(String dataAccessorArn) The Amazon Resource Name (ARN) of the data accessor.dataAccessorId(String dataAccessorId) The unique identifier of the data accessor.displayName(String displayName) The friendly name of the data accessor.idcApplicationArn(String idcApplicationArn) The Amazon Resource Name (ARN) of the associated IAM Identity Center application.The Amazon Resource Name (ARN) of the IAM role for the ISV associated with this data accessor.The timestamp when the data accessor was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
displayNameThe friendly name of the data accessor. - Parameters:
- displayName- The friendly name of the data accessor.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataAccessorIdThe unique identifier of the data accessor. - Parameters:
- dataAccessorId- The unique identifier of the data accessor.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataAccessorArnThe Amazon Resource Name (ARN) of the data accessor. - Parameters:
- dataAccessorArn- The Amazon Resource Name (ARN) of the data accessor.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idcApplicationArnThe Amazon Resource Name (ARN) of the associated IAM Identity Center application. - Parameters:
- idcApplicationArn- The Amazon Resource Name (ARN) of the associated IAM Identity Center application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
principalThe Amazon Resource Name (ARN) of the IAM role for the ISV associated with this data accessor. - Parameters:
- principal- The Amazon Resource Name (ARN) of the IAM role for the ISV associated with this data accessor.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authenticationDetailThe authentication configuration details for the data accessor. This specifies how the ISV authenticates when accessing data through this data accessor. - Parameters:
- authenticationDetail- The authentication configuration details for the data accessor. This specifies how the ISV authenticates when accessing data through this data accessor.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authenticationDetaildefault DataAccessor.Builder authenticationDetail(Consumer<DataAccessorAuthenticationDetail.Builder> authenticationDetail) The authentication configuration details for the data accessor. This specifies how the ISV authenticates when accessing data through this data accessor. This is a convenience method that creates an instance of theDataAccessorAuthenticationDetail.Builderavoiding the need to create one manually viaDataAccessorAuthenticationDetail.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthenticationDetail(DataAccessorAuthenticationDetail).- Parameters:
- authenticationDetail- a consumer that will call methods on- DataAccessorAuthenticationDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
createdAtThe timestamp when the data accessor was created. - Parameters:
- createdAt- The timestamp when the data accessor was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
updatedAtThe timestamp when the data accessor was last updated. - Parameters:
- updatedAt- The timestamp when the data accessor was last updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-