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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.inspector2.model.Inspector2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
integrationArnThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
authorizationUrlThe 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.
 
 
-