Interface DescribeOrganizationOverviewResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeOrganizationOverviewResponse.Builder,DescribeOrganizationOverviewResponse>,DevOpsGuruResponse.Builder,SdkBuilder<DescribeOrganizationOverviewResponse.Builder,DescribeOrganizationOverviewResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeOrganizationOverviewResponse
public static interface DescribeOrganizationOverviewResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationOverviewResponse.Builder,DescribeOrganizationOverviewResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeOrganizationOverviewResponse.BuilderproactiveInsights(Integer proactiveInsights)An integer that specifies the number of open proactive insights in your Amazon Web Services account.DescribeOrganizationOverviewResponse.BuilderreactiveInsights(Integer reactiveInsights)An integer that specifies the number of open reactive insights in your Amazon Web Services account.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devopsguru.model.DevOpsGuruResponse.Builder
build, responseMetadata, responseMetadata
-
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 Detail
-
reactiveInsights
DescribeOrganizationOverviewResponse.Builder reactiveInsights(Integer reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
- Parameters:
reactiveInsights- An integer that specifies the number of open reactive insights in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proactiveInsights
DescribeOrganizationOverviewResponse.Builder proactiveInsights(Integer proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
- Parameters:
proactiveInsights- An integer that specifies the number of open proactive insights in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-