Interface DescribePiiEntitiesDetectionJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ComprehendResponse.Builder
,CopyableBuilder<DescribePiiEntitiesDetectionJobResponse.Builder,
,DescribePiiEntitiesDetectionJobResponse> SdkBuilder<DescribePiiEntitiesDetectionJobResponse.Builder,
,DescribePiiEntitiesDetectionJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribePiiEntitiesDetectionJobResponse
public static interface DescribePiiEntitiesDetectionJobResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribePiiEntitiesDetectionJobResponse.Builder,DescribePiiEntitiesDetectionJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionpiiEntitiesDetectionJobProperties
(Consumer<PiiEntitiesDetectionJobProperties.Builder> piiEntitiesDetectionJobProperties) Sets the value of the PiiEntitiesDetectionJobProperties property for this object.piiEntitiesDetectionJobProperties
(PiiEntitiesDetectionJobProperties piiEntitiesDetectionJobProperties) Sets the value of the PiiEntitiesDetectionJobProperties property for this object.Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
piiEntitiesDetectionJobProperties
DescribePiiEntitiesDetectionJobResponse.Builder piiEntitiesDetectionJobProperties(PiiEntitiesDetectionJobProperties piiEntitiesDetectionJobProperties) Sets the value of the PiiEntitiesDetectionJobProperties property for this object.- Parameters:
piiEntitiesDetectionJobProperties
- The new value for the PiiEntitiesDetectionJobProperties property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
piiEntitiesDetectionJobProperties
default DescribePiiEntitiesDetectionJobResponse.Builder piiEntitiesDetectionJobProperties(Consumer<PiiEntitiesDetectionJobProperties.Builder> piiEntitiesDetectionJobProperties) Sets the value of the PiiEntitiesDetectionJobProperties property for this object. This is a convenience method that creates an instance of thePiiEntitiesDetectionJobProperties.Builder
avoiding the need to create one manually viaPiiEntitiesDetectionJobProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topiiEntitiesDetectionJobProperties(PiiEntitiesDetectionJobProperties)
.- Parameters:
piiEntitiesDetectionJobProperties
- a consumer that will call methods onPiiEntitiesDetectionJobProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-