Interface ProtectedJobReceiverConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ProtectedJobReceiverConfiguration.Builder,,ProtectedJobReceiverConfiguration> SdkBuilder<ProtectedJobReceiverConfiguration.Builder,,ProtectedJobReceiverConfiguration> SdkPojo
- Enclosing class:
 ProtectedJobReceiverConfiguration
public static interface ProtectedJobReceiverConfiguration.Builder
extends SdkPojo, CopyableBuilder<ProtectedJobReceiverConfiguration.Builder,ProtectedJobReceiverConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionanalysisType(String analysisType) The analysis type for the protected job receiver configuration.analysisType(ProtectedJobAnalysisType analysisType) The analysis type for the protected job receiver configuration.configurationDetails(Consumer<ProtectedJobConfigurationDetails.Builder> configurationDetails) The configuration details for the protected job receiver.configurationDetails(ProtectedJobConfigurationDetails configurationDetails) The configuration details for the protected job receiver.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
- 
analysisType
The analysis type for the protected job receiver configuration.
- Parameters:
 analysisType- The analysis type for the protected job receiver configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
analysisType
The analysis type for the protected job receiver configuration.
- Parameters:
 analysisType- The analysis type for the protected job receiver configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
configurationDetails
ProtectedJobReceiverConfiguration.Builder configurationDetails(ProtectedJobConfigurationDetails configurationDetails) The configuration details for the protected job receiver.
- Parameters:
 configurationDetails- The configuration details for the protected job receiver.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
configurationDetails
default ProtectedJobReceiverConfiguration.Builder configurationDetails(Consumer<ProtectedJobConfigurationDetails.Builder> configurationDetails) The configuration details for the protected job receiver.
This is a convenience method that creates an instance of theProtectedJobConfigurationDetails.Builderavoiding the need to create one manually viaProtectedJobConfigurationDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfigurationDetails(ProtectedJobConfigurationDetails).- Parameters:
 configurationDetails- a consumer that will call methods onProtectedJobConfigurationDetails.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -