Interface UpdateCodeSecurityIntegrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateCodeSecurityIntegrationResponse.Builder,,UpdateCodeSecurityIntegrationResponse> Inspector2Response.Builder,SdkBuilder<UpdateCodeSecurityIntegrationResponse.Builder,,UpdateCodeSecurityIntegrationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateCodeSecurityIntegrationResponse
@Mutable
@NotThreadSafe
public static interface UpdateCodeSecurityIntegrationResponse.Builder
extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<UpdateCodeSecurityIntegrationResponse.Builder,UpdateCodeSecurityIntegrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationArn(String integrationArn) The Amazon Resource Name (ARN) of the updated code security integration.The current status of the updated code security integration.status(IntegrationStatus status) The current status of the updated code security integration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
integrationArn
The Amazon Resource Name (ARN) of the updated code security integration.
- Parameters:
integrationArn- The Amazon Resource Name (ARN) of the updated code security integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the updated code security integration.
- Parameters:
status- The current status of the updated code security integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the updated code security integration.
- Parameters:
status- The current status of the updated code security integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-