Interface CodeSecurityIntegrationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CodeSecurityIntegrationSummary.Builder,
,CodeSecurityIntegrationSummary> SdkBuilder<CodeSecurityIntegrationSummary.Builder,
,CodeSecurityIntegrationSummary> SdkPojo
- Enclosing class:
CodeSecurityIntegrationSummary
@Mutable
@NotThreadSafe
public static interface CodeSecurityIntegrationSummary.Builder
extends SdkPojo, CopyableBuilder<CodeSecurityIntegrationSummary.Builder,CodeSecurityIntegrationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the code security integration was created.integrationArn
(String integrationArn) The Amazon Resource Name (ARN) of the code security integration.lastUpdateOn
(Instant lastUpdateOn) The timestamp when the code security integration was last updated.The name of the code security integration.The current status of the code security integration.status
(IntegrationStatus status) The current status of the code security integration.statusReason
(String statusReason) The reason for the current status of the code security integration.The tags associated with the code security integration.The type of repository provider for the integration.type
(IntegrationType type) The type of repository provider for the integration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
createdOn
The timestamp when the code security integration was created.
- Parameters:
createdOn
- The timestamp when the code security integration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integrationArn
The Amazon Resource Name (ARN) of the code security integration.
- Parameters:
integrationArn
- The Amazon Resource Name (ARN) of the code security integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateOn
The timestamp when the code security integration was last updated.
- Parameters:
lastUpdateOn
- The timestamp when the code security integration was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the code security integration.
- Parameters:
name
- The name of the 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:
-
statusReason
The reason for the current status of the code security integration.
- Parameters:
statusReason
- The reason for the current status of the code security integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the code security integration.
- Parameters:
tags
- The tags associated with the code security integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of repository provider for the integration.
- Parameters:
type
- The type of repository provider for the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of repository provider for the integration.
- Parameters:
type
- The type of repository provider for the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-