Interface CreateCodeSecurityIntegrationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateCodeSecurityIntegrationResponse.Builder,,CreateCodeSecurityIntegrationResponse> Inspector2Response.Builder,SdkBuilder<CreateCodeSecurityIntegrationResponse.Builder,,CreateCodeSecurityIntegrationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateCodeSecurityIntegrationResponse
@Mutable
@NotThreadSafe
public static interface CreateCodeSecurityIntegrationResponse.Builder
extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<CreateCodeSecurityIntegrationResponse.Builder,CreateCodeSecurityIntegrationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationUrl(String authorizationUrl) The URL used to authorize the integration with the repository provider.integrationArn(String integrationArn) The Amazon Resource Name (ARN) of the created code security integration.The current status of the code security integration.status(IntegrationStatus status) The current status of the 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 created code security integration.
- Parameters:
integrationArn- The Amazon Resource Name (ARN) of the created code security integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the code security integration.
- Parameters:
status- The current status of the 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 code security integration.
- Parameters:
status- The current status of the code security integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizationUrl
The URL used to authorize the integration with the repository provider.
- Parameters:
authorizationUrl- The URL used to authorize the integration with the repository provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-