Interface CreateInsightResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateInsightResponse.Builder,CreateInsightResponse>,SdkBuilder<CreateInsightResponse.Builder,CreateInsightResponse>,SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
- CreateInsightResponse
public static interface CreateInsightResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<CreateInsightResponse.Builder,CreateInsightResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateInsightResponse.BuilderinsightArn(String insightArn)The ARN of the insight created.-
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
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
insightArn
CreateInsightResponse.Builder insightArn(String insightArn)
The ARN of the insight created.
- Parameters:
insightArn- The ARN of the insight created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-