Interface GetDataAccessorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDataAccessorResponse.Builder,,GetDataAccessorResponse> QBusinessResponse.Builder,SdkBuilder<GetDataAccessorResponse.Builder,,GetDataAccessorResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetDataAccessorResponse
-
Method Summary
Modifier and TypeMethodDescriptionactionConfigurations(Collection<ActionConfiguration> actionConfigurations) The list of action configurations specifying the allowed actions and any associated filters.actionConfigurations(Consumer<ActionConfiguration.Builder>... actionConfigurations) The list of action configurations specifying the allowed actions and any associated filters.actionConfigurations(ActionConfiguration... actionConfigurations) The list of action configurations specifying the allowed actions and any associated filters.applicationId(String applicationId) The unique identifier of the Amazon Q Business application associated with this 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 IAM Identity Center application associated with this data accessor.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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
displayName
The 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.
-
dataAccessorId
The 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.
-
dataAccessorArn
The 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.
-
applicationId
The unique identifier of the Amazon Q Business application associated with this data accessor.
- Parameters:
applicationId- The unique identifier of the Amazon Q Business application associated with this data accessor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idcApplicationArn
The Amazon Resource Name (ARN) of the IAM Identity Center application associated with this data accessor.
- Parameters:
idcApplicationArn- The Amazon Resource Name (ARN) of the IAM Identity Center application associated with this data accessor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principal
The 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.
-
actionConfigurations
GetDataAccessorResponse.Builder actionConfigurations(Collection<ActionConfiguration> actionConfigurations) The list of action configurations specifying the allowed actions and any associated filters.
- Parameters:
actionConfigurations- The list of action configurations specifying the allowed actions and any associated filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionConfigurations
The list of action configurations specifying the allowed actions and any associated filters.
- Parameters:
actionConfigurations- The list of action configurations specifying the allowed actions and any associated filters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionConfigurations
GetDataAccessorResponse.Builder actionConfigurations(Consumer<ActionConfiguration.Builder>... actionConfigurations) The list of action configurations specifying the allowed actions and any associated filters.
This is a convenience method that creates an instance of theActionConfiguration.Builderavoiding the need to create one manually viaActionConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactionConfigurations(List<ActionConfiguration>).- Parameters:
actionConfigurations- a consumer that will call methods onActionConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The 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.
-
updatedAt
The 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.
-