Interface AmazonCodeGuruProfilerIntegration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AmazonCodeGuruProfilerIntegration.Builder,,AmazonCodeGuruProfilerIntegration> SdkBuilder<AmazonCodeGuruProfilerIntegration.Builder,,AmazonCodeGuruProfilerIntegration> SdkPojo
- Enclosing class:
 AmazonCodeGuruProfilerIntegration
public static interface AmazonCodeGuruProfilerIntegration.Builder
extends SdkPojo, CopyableBuilder<AmazonCodeGuruProfilerIntegration.Builder,AmazonCodeGuruProfilerIntegration> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe status of the CodeGuru Profiler integration.status(EventSourceOptInStatus status) The status of the CodeGuru Profiler integration.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
- 
status
The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to consume recommendations that are generated from Amazon CodeGuru Profiler.
- Parameters:
 status- The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to consume recommendations that are generated from Amazon CodeGuru Profiler.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
status
The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to consume recommendations that are generated from Amazon CodeGuru Profiler.
- Parameters:
 status- The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to consume recommendations that are generated from Amazon CodeGuru Profiler.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -