Interface AmazonCodeGuruProfilerIntegration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AmazonCodeGuruProfilerIntegration.Builder,,- AmazonCodeGuruProfilerIntegration> - SdkBuilder<AmazonCodeGuruProfilerIntegration.Builder,,- AmazonCodeGuruProfilerIntegration> - SdkPojo
- Enclosing class:
- AmazonCodeGuruProfilerIntegration
@Mutable
@NotThreadSafe
public static interface AmazonCodeGuruProfilerIntegration.Builder
extends SdkPojo, CopyableBuilder<AmazonCodeGuruProfilerIntegration.Builder,AmazonCodeGuruProfilerIntegration> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statusThe 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:
 
- 
statusThe 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:
 
 
-