- getActionName() - Method in enum com.amazonaws.auth.policy.actions.CodebuildActions
-
- getArn() - Method in class com.amazonaws.services.codebuild.model.Build
-
The Amazon Resource Name (ARN) of the build.
- getArn() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The ARN of the batch build.
- getArn() - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
The batch build ARN.
- getArn() - Method in class com.amazonaws.services.codebuild.model.DeleteFleetRequest
-
The ARN of the compute fleet.
- getArn() - Method in class com.amazonaws.services.codebuild.model.DeleteReportGroupRequest
-
The ARN of the report group to delete.
- getArn() - Method in class com.amazonaws.services.codebuild.model.DeleteReportRequest
-
The ARN of the report to delete.
- getArn() - Method in class com.amazonaws.services.codebuild.model.DeleteSourceCredentialsRequest
-
The Amazon Resource Name (ARN) of the token.
- getArn() - Method in class com.amazonaws.services.codebuild.model.DeleteSourceCredentialsResult
-
The Amazon Resource Name (ARN) of the token.
- getArn() - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The ARN of the compute fleet.
- getArn() - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsResult
-
The Amazon Resource Name (ARN) of the token.
- getArn() - Method in class com.amazonaws.services.codebuild.model.Project
-
The Amazon Resource Name (ARN) of the build project.
- getArn() - Method in class com.amazonaws.services.codebuild.model.Report
-
The ARN of the report run.
- getArn() - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The ARN of the ReportGroup.
- getArn() - Method in class com.amazonaws.services.codebuild.model.SourceCredentialsInfo
-
The Amazon Resource Name (ARN) of the token.
- getArn() - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The ARN of the compute fleet.
- getArn() - Method in class com.amazonaws.services.codebuild.model.UpdateReportGroupRequest
-
The ARN of the report group to update.
- getArtifactIdentifier() - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
An identifier for this artifact definition.
- getArtifactIdentifier() - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
An identifier for this artifact definition.
- getArtifacts() - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about the output artifacts for the build.
- getArtifacts() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
A BuildArtifacts object the defines the build artifacts for this batch build.
- getArtifacts() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Information about the build output artifacts for the build project.
- getArtifacts() - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the build output artifacts for the build project.
- getArtifacts() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Information to be changed about the build output artifacts for the build project.
- getArtifactsOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of ProjectArtifacts objects that contains information about the build output artifact
overrides for the build project.
- getArtifactsOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Build output artifact settings that override, for this build only, the latest ones already defined in the build
project.
- getAuth() - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Information about the authorization settings for CodeBuild to access the source code to be built.
- getAuthType() - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
The type of authentication used to connect to a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or
Bitbucket repository.
- getAuthType() - Method in class com.amazonaws.services.codebuild.model.SourceCredentialsInfo
-
The type of authentication used by the credentials.
- getAverage() - Method in class com.amazonaws.services.codebuild.model.ReportGroupTrendStats
-
Contains the average of all values analyzed.
- getBadge() - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the build badge for the build project.
- getBadgeEnabled() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Set this to true to generate a publicly accessible URL for your project's build badge.
- getBadgeEnabled() - Method in class com.amazonaws.services.codebuild.model.ProjectBadge
-
Set this to true to generate a publicly accessible URL for your project's build badge.
- getBadgeEnabled() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Set this to true to generate a publicly accessible URL for your project's build badge.
- getBadgeRequestUrl() - Method in class com.amazonaws.services.codebuild.model.ProjectBadge
-
The publicly-accessible URL through which you can access the build badge for your project.
- getBaseCapacity() - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The initial number of machines allocated to the fleet, which defines the number of builds that can run in parallel.
- getBaseCapacity() - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The initial number of machines allocated to the compute fleet, which defines the number of builds that can run in
parallel.
- getBaseCapacity() - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The initial number of machines allocated to the compute fleet, which defines the number of builds that can run in
parallel.
- getBatchReportMode() - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
Specifies how build status reports are sent to the source provider for the batch build.
- getBranchCoveragePercentage() - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The percentage of branches that are covered by your tests.
- getBranchCoveragePercentage() - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The percentage of branches that are covered by your tests.
- getBranchesCovered() - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The number of conditional branches that are covered by your tests.
- getBranchesCovered() - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The number of conditional branches that are covered by your tests.
- getBranchesMissed() - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The number of conditional branches that are not covered by your tests.
- getBranchesMissed() - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The number of conditional branches that are not covered by your tests.
- getBranchFilter() - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
A regular expression used to determine which repository branches are built when a webhook is triggered.
- getBranchFilter() - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
A regular expression used to determine which repository branches are built when a webhook is triggered.
- getBranchFilter() - Method in class com.amazonaws.services.codebuild.model.Webhook
-
A regular expression used to determine which repository branches are built when a webhook is triggered.
- getBucket() - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The name of the S3 bucket where the raw data of a report are exported.
- getBucketOwner() - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The Amazon Web Services account identifier of the owner of the Amazon S3 bucket.
- getBucketOwnerAccess() - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
- getBucketOwnerAccess() - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
- getBucketOwnerAccess() - Method in class com.amazonaws.services.codebuild.model.S3LogsConfig
-
- getBuild() - Method in class com.amazonaws.services.codebuild.model.RetryBuildResult
-
- getBuild() - Method in class com.amazonaws.services.codebuild.model.StartBuildResult
-
Information about the build to be run.
- getBuild() - Method in class com.amazonaws.services.codebuild.model.StopBuildResult
-
Information about the build.
- getBuildBatch() - Method in class com.amazonaws.services.codebuild.model.RetryBuildBatchResult
-
- getBuildBatch() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchResult
-
A BuildBatch object that contains information about the batch build.
- getBuildBatch() - Method in class com.amazonaws.services.codebuild.model.StopBuildBatchResult
-
- getBuildBatchArn() - Method in class com.amazonaws.services.codebuild.model.Build
-
The ARN of the batch build that this build is a member of, if applicable.
- getBuildBatchConfig() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- getBuildBatchConfig() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
- getBuildBatchConfig() - Method in class com.amazonaws.services.codebuild.model.Project
-
- getBuildBatchConfig() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
- getBuildBatchConfigOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A BuildBatchConfigOverride object that contains batch build configuration overrides.
- getBuildBatches() - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildBatchesResult
-
An array of BuildBatch objects that represent the retrieved batch builds.
- getBuildBatchesNotFound() - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildBatchesResult
-
An array that contains the identifiers of any batch builds that are not found.
- getBuildBatchNumber() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The number of the batch build.
- getBuildBatchStatus() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The status of the batch build.
- getBuildComplete() - Method in class com.amazonaws.services.codebuild.model.Build
-
Whether the build is complete.
- getBuildGroups() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of BuildGroup objects that define the build groups for the batch build.
- getBuildNumber() - Method in class com.amazonaws.services.codebuild.model.Build
-
The number of the build.
- getBuilds() - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildsResult
-
Information about the requested builds.
- getBuildsDeleted() - Method in class com.amazonaws.services.codebuild.model.BatchDeleteBuildsResult
-
The IDs of the builds that were successfully deleted.
- getBuildsDeleted() - Method in class com.amazonaws.services.codebuild.model.DeleteBuildBatchResult
-
An array of strings that contain the identifiers of the builds that were deleted.
- getBuildsNotDeleted() - Method in class com.amazonaws.services.codebuild.model.BatchDeleteBuildsResult
-
Information about any builds that could not be successfully deleted.
- getBuildsNotDeleted() - Method in class com.amazonaws.services.codebuild.model.DeleteBuildBatchResult
-
An array of BuildNotDeleted objects that specify the builds that could not be deleted.
- getBuildsNotFound() - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildsResult
-
The IDs of builds for which information could not be found.
- getBuildspec() - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
The buildspec file declaration to use for the builds in this build project.
- getBuildspecOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A buildspec file declaration that overrides, for this build only, the latest one already defined in the build
project.
- getBuildspecOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A buildspec file declaration that overrides the latest one defined in the build project, for this build only.
- getBuildStatus() - Method in class com.amazonaws.services.codebuild.model.Build
-
The current status of the build.
- getBuildStatus() - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
The status of the build group.
- getBuildStatusConfig() - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Contains information that defines how the build project reports the build status to the source provider.
- getBuildStatusConfigOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Contains information that defines how the build project reports the build status to the source provider.
- getBuildTimeoutInMinutes() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
Specifies the maximum amount of time, in minutes, that the build in a batch must be completed in.
- getBuildTimeoutInMinutesOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
Overrides the build timeout specified in the batch build project.
- getBuildType() - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
Specifies the type of build this webhook will trigger.
- getBuildType() - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
Specifies the type of build this webhook will trigger.
- getBuildType() - Method in class com.amazonaws.services.codebuild.model.Webhook
-
Specifies the type of build this webhook will trigger.
- getCache() - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about the cache for the build.
- getCache() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- getCache() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Stores recently used information so that it can be quickly accessed at a later time.
- getCache() - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the cache for the build project.
- getCache() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Stores recently used information so that it can be quickly accessed at a later time.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuild
-
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuild
-
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildClient
-
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
- getCacheOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A ProjectCache object that specifies cache overrides.
- getCacheOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A ProjectCache object specified for this build that overrides the one defined in the build project.
- getCertificate() - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The ARN of the Amazon S3 bucket, path prefix, and object key that contains the PEM-encoded certificate for the
build project.
- getCertificateOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of a certificate for this batch build that overrides the one specified in the batch build project.
- getCertificateOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of a certificate for this build that overrides the one specified in the build project.
- getCloudWatchLogs() - Method in class com.amazonaws.services.codebuild.model.LogsConfig
-
Information about CloudWatch Logs for a build project.
- getCloudWatchLogs() - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
Information about CloudWatch Logs for a build project.
- getCloudWatchLogsArn() - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The ARN of the CloudWatch Logs stream for a build execution.
- getCodeCoverages() - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesResult
-
An array of CodeCoverage objects that contain the results.
- getCodeCoverageSummary() - Method in class com.amazonaws.services.codebuild.model.Report
-
A CodeCoverageReportSummary object that contains a code coverage summary for this report.
- getCombineArtifacts() - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
Specifies if the build artifacts for the batch build should be combined into a single artifact location.
- getComplete() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
Indicates if the batch build is complete.
- getComputeType() - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
Information about the compute resources the compute fleet uses.
- getComputeType() - Method in class com.amazonaws.services.codebuild.model.Fleet
-
Information about the compute resources the compute fleet uses.
- getComputeType() - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
Information about the compute resources the build project uses.
- getComputeType() - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
Information about the compute resources the compute fleet uses.
- getComputeTypeOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of a compute type for this batch build that overrides the one specified in the batch build project.
- getComputeTypeOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of a compute type for this build that overrides the one specified in the build project.
- getComputeTypesAllowed() - Method in class com.amazonaws.services.codebuild.model.BatchRestrictions
-
An array of strings that specify the compute types that are allowed for the batch build.
- getConcurrentBuildLimit() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
The maximum number of concurrent builds that are allowed for this project.
- getConcurrentBuildLimit() - Method in class com.amazonaws.services.codebuild.model.Project
-
The maximum number of concurrent builds that are allowed for this project.
- getConcurrentBuildLimit() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The maximum number of concurrent builds that are allowed for this project.
- getContext() - Method in class com.amazonaws.services.codebuild.model.BuildStatusConfig
-
Specifies the context of the build status CodeBuild sends to the source provider.
- getContext() - Method in class com.amazonaws.services.codebuild.model.FleetStatus
-
Additional information about a compute fleet.
- getContexts() - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
Additional information about the batch build phase.
- getContexts() - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
Additional information about a build phase, especially to help troubleshoot a failed build.
- getCreated() - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The time at which the compute fleet was created.
- getCreated() - Method in class com.amazonaws.services.codebuild.model.Project
-
When the build project was created, expressed in Unix time format.
- getCreated() - Method in class com.amazonaws.services.codebuild.model.Report
-
The date and time this report run occurred.
- getCreated() - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The date and time this ReportGroup was created.
- getCredential() - Method in class com.amazonaws.services.codebuild.model.RegistryCredential
-
The Amazon Resource Name (ARN) or name of credentials created using Secrets Manager.
- getCredentialProvider() - Method in class com.amazonaws.services.codebuild.model.RegistryCredential
-
The service that created the credentials to access a private Docker registry.
- getCurrentBuildSummary() - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
A BuildSummary object that contains a summary of the current build group.
- getCurrentPhase() - Method in class com.amazonaws.services.codebuild.model.Build
-
The current build phase.
- getCurrentPhase() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The current phase of the batch build.
- getData() - Method in class com.amazonaws.services.codebuild.model.ReportWithRawData
-
The value of the requested data field from the report.
- getDebugSession() - Method in class com.amazonaws.services.codebuild.model.Build
-
Contains information about the debug session for this build.
- getDebugSessionEnabled() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
Specifies if session debugging is enabled for this batch build.
- getDebugSessionEnabled() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
Specifies if session debugging is enabled for this batch build.
- getDebugSessionEnabled() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Specifies if session debugging is enabled for this build.
- getDeepLink() - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The URL to an individual build log in CloudWatch Logs.
- getDeleteReports() - Method in class com.amazonaws.services.codebuild.model.DeleteReportGroupRequest
-
If true, deletes any reports that belong to a report group before deleting the report group.
- getDependsOn() - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
An array of strings that contain the identifiers of the build groups that this build group depends on.
- getDescription() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
A description that makes the build project easy to identify.
- getDescription() - Method in class com.amazonaws.services.codebuild.model.EnvironmentImage
-
The description of the Docker image.
- getDescription() - Method in class com.amazonaws.services.codebuild.model.Project
-
A description that makes the build project easy to identify.
- getDescription() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
A new or replacement description of the build project.
- getDesiredCapacity() - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationOutput
-
The desired number of instances in the fleet when auto-scaling.
- getDomain() - Method in class com.amazonaws.services.codebuild.model.ScopeConfiguration
-
The domain of the GitHub Enterprise organization.
- getDurationInNanoSeconds() - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The number of nanoseconds it took to run this test case.
- getDurationInNanoSeconds() - Method in class com.amazonaws.services.codebuild.model.TestReportSummary
-
The number of nanoseconds it took to run all of the test cases in this report.
- getDurationInSeconds() - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
How long, in seconds, between the starting and ending times of the batch build's phase.
- getDurationInSeconds() - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
How long, in seconds, between the starting and ending times of the build's phase.
- getEncryptionDisabled() - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
Information that tells you if encryption for build artifacts is disabled.
- getEncryptionDisabled() - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Set to true if you do not want your output artifacts encrypted.
- getEncryptionDisabled() - Method in class com.amazonaws.services.codebuild.model.S3LogsConfig
-
Set to true if you do not want your S3 build log output encrypted.
- getEncryptionDisabled() - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
A boolean value that specifies if the results of a report are encrypted.
- getEncryptionKey() - Method in class com.amazonaws.services.codebuild.model.Build
-
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
- getEncryptionKey() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The Key Management Service customer master key (CMK) to be used for encrypting the batch build output artifacts.
- getEncryptionKey() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
- getEncryptionKey() - Method in class com.amazonaws.services.codebuild.model.Project
-
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
- getEncryptionKey() - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The encryption key for the report's encrypted raw data.
- getEncryptionKey() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
- getEncryptionKeyOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The Key Management Service customer master key (CMK) that overrides the one specified in the batch build project.
- getEncryptionKeyOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The Key Management Service customer master key (CMK) that overrides the one specified in the build project.
- getEndTime() - Method in class com.amazonaws.services.codebuild.model.Build
-
When the build process ended, expressed in Unix time format.
- getEndTime() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The date and time that the batch build ended.
- getEndTime() - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
When the batch build phase ended, expressed in Unix time format.
- getEndTime() - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
When the build phase ended, expressed in Unix time format.
- getEnvironment() - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about the build environment for this build.
- getEnvironment() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- getEnvironment() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Information about the build environment for the build project.
- getEnvironment() - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the build environment for this build project.
- getEnvironment() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Information to be changed about the build environment for the build project.
- getEnvironmentType() - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The environment type of the compute fleet.
- getEnvironmentType() - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The environment type of the compute fleet.
- getEnvironmentType() - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The environment type of the compute fleet.
- getEnvironmentTypeOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A container type for this batch build that overrides the one specified in the batch build project.
- getEnvironmentTypeOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A container type for this build that overrides the one specified in the build project.
- getEnvironmentVariables() - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
A set of environment variables to make available to builds for this build project.
- getEnvironmentVariablesOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of EnvironmentVariable objects that override, or add to, the environment variables defined
in the batch build project.
- getEnvironmentVariablesOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A set of environment variables that overrides, for this build only, the latest ones already defined in the build
project.
- getExcludeMatchedPattern() - Method in class com.amazonaws.services.codebuild.model.WebhookFilter
-
Used to indicate that the pattern determines which webhook events do not trigger a build.
- getExecutionId() - Method in class com.amazonaws.services.codebuild.model.Report
-
The ARN of the build run that generated this report.
- getExecutorService() - Method in class com.amazonaws.services.codebuild.AWSCodeBuildAsyncClient
-
Returns the executor service used by this client to execute async requests.
- getExpired() - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The date and time that the tests were run.
- getExpired() - Method in class com.amazonaws.services.codebuild.model.Report
-
The date and time a report expires.
- getExpired() - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The date and time a test case expires.
- getExportConfig() - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupRequest
-
A ReportExportConfig object that contains information about where the report group test results are
exported.
- getExportConfig() - Method in class com.amazonaws.services.codebuild.model.Report
-
Information about where the raw data used to generate this report was exported.
- getExportConfig() - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
Information about the destination where the raw data of this ReportGroup is exported.
- getExportConfig() - Method in class com.amazonaws.services.codebuild.model.UpdateReportGroupRequest
-
Used to specify an updated export type.
- getExportConfigType() - Method in class com.amazonaws.services.codebuild.model.ReportExportConfig
-
The export configuration type.
- getExportedEnvironmentVariables() - Method in class com.amazonaws.services.codebuild.model.Build
-
A list of exported environment variables for this build.
- getFetchSubmodules() - Method in class com.amazonaws.services.codebuild.model.GitSubmodulesConfig
-
Set to true to fetch Git submodules for your CodeBuild build project.
- getFilePath() - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The path of the test report file.
- getFileSystemLocations() - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- getFileSystemLocations() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of ProjectFileSystemLocation objects for the batch build project.
- getFileSystemLocations() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- getFileSystemLocations() - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- getFileSystemLocations() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- getFilter() - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesRequest
-
A TestCaseFilter object used to filter the returned reports.
- getFilter() - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
A BuildBatchFilter object that specifies the filters for the search.
- getFilter() - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesRequest
-
A BuildBatchFilter object that specifies the filters for the search.
- getFilter() - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
A ReportFilter object used to filter the returned reports.
- getFilter() - Method in class com.amazonaws.services.codebuild.model.ListReportsRequest
-
A ReportFilter object used to filter the returned reports.
- getFilterGroups() - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
An array of arrays of WebhookFilter objects used to determine which webhooks are triggered.
- getFilterGroups() - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
An array of arrays of WebhookFilter objects used to determine if a webhook event can trigger a
build.
- getFilterGroups() - Method in class com.amazonaws.services.codebuild.model.Webhook
-
An array of arrays of WebhookFilter objects used to determine which webhooks are triggered.
- getFleet() - Method in class com.amazonaws.services.codebuild.model.CreateFleetResult
-
Information about the compute fleet
- getFleet() - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
A ProjectFleet object to use for this build project.
- getFleet() - Method in class com.amazonaws.services.codebuild.model.UpdateFleetResult
-
A Fleet object.
- getFleetArn() - Method in class com.amazonaws.services.codebuild.model.ProjectFleet
-
Specifies the compute fleet ARN for the build project.
- getFleetOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A ProjectFleet object specified for this build that overrides the one defined in the build project.
- getFleets() - Method in class com.amazonaws.services.codebuild.model.BatchGetFleetsResult
-
Information about the requested compute fleets.
- getFleets() - Method in class com.amazonaws.services.codebuild.model.ListFleetsResult
-
The list of compute fleet names.
- getFleetServiceRole() - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The service role associated with the compute fleet.
- getFleetServiceRole() - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The service role associated with the compute fleet.
- getFleetServiceRole() - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The service role associated with the compute fleet.
- getFleetsNotFound() - Method in class com.amazonaws.services.codebuild.model.BatchGetFleetsResult
-
The names of compute fleets for which information could not be found.
- getGitCloneDepth() - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Information about the Git clone depth for the build project.
- getGitCloneDepthOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The user-defined depth of history, with a minimum value of 0, that overrides, for this batch build only, any
previous depth of history defined in the batch build project.
- getGitCloneDepthOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The user-defined depth of history, with a minimum value of 0, that overrides, for this build only, any previous
depth of history defined in the build project.
- getGitSubmodulesConfig() - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Information about the Git submodules configuration for the build project.
- getGitSubmodulesConfigOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A GitSubmodulesConfig object that overrides the Git submodules configuration for this batch build.
- getGitSubmodulesConfigOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Information about the Git submodules configuration for this build of an CodeBuild build project.
- getGroupName() - Method in class com.amazonaws.services.codebuild.model.CloudWatchLogsConfig
-
The group name of the logs in CloudWatch Logs.
- getGroupName() - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The name of the CloudWatch Logs group for the build logs.
- getId() - Method in class com.amazonaws.services.codebuild.model.Build
-
The unique ID for the build.
- getId() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The identifier of the batch build.
- getId() - Method in class com.amazonaws.services.codebuild.model.BuildNotDeleted
-
The ID of the build that could not be successfully deleted.
- getId() - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The identifier of the code coverage report.
- getId() - Method in class com.amazonaws.services.codebuild.model.DeleteBuildBatchRequest
-
The identifier of the batch build to delete.
- getId() - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The ID of the compute fleet.
- getId() - Method in class com.amazonaws.services.codebuild.model.RetryBuildBatchRequest
-
Specifies the identifier of the batch build to restart.
- getId() - Method in class com.amazonaws.services.codebuild.model.RetryBuildRequest
-
Specifies the identifier of the build to restart.
- getId() - Method in class com.amazonaws.services.codebuild.model.StopBuildBatchRequest
-
The identifier of the batch build to stop.
- getId() - Method in class com.amazonaws.services.codebuild.model.StopBuildRequest
-
The ID of the build.
- getIdempotencyToken() - Method in class com.amazonaws.services.codebuild.model.RetryBuildBatchRequest
-
A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuildBatch
request.
- getIdempotencyToken() - Method in class com.amazonaws.services.codebuild.model.RetryBuildRequest
-
A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuild request.
- getIdempotencyToken() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A unique, case sensitive identifier you provide to ensure the idempotency of the StartBuildBatch
request.
- getIdempotencyToken() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A unique, case sensitive identifier you provide to ensure the idempotency of the StartBuild request.
- getIdentifier() - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
Contains the identifier of the build group.
- getIdentifier() - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
The name used to access a file system created by Amazon EFS.
- getIdentifier() - Method in class com.amazonaws.services.codebuild.model.ResolvedArtifact
-
The identifier of the artifact.
- getIds() - Method in class com.amazonaws.services.codebuild.model.BatchDeleteBuildsRequest
-
The IDs of the builds to delete.
- getIds() - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildBatchesRequest
-
An array that contains the batch build identifiers to retrieve.
- getIds() - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildsRequest
-
The IDs of the builds.
- getIds() - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectResult
-
An array of strings that contains the batch build identifiers.
- getIds() - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesResult
-
An array of strings that contains the batch build identifiers.
- getIds() - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectResult
-
A list of build identifiers for the specified build project, with each build ID representing a single build.
- getIds() - Method in class com.amazonaws.services.codebuild.model.ListBuildsResult
-
A list of build IDs, with each build ID representing a single build.
- getIgnoreFailure() - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
Specifies if failures in this build group can be ignored.
- getImage() - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The image tag or image digest that identifies the Docker image to use for this build project.
- getImageOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of an image for this batch build that overrides the one specified in the batch build project.
- getImageOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of an image for this build that overrides the one specified in the build project.
- getImagePullCredentialsType() - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The type of credentials CodeBuild uses to pull images in your build.
- getImagePullCredentialsTypeOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The type of credentials CodeBuild uses to pull images in your batch build.
- getImagePullCredentialsTypeOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The type of credentials CodeBuild uses to pull images in your build.
- getImages() - Method in class com.amazonaws.services.codebuild.model.EnvironmentLanguage
-
The list of Docker images that are related by the specified programming language.
- getInitiator() - Method in class com.amazonaws.services.codebuild.model.Build
-
The entity that started the build.
- getInitiator() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The entity that started the batch build.
- getInsecureSsl() - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Enable this flag to ignore SSL warnings while connecting to the project source code.
- getInsecureSslOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
Enable this flag to override the insecure SSL setting that is specified in the batch build project.
- getInsecureSslOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Enable this flag to override the insecure SSL setting that is specified in the build project.
- getKey() - Method in class com.amazonaws.services.codebuild.model.Tag
-
The tag's key.
- getKeyword() - Method in class com.amazonaws.services.codebuild.model.TestCaseFilter
-
A keyword that is used to filter on the name or the prefix of the test cases.
- getLanguage() - Method in class com.amazonaws.services.codebuild.model.EnvironmentLanguage
-
The programming language for the Docker images.
- getLanguages() - Method in class com.amazonaws.services.codebuild.model.EnvironmentPlatform
-
The list of programming languages that are available for the specified platform.
- getLastModified() - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The time at which the compute fleet was last modified.
- getLastModified() - Method in class com.amazonaws.services.codebuild.model.Project
-
When the build project's settings were last modified, expressed in Unix time format.
- getLastModified() - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The date and time this ReportGroup was last modified.
- getLastModifiedSecret() - Method in class com.amazonaws.services.codebuild.model.Webhook
-
A timestamp that indicates the last time a repository's secret token was modified.
- getLineCoveragePercentage() - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The percentage of lines that are covered by your tests.
- getLineCoveragePercentage() - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The percentage of lines that are covered by your tests.
- getLinesCovered() - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The number of lines that are covered by your tests.
- getLinesCovered() - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The number of lines that are covered by your tests.
- getLinesMissed() - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The number of lines that are not covered by your tests.
- getLinesMissed() - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The number of lines that are not covered by your tests.
- getLocation() - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
Information about the location of the build artifacts.
- getLocation() - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Information about the build output artifact location:
- getLocation() - Method in class com.amazonaws.services.codebuild.model.ProjectCache
-
Information about the cache location:
- getLocation() - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
A string that specifies the location of the file system created by Amazon EFS.
- getLocation() - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Information about the location of the source code to be built.
- getLocation() - Method in class com.amazonaws.services.codebuild.model.ResolvedArtifact
-
The location of the artifact.
- getLocation() - Method in class com.amazonaws.services.codebuild.model.S3LogsConfig
-
The ARN of an S3 bucket and the path prefix for S3 logs.
- getLogConfig() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- getLogs() - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about the build's logs in CloudWatch Logs.
- getLogsConfig() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Information about logs for the build project.
- getLogsConfig() - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about logs for the build project.
- getLogsConfig() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Information about logs for the build project.
- getLogsConfigOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A LogsConfig object that override the log settings defined in the batch build project.
- getLogsConfigOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Log settings for this build that override the log settings defined in the build project.
- getManualCreation() - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns
payloadUrl and secret values for the webhook.
- getManualCreation() - Method in class com.amazonaws.services.codebuild.model.Webhook
-
If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns
payloadUrl and secret values for the webhook.
- getMax() - Method in class com.amazonaws.services.codebuild.model.ReportGroupTrendStats
-
Contains the maximum value analyzed.
- getMaxCapacity() - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationInput
-
The maximum number of instances in the fleet when auto-scaling.
- getMaxCapacity() - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationOutput
-
The maximum number of instances in the fleet when auto-scaling.
- getMaximumBuildsAllowed() - Method in class com.amazonaws.services.codebuild.model.BatchRestrictions
-
Specifies the maximum number of builds allowed.
- getMaxLineCoveragePercentage() - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
The maximum line coverage percentage to report.
- getMaxResults() - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
The maximum number of results to return.
- getMaxResults() - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesRequest
-
The maximum number of paginated test cases returned per response.
- getMaxResults() - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
The maximum number of results to return.
- getMaxResults() - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesRequest
-
The maximum number of results to return.
- getMaxResults() - Method in class com.amazonaws.services.codebuild.model.ListFleetsRequest
-
The maximum number of paginated compute fleets returned per response.
- getMaxResults() - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsRequest
-
The maximum number of paginated report groups returned per response.
- getMaxResults() - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
The maximum number of paginated reports in this report group returned per response.
- getMaxResults() - Method in class com.amazonaws.services.codebuild.model.ListReportsRequest
-
The maximum number of paginated reports returned per response.
- getMaxResults() - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsRequest
-
The maximum number of paginated shared build projects returned per response.
- getMaxResults() - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsRequest
-
The maximum number of paginated shared report groups per response.
- getMd5sum() - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
The MD5 hash of the build artifact.
- getMessage() - Method in class com.amazonaws.services.codebuild.model.FleetStatus
-
A message associated with the status of a compute fleet.
- getMessage() - Method in class com.amazonaws.services.codebuild.model.PhaseContext
-
An explanation of the build phase's context.
- getMessage() - Method in class com.amazonaws.services.codebuild.model.TestCase
-
A message associated with a test case.
- getMetricType() - Method in class com.amazonaws.services.codebuild.model.TargetTrackingScalingConfiguration
-
The metric type to determine auto-scaling.
- getMin() - Method in class com.amazonaws.services.codebuild.model.ReportGroupTrendStats
-
Contains the minimum value analyzed.
- getMinLineCoveragePercentage() - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
The minimum line coverage percentage to report.
- getModes() - Method in class com.amazonaws.services.codebuild.model.ProjectCache
-
An array of strings that specify the local cache modes.
- getMountOptions() - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
The mount options for a file system created by Amazon EFS.
- getMountPoint() - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
The location in the container where you mount the file system.
- getName() - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The name of the compute fleet.
- getName() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
The name of the build project.
- getName() - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupRequest
-
The name of the report group.
- getName() - Method in class com.amazonaws.services.codebuild.model.DeleteProjectRequest
-
The name of the build project.
- getName() - Method in class com.amazonaws.services.codebuild.model.EnvironmentImage
-
The name of the Docker image.
- getName() - Method in class com.amazonaws.services.codebuild.model.EnvironmentVariable
-
The name or key of the environment variable.
- getName() - Method in class com.amazonaws.services.codebuild.model.ExportedEnvironmentVariable
-
The name of the exported environment variable.
- getName() - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The name of the compute fleet.
- getName() - Method in class com.amazonaws.services.codebuild.model.Project
-
The name of the build project.
- getName() - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Along with path and namespaceType, the pattern that CodeBuild uses to name and store
the output artifact:
- getName() - Method in class com.amazonaws.services.codebuild.model.Report
-
The name of the report that was run.
- getName() - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The name of the ReportGroup.
- getName() - Method in class com.amazonaws.services.codebuild.model.ScopeConfiguration
-
The name of either the enterprise or organization that will send webhook events to CodeBuild, depending on if the
webhook is a global or organization webhook respectively.
- getName() - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The name of the test case.
- getName() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The name of the build project.
- getNames() - Method in class com.amazonaws.services.codebuild.model.BatchGetFleetsRequest
-
The names or ARNs of the compute fleets.
- getNames() - Method in class com.amazonaws.services.codebuild.model.BatchGetProjectsRequest
-
The names or ARNs of the build projects.
- getNamespaceType() - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Along with path and name, the pattern that CodeBuild uses to determine the name and
location to store the output artifact:
- getNetworkInterface() - Method in class com.amazonaws.services.codebuild.model.Build
-
Describes a network interface.
- getNetworkInterfaceId() - Method in class com.amazonaws.services.codebuild.model.NetworkInterface
-
The ID of the network interface.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
The nextToken value returned from a previous call to DescribeCodeCoverages.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesResult
-
If there are more items to return, this contains a token that is passed to a subsequent call to
DescribeCodeCoverages to retrieve the next set of items.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
The nextToken value returned from a previous call to ListBuildBatchesForProject.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectResult
-
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatchesForProject to retrieve the next set of items.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesRequest
-
The nextToken value returned from a previous call to ListBuildBatches.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesResult
-
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatches to retrieve the next set of items.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectRequest
-
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a nextToken.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectResult
-
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string
called a nextToken.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListBuildsRequest
-
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a nextToken.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListBuildsResult
-
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string
called a nextToken.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListFleetsRequest
-
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a nextToken.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListFleetsResult
-
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string
called a nextToken.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListProjectsRequest
-
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a nextToken.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListProjectsResult
-
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string
called a nextToken.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListReportsRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListReportsResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- getNextToken() - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- getNumOfReports() - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendRequest
-
The number of reports to analyze.
- getOverflowBehavior() - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The compute fleet overflow behavior.
- getOverflowBehavior() - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The compute fleet overflow behavior.
- getOverflowBehavior() - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The compute fleet overflow behavior.
- getOverrideArtifactName() - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
If this flag is set, a name specified in the buildspec file overrides the artifact name.
- getOverrideArtifactName() - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
If this flag is set, a name specified in the buildspec file overrides the artifact name.
- getPackaging() - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
The type of build output artifact to create:
- getPackaging() - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The type of build output artifact to create.
- getPath() - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Along with namespaceType and name, the pattern that CodeBuild uses to name and store
the output artifact:
- getPath() - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The path to the exported report's raw data results.
- getPattern() - Method in class com.amazonaws.services.codebuild.model.WebhookFilter
-
For a WebHookFilter that uses EVENT type, a comma-separated string that specifies one
or more events.
- getPayloadUrl() - Method in class com.amazonaws.services.codebuild.model.Webhook
-
The CodeBuild endpoint where webhook events are sent.
- getPhases() - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about all previous build phases that are complete and information about any current build phase that
is not yet complete.
- getPhases() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of BuildBatchPhase objects the specify the phases of the batch build.
- getPhaseStatus() - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
The current status of the batch build phase.
- getPhaseStatus() - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
The current status of the build phase.
- getPhaseType() - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
The name of the batch build phase.
- getPhaseType() - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
The name of the build phase.
- getPlatform() - Method in class com.amazonaws.services.codebuild.model.EnvironmentPlatform
-
The platform's name.
- getPlatforms() - Method in class com.amazonaws.services.codebuild.model.ListCuratedEnvironmentImagesResult
-
Information about supported platforms for Docker images that are managed by CodeBuild.
- getPolicy() - Method in class com.amazonaws.services.codebuild.model.GetResourcePolicyResult
-
The resource policy for the resource identified by the input ARN parameter.
- getPolicy() - Method in class com.amazonaws.services.codebuild.model.PutResourcePolicyRequest
-
A JSON-formatted resource policy.
- getPrefix() - Method in class com.amazonaws.services.codebuild.model.TestCase
-
A string that is applied to a series of related test cases.
- getPrimaryArtifact() - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
A ResolvedArtifact object that represents the primary build artifacts for the build group.
- getPriorBuildSummaryList() - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
An array of BuildSummary objects that contain summaries of previous build groups.
- getPrivilegedMode() - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
Enables running the Docker daemon inside a Docker container.
- getPrivilegedModeOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
Enable this flag to override privileged mode in the batch build project.
- getPrivilegedModeOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Enable this flag to override privileged mode in the build project.
- getProject() - Method in class com.amazonaws.services.codebuild.model.CreateProjectResult
-
Information about the build project that was created.
- getProject() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectResult
-
Information about the build project that was changed.
- getProjectArn() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityRequest
-
The Amazon Resource Name (ARN) of the build project.
- getProjectArn() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityResult
-
The Amazon Resource Name (ARN) of the build project.
- getProjectName() - Method in class com.amazonaws.services.codebuild.model.Build
-
The name of the CodeBuild project.
- getProjectName() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The name of the batch build project.
- getProjectName() - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
The name of the CodeBuild project.
- getProjectName() - Method in class com.amazonaws.services.codebuild.model.DeleteWebhookRequest
-
The name of the CodeBuild project.
- getProjectName() - Method in class com.amazonaws.services.codebuild.model.InvalidateProjectCacheRequest
-
The name of the CodeBuild build project that the cache is reset for.
- getProjectName() - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
The name of the project.
- getProjectName() - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectRequest
-
The name of the CodeBuild project.
- getProjectName() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of the project.
- getProjectName() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of the CodeBuild build project to start running a build.
- getProjectName() - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
The name of the CodeBuild project.
- getProjects() - Method in class com.amazonaws.services.codebuild.model.BatchGetProjectsResult
-
Information about the requested build projects.
- getProjects() - Method in class com.amazonaws.services.codebuild.model.ListProjectsResult
-
The list of build project names, with each build project name representing a single build project.
- getProjects() - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsResult
-
The list of ARNs for the build projects shared with the current Amazon Web Services account or user.
- getProjectsNotFound() - Method in class com.amazonaws.services.codebuild.model.BatchGetProjectsResult
-
The names of build projects for which information could not be found.
- getProjectVisibility() - Method in class com.amazonaws.services.codebuild.model.Project
-
- getProjectVisibility() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityRequest
-
- getProjectVisibility() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityResult
-
- getPublicProjectAlias() - Method in class com.amazonaws.services.codebuild.model.Project
-
Contains the project identifier used with the public build APIs.
- getPublicProjectAlias() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityResult
-
Contains the project identifier used with the public build APIs.
- getQueuedTimeoutInMinutes() - Method in class com.amazonaws.services.codebuild.model.Build
-
The number of minutes a build is allowed to be queued before it times out.
- getQueuedTimeoutInMinutes() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
Specifies the amount of time, in minutes, that the batch build is allowed to be queued before it times out.
- getQueuedTimeoutInMinutes() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
The number of minutes a build is allowed to be queued before it times out.
- getQueuedTimeoutInMinutes() - Method in class com.amazonaws.services.codebuild.model.Project
-
The number of minutes a build is allowed to be queued before it times out.
- getQueuedTimeoutInMinutes() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The number of minutes a build is allowed to be queued before it times out.
- getQueuedTimeoutInMinutesOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The number of minutes a batch build is allowed to be queued before it times out.
- getQueuedTimeoutInMinutesOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The number of minutes a build is allowed to be queued before it times out.
- getRawData() - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendResult
-
An array that contains the raw data for each report.
- getRegistryCredential() - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The credentials for access to a private registry.
- getRegistryCredentialOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A RegistryCredential object that overrides credentials for access to a private registry.
- getRegistryCredentialOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The credentials for access to a private registry.
- getReportARN() - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The ARN of the report.
- getReportArn() - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
The ARN of the report for which test cases are returned.
- getReportArn() - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesRequest
-
The ARN of the report for which test cases are returned.
- getReportArn() - Method in class com.amazonaws.services.codebuild.model.ReportWithRawData
-
The ARN of the report.
- getReportArn() - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The ARN of the report to which the test case belongs.
- getReportArns() - Method in class com.amazonaws.services.codebuild.model.BatchGetReportsRequest
-
An array of ARNs that identify the Report objects to return.
- getReportArns() - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of the ARNs associated with this build's reports.
- getReportBuildBatchStatusOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
Set to true to report to your source provider the status of a batch build's start and completion.
- getReportBuildStatus() - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Set to true to report the status of a build's start and finish to your source provider.
- getReportBuildStatusOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Set to true to report to your source provider the status of a build's start and completion.
- getReportGroup() - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupResult
-
Information about the report group that was created.
- getReportGroup() - Method in class com.amazonaws.services.codebuild.model.UpdateReportGroupResult
-
Information about the updated report group.
- getReportGroupArn() - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendRequest
-
The ARN of the report group that contains the reports to analyze.
- getReportGroupArn() - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
The ARN of the report group for which you want to return report ARNs.
- getReportGroupArn() - Method in class com.amazonaws.services.codebuild.model.Report
-
The ARN of the report group associated with this report.
- getReportGroupArns() - Method in class com.amazonaws.services.codebuild.model.BatchGetReportGroupsRequest
-
An array of report group ARNs that identify the report groups to return.
- getReportGroups() - Method in class com.amazonaws.services.codebuild.model.BatchGetReportGroupsResult
-
The array of report groups returned by BatchGetReportGroups.
- getReportGroups() - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsResult
-
The list of ARNs for the report groups in the current Amazon Web Services account.
- getReportGroups() - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsResult
-
The list of ARNs for the report groups shared with the current Amazon Web Services account or user.
- getReportGroupsNotFound() - Method in class com.amazonaws.services.codebuild.model.BatchGetReportGroupsResult
-
An array of ARNs passed to BatchGetReportGroups that are not associated with a
ReportGroup.
- getReportGroupTrend(GetReportGroupTrendRequest) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuild
-
- getReportGroupTrend(GetReportGroupTrendRequest) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuild
-
Analyzes and accumulates test report values for the specified test reports.
- getReportGroupTrend(GetReportGroupTrendRequest) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildClient
-
Analyzes and accumulates test report values for the specified test reports.
- getReportGroupTrendAsync(GetReportGroupTrendRequest) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuildAsync
-
- getReportGroupTrendAsync(GetReportGroupTrendRequest, AsyncHandler<GetReportGroupTrendRequest, GetReportGroupTrendResult>) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuildAsync
-
- getReportGroupTrendAsync(GetReportGroupTrendRequest) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuildAsync
-
Analyzes and accumulates test report values for the specified test reports.
- getReportGroupTrendAsync(GetReportGroupTrendRequest, AsyncHandler<GetReportGroupTrendRequest, GetReportGroupTrendResult>) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuildAsync
-
Analyzes and accumulates test report values for the specified test reports.
- getReportGroupTrendAsync(GetReportGroupTrendRequest) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildAsyncClient
-
- getReportGroupTrendAsync(GetReportGroupTrendRequest, AsyncHandler<GetReportGroupTrendRequest, GetReportGroupTrendResult>) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildAsyncClient
-
- GetReportGroupTrendRequest - Class in com.amazonaws.services.codebuild.model
-
- GetReportGroupTrendRequest() - Constructor for class com.amazonaws.services.codebuild.model.GetReportGroupTrendRequest
-
- GetReportGroupTrendResult - Class in com.amazonaws.services.codebuild.model
-
- GetReportGroupTrendResult() - Constructor for class com.amazonaws.services.codebuild.model.GetReportGroupTrendResult
-
- getReports() - Method in class com.amazonaws.services.codebuild.model.BatchGetReportsResult
-
The array of Report objects returned by BatchGetReports.
- getReports() - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupResult
-
The list of report ARNs.
- getReports() - Method in class com.amazonaws.services.codebuild.model.ListReportsResult
-
The list of returned ARNs for the reports in the current Amazon Web Services account.
- getReportsNotFound() - Method in class com.amazonaws.services.codebuild.model.BatchGetReportsResult
-
An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.
- getRequestedOn() - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
When the build was started, expressed in Unix time format.
- getResolvedSourceVersion() - Method in class com.amazonaws.services.codebuild.model.Build
-
An identifier for the version of this build's source code.
- getResolvedSourceVersion() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The identifier of the resolved version of this batch build's source code.
- getResource() - Method in class com.amazonaws.services.codebuild.model.SourceAuth
-
The resource value that applies to the specified authorization type.
- getResource() - Method in class com.amazonaws.services.codebuild.model.SourceCredentialsInfo
-
The connection ARN if your serverType type is GITLAB or GITLAB_SELF_MANAGED and your authType is CODECONNECTIONS.
- getResourceAccessRole() - Method in class com.amazonaws.services.codebuild.model.Project
-
The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the
project's builds.
- getResourceAccessRole() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityRequest
-
The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the
project's builds.
- getResourceArn() - Method in class com.amazonaws.services.codebuild.model.DeleteResourcePolicyRequest
-
The ARN of the resource that is associated with the resource policy.
- getResourceArn() - Method in class com.amazonaws.services.codebuild.model.GetResourcePolicyRequest
-
The ARN of the resource that is associated with the resource policy.
- getResourceArn() - Method in class com.amazonaws.services.codebuild.model.PutResourcePolicyRequest
-
The ARN of the Project or ReportGroup resource you want to associate with a resource
policy.
- getResourceArn() - Method in class com.amazonaws.services.codebuild.model.PutResourcePolicyResult
-
The ARN of the Project or ReportGroup resource that is associated with a resource
policy.
- getResourcePolicy(GetResourcePolicyRequest) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuild
-
- getResourcePolicy(GetResourcePolicyRequest) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuild
-
Gets a resource policy that is identified by its resource ARN.
- getResourcePolicy(GetResourcePolicyRequest) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildClient
-
Gets a resource policy that is identified by its resource ARN.
- getResourcePolicyAsync(GetResourcePolicyRequest) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuildAsync
-
- getResourcePolicyAsync(GetResourcePolicyRequest, AsyncHandler<GetResourcePolicyRequest, GetResourcePolicyResult>) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuildAsync
-
- getResourcePolicyAsync(GetResourcePolicyRequest) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuildAsync
-
Gets a resource policy that is identified by its resource ARN.
- getResourcePolicyAsync(GetResourcePolicyRequest, AsyncHandler<GetResourcePolicyRequest, GetResourcePolicyResult>) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuildAsync
-
Gets a resource policy that is identified by its resource ARN.
- getResourcePolicyAsync(GetResourcePolicyRequest) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildAsyncClient
-
- getResourcePolicyAsync(GetResourcePolicyRequest, AsyncHandler<GetResourcePolicyRequest, GetResourcePolicyResult>) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildAsyncClient
-
- GetResourcePolicyRequest - Class in com.amazonaws.services.codebuild.model
-
- GetResourcePolicyRequest() - Constructor for class com.amazonaws.services.codebuild.model.GetResourcePolicyRequest
-
- GetResourcePolicyResult - Class in com.amazonaws.services.codebuild.model
-
- GetResourcePolicyResult() - Constructor for class com.amazonaws.services.codebuild.model.GetResourcePolicyResult
-
- getRestrictions() - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
A BatchRestrictions object that specifies the restrictions for the batch build.
- getRetryType() - Method in class com.amazonaws.services.codebuild.model.RetryBuildBatchRequest
-
Specifies the type of retry to perform.
- getRotateSecret() - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
A boolean value that specifies whether the associated GitHub repository's secret token should be updated.
- getS3DeepLink() - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The URL to a build log in an S3 bucket.
- getS3Destination() - Method in class com.amazonaws.services.codebuild.model.ReportExportConfig
-
A S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported.
- getS3Logs() - Method in class com.amazonaws.services.codebuild.model.LogsConfig
-
Information about logs built to an S3 bucket for a build project.
- getS3Logs() - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
Information about S3 logs for a build project.
- getS3LogsArn() - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The ARN of S3 logs for a build project.
- getScalingConfiguration() - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The scaling configuration of the compute fleet.
- getScalingConfiguration() - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The scaling configuration of the compute fleet.
- getScalingConfiguration() - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The scaling configuration of the compute fleet.
- getScalingType() - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationInput
-
The scaling type for a compute fleet.
- getScalingType() - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationOutput
-
The scaling type for a compute fleet.
- getScope() - Method in class com.amazonaws.services.codebuild.model.ScopeConfiguration
-
The type of scope for a GitHub webhook.
- getScopeConfiguration() - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
The scope configuration for global or organization webhooks.
- getScopeConfiguration() - Method in class com.amazonaws.services.codebuild.model.Webhook
-
The scope configuration for global or organization webhooks.
- getSecondaryArtifacts() - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectArtifacts objects.
- getSecondaryArtifacts() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of BuildArtifacts objects the define the build artifacts for this batch build.
- getSecondaryArtifacts() - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
An array of ResolvedArtifact objects that represents the secondary build artifacts for the build
group.
- getSecondaryArtifacts() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectArtifacts objects.
- getSecondaryArtifacts() - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectArtifacts objects.
- getSecondaryArtifacts() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectArtifact objects.
- getSecondaryArtifactsOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of ProjectArtifacts objects that override the secondary artifacts defined in the batch
build project.
- getSecondaryArtifactsOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
An array of ProjectArtifacts objects.
- getSecondarySources() - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectSource objects.
- getSecondarySources() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of ProjectSource objects that define the sources for the batch build.
- getSecondarySources() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectSource objects.
- getSecondarySources() - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectSource objects.
- getSecondarySources() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectSource objects.
- getSecondarySourcesOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of ProjectSource objects that override the secondary sources defined in the batch build
project.
- getSecondarySourcesOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
An array of ProjectSource objects.
- getSecondarySourcesVersionOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of ProjectSourceVersion objects that override the secondary source versions in the batch
build project.
- getSecondarySourcesVersionOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
An array of ProjectSourceVersion objects that specify one or more versions of the project's
secondary sources to be used for this build only.
- getSecondarySourceVersions() - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectSourceVersion objects.
- getSecondarySourceVersions() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of ProjectSourceVersion objects.
- getSecondarySourceVersions() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectSourceVersion objects.
- getSecondarySourceVersions() - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectSourceVersion objects.
- getSecondarySourceVersions() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectSourceVersion objects.
- getSecret() - Method in class com.amazonaws.services.codebuild.model.Webhook
-
The secret token of the associated repository.
- getSecurityGroupIds() - Method in class com.amazonaws.services.codebuild.model.VpcConfig
-
A list of one or more security groups IDs in your Amazon VPC.
- getServerType() - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
The source provider used for this project.
- getServerType() - Method in class com.amazonaws.services.codebuild.model.SourceCredentialsInfo
-
The type of source provider.
- getServiceRole() - Method in class com.amazonaws.services.codebuild.model.Build
-
The name of a service role used for this build.
- getServiceRole() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The name of a service role used for builds in the batch.
- getServiceRole() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf
of the Amazon Web Services account.
- getServiceRole() - Method in class com.amazonaws.services.codebuild.model.Project
-
The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf
of the Amazon Web Services account.
- getServiceRole() - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
Specifies the service role ARN for the batch build project.
- getServiceRole() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The replacement ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services
services on behalf of the Amazon Web Services account.
- getServiceRoleOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of a service role for this batch build that overrides the one specified in the batch build project.
- getServiceRoleOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of a service role for this build that overrides the one specified in the build project.
- getSessionEnabled() - Method in class com.amazonaws.services.codebuild.model.DebugSession
-
Specifies if session debugging is enabled for this build.
- getSessionTarget() - Method in class com.amazonaws.services.codebuild.model.DebugSession
-
Contains the identifier of the Session Manager session used for the build.
- getSha256sum() - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
The SHA-256 hash of the build artifact.
- getShouldOverwrite() - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
Set to false to prevent overwriting the repository source credentials.
- getSortBy() - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
Specifies how the results are sorted.
- getSortBy() - Method in class com.amazonaws.services.codebuild.model.ListFleetsRequest
-
The criterion to be used to list compute fleet names.
- getSortBy() - Method in class com.amazonaws.services.codebuild.model.ListProjectsRequest
-
The criterion to be used to list build project names.
- getSortBy() - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsRequest
-
The criterion to be used to list build report groups.
- getSortBy() - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsRequest
-
The criterion to be used to list build projects shared with the current Amazon Web Services account or user.
- getSortBy() - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsRequest
-
The criterion to be used to list report groups shared with the current Amazon Web Services account or user.
- getSortOrder() - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
Specifies if the results are sorted in ascending or descending order.
- getSortOrder() - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
Specifies the sort order of the returned items.
- getSortOrder() - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesRequest
-
Specifies the sort order of the returned items.
- getSortOrder() - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectRequest
-
The order to sort the results in.
- getSortOrder() - Method in class com.amazonaws.services.codebuild.model.ListBuildsRequest
-
The order to list build IDs.
- getSortOrder() - Method in class com.amazonaws.services.codebuild.model.ListFleetsRequest
-
The order in which to list compute fleets.
- getSortOrder() - Method in class com.amazonaws.services.codebuild.model.ListProjectsRequest
-
The order in which to list build projects.
- getSortOrder() - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsRequest
-
Used to specify the order to sort the list of returned report groups.
- getSortOrder() - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
Use to specify whether the results are returned in ascending or descending order.
- getSortOrder() - Method in class com.amazonaws.services.codebuild.model.ListReportsRequest
-
Specifies the sort order for the list of returned reports.
- getSortOrder() - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsRequest
-
The order in which to list shared build projects.
- getSortOrder() - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsRequest
-
The order in which to list shared report groups.
- getSource() - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about the source code to be built.
- getSource() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- getSource() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Information about the build input source code for the build project.
- getSource() - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the build input source code for this build project.
- getSource() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Information to be changed about the build input source code for the build project.
- getSourceAuthOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A SourceAuth object that overrides the one defined in the batch build project.
- getSourceAuthOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
An authorization type for this build that overrides the one defined in the build project.
- getSourceCredentialsInfos() - Method in class com.amazonaws.services.codebuild.model.ListSourceCredentialsResult
-
A list of SourceCredentialsInfo objects.
- getSourceIdentifier() - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
An identifier for this project source.
- getSourceIdentifier() - Method in class com.amazonaws.services.codebuild.model.ProjectSourceVersion
-
An identifier for a source in the build project.
- getSourceLocationOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A location that overrides, for this batch build, the source location defined in the batch build project.
- getSourceLocationOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A location that overrides, for this build, the source location for the one defined in the build project.
- getSourceTypeOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The source input type that overrides the source input defined in the batch build project.
- getSourceTypeOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A source input type, for this build, that overrides the source input defined in the build project.
- getSourceVersion() - Method in class com.amazonaws.services.codebuild.model.Build
-
Any version identifier for the version of the source code to be built.
- getSourceVersion() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The identifier of the version of the source code to be built.
- getSourceVersion() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
A version of the build input to be built for this project.
- getSourceVersion() - Method in class com.amazonaws.services.codebuild.model.Project
-
A version of the build input to be built for this project.
- getSourceVersion() - Method in class com.amazonaws.services.codebuild.model.ProjectSourceVersion
-
The source version for the corresponding source identifier.
- getSourceVersion() - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The version of the batch build input to be built, for this build only.
- getSourceVersion() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The version of the build input to be built, for this build only.
- getSourceVersion() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
A version of the build input to be built for this project.
- getStartTime() - Method in class com.amazonaws.services.codebuild.model.Build
-
When the build process started, expressed in Unix time format.
- getStartTime() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The date and time that the batch build started.
- getStartTime() - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
When the batch build phase started, expressed in Unix time format.
- getStartTime() - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
When the build phase started, expressed in Unix time format.
- getStats() - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendResult
-
Contains the accumulated trend data.
- getStatus() - Method in class com.amazonaws.services.codebuild.model.BuildBatchFilter
-
The status of the batch builds to retrieve.
- getStatus() - Method in class com.amazonaws.services.codebuild.model.CloudWatchLogsConfig
-
The current status of the logs in CloudWatch Logs for a build project.
- getStatus() - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The status of the compute fleet.
- getStatus() - Method in class com.amazonaws.services.codebuild.model.Report
-
The status of this report.
- getStatus() - Method in class com.amazonaws.services.codebuild.model.ReportFilter
-
The status used to filter reports.
- getStatus() - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The status of the report group.
- getStatus() - Method in class com.amazonaws.services.codebuild.model.S3LogsConfig
-
The current status of the S3 build logs.
- getStatus() - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The status returned by the test case after it was run.
- getStatus() - Method in class com.amazonaws.services.codebuild.model.TestCaseFilter
-
The status used to filter test cases.
- getStatusCode() - Method in class com.amazonaws.services.codebuild.model.BuildNotDeleted
-
Additional information about the build that could not be successfully deleted.
- getStatusCode() - Method in class com.amazonaws.services.codebuild.model.DeleteBuildBatchResult
-
The status code.
- getStatusCode() - Method in class com.amazonaws.services.codebuild.model.FleetStatus
-
The status code of the compute fleet.
- getStatusCode() - Method in class com.amazonaws.services.codebuild.model.PhaseContext
-
The status code for the context of the build phase.
- getStatusCounts() - Method in class com.amazonaws.services.codebuild.model.TestReportSummary
-
A map that contains the number of each type of status returned by the test results in this
TestReportSummary.
- getStreamName() - Method in class com.amazonaws.services.codebuild.model.CloudWatchLogsConfig
-
The prefix of the stream name of the CloudWatch Logs.
- getStreamName() - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The name of the CloudWatch Logs stream for the build logs.
- getSubnetId() - Method in class com.amazonaws.services.codebuild.model.NetworkInterface
-
The ID of the subnet.
- getSubnets() - Method in class com.amazonaws.services.codebuild.model.VpcConfig
-
A list of one or more subnet IDs in your Amazon VPC.
- getTags() - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
A list of tag key and value pairs associated with this compute fleet.
- getTags() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
A list of tag key and value pairs associated with this build project.
- getTags() - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupRequest
-
A list of tag key and value pairs associated with this report group.
- getTags() - Method in class com.amazonaws.services.codebuild.model.Fleet
-
A list of tag key and value pairs associated with this compute fleet.
- getTags() - Method in class com.amazonaws.services.codebuild.model.Project
-
A list of tag key and value pairs associated with this build project.
- getTags() - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
A list of tag key and value pairs associated with this report group.
- getTags() - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
A list of tag key and value pairs associated with this compute fleet.
- getTags() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An updated list of tag key and value pairs associated with this build project.
- getTags() - Method in class com.amazonaws.services.codebuild.model.UpdateReportGroupRequest
-
An updated list of tag key and value pairs associated with this report group.
- getTargetTrackingScalingConfigs() - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationInput
-
A list of TargetTrackingScalingConfiguration objects.
- getTargetTrackingScalingConfigs() - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationOutput
-
A list of TargetTrackingScalingConfiguration objects.
- getTargetUrl() - Method in class com.amazonaws.services.codebuild.model.BuildStatusConfig
-
Specifies the target url of the build status CodeBuild sends to the source provider.
- getTargetValue() - Method in class com.amazonaws.services.codebuild.model.TargetTrackingScalingConfiguration
-
The value of metricType when to start scaling.
- getTestCases() - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesResult
-
The returned list of test cases.
- getTestRawDataPath() - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The path to the raw data file that contains the test result.
- getTestSummary() - Method in class com.amazonaws.services.codebuild.model.Report
-
A TestReportSummary object that contains information about this test report.
- getTimeoutInMins() - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
Specifies the maximum amount of time, in minutes, that the batch build must be completed in.
- getTimeoutInMinutes() - Method in class com.amazonaws.services.codebuild.model.Build
-
How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out this build if it does
not get marked as completed.
- getTimeoutInMinutes() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before it times out any build that has not
been marked as completed.
- getTimeoutInMinutes() - Method in class com.amazonaws.services.codebuild.model.Project
-
How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any related build that
did not get marked as completed.
- getTimeoutInMinutes() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The replacement value in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any related
build that did not get marked as completed.
- getTimeoutInMinutesOverride() - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The number of build timeout minutes, from 5 to 2160 (36 hours), that overrides, for this build only, the latest
setting already defined in the build project.
- getToken() - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
For GitHub or GitHub Enterprise, this is the personal access token.
- getTotal() - Method in class com.amazonaws.services.codebuild.model.TestReportSummary
-
The number of test cases in this TestReportSummary.
- getTrendField() - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendRequest
-
The test report value to accumulate.
- getTruncated() - Method in class com.amazonaws.services.codebuild.model.Report
-
A boolean that specifies if this report run is truncated.
- getType() - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupRequest
-
The type of report group.
- getType() - Method in class com.amazonaws.services.codebuild.model.EnvironmentVariable
-
The type of environment variable.
- getType() - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
The type of build output artifact.
- getType() - Method in class com.amazonaws.services.codebuild.model.ProjectCache
-
The type of cache used by the build project.
- getType() - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The type of build environment to use for related builds.
- getType() - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
The type of the file system.
- getType() - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
The type of repository that contains the source code to be built.
- getType() - Method in class com.amazonaws.services.codebuild.model.Report
-
The type of the report that was run.
- getType() - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The type of the ReportGroup.
- getType() - Method in class com.amazonaws.services.codebuild.model.ResolvedArtifact
-
Specifies the type of artifact.
- getType() - Method in class com.amazonaws.services.codebuild.model.SourceAuth
-
The authorization type to use.
- getType() - Method in class com.amazonaws.services.codebuild.model.WebhookFilter
-
The type of webhook filter.
- getUrl() - Method in class com.amazonaws.services.codebuild.model.Webhook
-
The URL to the webhook.
- getUsername() - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
The Bitbucket username when the authType is BASIC_AUTH.
- getValue() - Method in class com.amazonaws.services.codebuild.model.EnvironmentVariable
-
The value of the environment variable.
- getValue() - Method in class com.amazonaws.services.codebuild.model.ExportedEnvironmentVariable
-
The value assigned to the exported environment variable.
- getValue() - Method in class com.amazonaws.services.codebuild.model.Tag
-
The tag's value.
- getVersions() - Method in class com.amazonaws.services.codebuild.model.EnvironmentImage
-
A list of environment image versions.
- getVpcConfig() - Method in class com.amazonaws.services.codebuild.model.Build
-
If your CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC
ID and the list of security group IDs and subnet IDs.
- getVpcConfig() - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- getVpcConfig() - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
- getVpcConfig() - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
- getVpcConfig() - Method in class com.amazonaws.services.codebuild.model.Fleet
-
- getVpcConfig() - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the VPC configuration that CodeBuild accesses.
- getVpcConfig() - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
- getVpcConfig() - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
- getVpcId() - Method in class com.amazonaws.services.codebuild.model.VpcConfig
-
The ID of the Amazon VPC.
- getWebhook() - Method in class com.amazonaws.services.codebuild.model.CreateWebhookResult
-
Information about a webhook that connects repository events to a build project in CodeBuild.
- getWebhook() - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about a webhook that connects repository events to a build project in CodeBuild.
- getWebhook() - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookResult
-
Information about a repository's webhook that is associated with a project in CodeBuild.
- GitSubmodulesConfig - Class in com.amazonaws.services.codebuild.model
-
Information about the Git submodules configuration for an CodeBuild build project.
- GitSubmodulesConfig() - Constructor for class com.amazonaws.services.codebuild.model.GitSubmodulesConfig
-
- S3LogsConfig - Class in com.amazonaws.services.codebuild.model
-
Information about S3 logs for a build project.
- S3LogsConfig() - Constructor for class com.amazonaws.services.codebuild.model.S3LogsConfig
-
- S3ReportExportConfig - Class in com.amazonaws.services.codebuild.model
-
Information about the S3 bucket where the raw data of a report are exported.
- S3ReportExportConfig() - Constructor for class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
- ScalingConfigurationInput - Class in com.amazonaws.services.codebuild.model
-
The scaling configuration input of a compute fleet.
- ScalingConfigurationInput() - Constructor for class com.amazonaws.services.codebuild.model.ScalingConfigurationInput
-
- ScalingConfigurationOutput - Class in com.amazonaws.services.codebuild.model
-
The scaling configuration output of a compute fleet.
- ScalingConfigurationOutput() - Constructor for class com.amazonaws.services.codebuild.model.ScalingConfigurationOutput
-
- ScopeConfiguration - Class in com.amazonaws.services.codebuild.model
-
Contains configuration information about the scope for a webhook.
- ScopeConfiguration() - Constructor for class com.amazonaws.services.codebuild.model.ScopeConfiguration
-
- ServerType - Enum in com.amazonaws.services.codebuild.model
-
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The Amazon Resource Name (ARN) of the build.
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The ARN of the batch build.
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
The batch build ARN.
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.DeleteFleetRequest
-
The ARN of the compute fleet.
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.DeleteReportGroupRequest
-
The ARN of the report group to delete.
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.DeleteReportRequest
-
The ARN of the report to delete.
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.DeleteSourceCredentialsRequest
-
The Amazon Resource Name (ARN) of the token.
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.DeleteSourceCredentialsResult
-
The Amazon Resource Name (ARN) of the token.
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The ARN of the compute fleet.
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsResult
-
The Amazon Resource Name (ARN) of the token.
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
The Amazon Resource Name (ARN) of the build project.
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.Report
-
The ARN of the report run.
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The ARN of the ReportGroup.
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.SourceCredentialsInfo
-
The Amazon Resource Name (ARN) of the token.
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The ARN of the compute fleet.
- setArn(String) - Method in class com.amazonaws.services.codebuild.model.UpdateReportGroupRequest
-
The ARN of the report group to update.
- setArtifactIdentifier(String) - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
An identifier for this artifact definition.
- setArtifactIdentifier(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
An identifier for this artifact definition.
- setArtifacts(BuildArtifacts) - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about the output artifacts for the build.
- setArtifacts(BuildArtifacts) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
A BuildArtifacts object the defines the build artifacts for this batch build.
- setArtifacts(ProjectArtifacts) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Information about the build output artifacts for the build project.
- setArtifacts(ProjectArtifacts) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the build output artifacts for the build project.
- setArtifacts(ProjectArtifacts) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Information to be changed about the build output artifacts for the build project.
- setArtifactsOverride(ProjectArtifacts) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of ProjectArtifacts objects that contains information about the build output artifact
overrides for the build project.
- setArtifactsOverride(ProjectArtifacts) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Build output artifact settings that override, for this build only, the latest ones already defined in the build
project.
- setAuth(SourceAuth) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Information about the authorization settings for CodeBuild to access the source code to be built.
- setAuthType(String) - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
The type of authentication used to connect to a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or
Bitbucket repository.
- setAuthType(String) - Method in class com.amazonaws.services.codebuild.model.SourceCredentialsInfo
-
The type of authentication used by the credentials.
- setAverage(String) - Method in class com.amazonaws.services.codebuild.model.ReportGroupTrendStats
-
Contains the average of all values analyzed.
- setBadge(ProjectBadge) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the build badge for the build project.
- setBadgeEnabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Set this to true to generate a publicly accessible URL for your project's build badge.
- setBadgeEnabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.ProjectBadge
-
Set this to true to generate a publicly accessible URL for your project's build badge.
- setBadgeEnabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Set this to true to generate a publicly accessible URL for your project's build badge.
- setBadgeRequestUrl(String) - Method in class com.amazonaws.services.codebuild.model.ProjectBadge
-
The publicly-accessible URL through which you can access the build badge for your project.
- setBaseCapacity(Integer) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The initial number of machines allocated to the fleet, which defines the number of builds that can run in parallel.
- setBaseCapacity(Integer) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The initial number of machines allocated to the compute fleet, which defines the number of builds that can run in
parallel.
- setBaseCapacity(Integer) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The initial number of machines allocated to the compute fleet, which defines the number of builds that can run in
parallel.
- setBatchReportMode(String) - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
Specifies how build status reports are sent to the source provider for the batch build.
- setBranchCoveragePercentage(Double) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The percentage of branches that are covered by your tests.
- setBranchCoveragePercentage(Double) - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The percentage of branches that are covered by your tests.
- setBranchesCovered(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The number of conditional branches that are covered by your tests.
- setBranchesCovered(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The number of conditional branches that are covered by your tests.
- setBranchesMissed(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The number of conditional branches that are not covered by your tests.
- setBranchesMissed(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The number of conditional branches that are not covered by your tests.
- setBranchFilter(String) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
A regular expression used to determine which repository branches are built when a webhook is triggered.
- setBranchFilter(String) - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
A regular expression used to determine which repository branches are built when a webhook is triggered.
- setBranchFilter(String) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
A regular expression used to determine which repository branches are built when a webhook is triggered.
- setBucket(String) - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The name of the S3 bucket where the raw data of a report are exported.
- setBucketOwner(String) - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The Amazon Web Services account identifier of the owner of the Amazon S3 bucket.
- setBucketOwnerAccess(String) - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
- setBucketOwnerAccess(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
- setBucketOwnerAccess(BucketOwnerAccess) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
- setBucketOwnerAccess(String) - Method in class com.amazonaws.services.codebuild.model.S3LogsConfig
-
- setBuild(Build) - Method in class com.amazonaws.services.codebuild.model.RetryBuildResult
-
- setBuild(Build) - Method in class com.amazonaws.services.codebuild.model.StartBuildResult
-
Information about the build to be run.
- setBuild(Build) - Method in class com.amazonaws.services.codebuild.model.StopBuildResult
-
Information about the build.
- setBuildBatch(BuildBatch) - Method in class com.amazonaws.services.codebuild.model.RetryBuildBatchResult
-
- setBuildBatch(BuildBatch) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchResult
-
A BuildBatch object that contains information about the batch build.
- setBuildBatch(BuildBatch) - Method in class com.amazonaws.services.codebuild.model.StopBuildBatchResult
-
- setBuildBatchArn(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The ARN of the batch build that this build is a member of, if applicable.
- setBuildBatchConfig(ProjectBuildBatchConfig) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- setBuildBatchConfig(ProjectBuildBatchConfig) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
- setBuildBatchConfig(ProjectBuildBatchConfig) - Method in class com.amazonaws.services.codebuild.model.Project
-
- setBuildBatchConfig(ProjectBuildBatchConfig) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
- setBuildBatchConfigOverride(ProjectBuildBatchConfig) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A BuildBatchConfigOverride object that contains batch build configuration overrides.
- setBuildBatches(Collection<BuildBatch>) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildBatchesResult
-
An array of BuildBatch objects that represent the retrieved batch builds.
- setBuildBatchesNotFound(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildBatchesResult
-
An array that contains the identifiers of any batch builds that are not found.
- setBuildBatchNumber(Long) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The number of the batch build.
- setBuildBatchStatus(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The status of the batch build.
- setBuildComplete(Boolean) - Method in class com.amazonaws.services.codebuild.model.Build
-
Whether the build is complete.
- setBuildGroups(Collection<BuildGroup>) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of BuildGroup objects that define the build groups for the batch build.
- setBuildNumber(Long) - Method in class com.amazonaws.services.codebuild.model.Build
-
The number of the build.
- setBuilds(Collection<Build>) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildsResult
-
Information about the requested builds.
- setBuildsDeleted(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchDeleteBuildsResult
-
The IDs of the builds that were successfully deleted.
- setBuildsDeleted(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.DeleteBuildBatchResult
-
An array of strings that contain the identifiers of the builds that were deleted.
- setBuildsNotDeleted(Collection<BuildNotDeleted>) - Method in class com.amazonaws.services.codebuild.model.BatchDeleteBuildsResult
-
Information about any builds that could not be successfully deleted.
- setBuildsNotDeleted(Collection<BuildNotDeleted>) - Method in class com.amazonaws.services.codebuild.model.DeleteBuildBatchResult
-
An array of BuildNotDeleted objects that specify the builds that could not be deleted.
- setBuildsNotFound(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildsResult
-
The IDs of builds for which information could not be found.
- setBuildspec(String) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
The buildspec file declaration to use for the builds in this build project.
- setBuildspecOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A buildspec file declaration that overrides, for this build only, the latest one already defined in the build
project.
- setBuildspecOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A buildspec file declaration that overrides the latest one defined in the build project, for this build only.
- setBuildStatus(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The current status of the build.
- setBuildStatus(StatusType) - Method in class com.amazonaws.services.codebuild.model.Build
-
The current status of the build.
- setBuildStatus(String) - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
The status of the build group.
- setBuildStatusConfig(BuildStatusConfig) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Contains information that defines how the build project reports the build status to the source provider.
- setBuildStatusConfigOverride(BuildStatusConfig) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Contains information that defines how the build project reports the build status to the source provider.
- setBuildTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
Specifies the maximum amount of time, in minutes, that the build in a batch must be completed in.
- setBuildTimeoutInMinutesOverride(Integer) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
Overrides the build timeout specified in the batch build project.
- setBuildType(String) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
Specifies the type of build this webhook will trigger.
- setBuildType(String) - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
Specifies the type of build this webhook will trigger.
- setBuildType(String) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
Specifies the type of build this webhook will trigger.
- setCache(ProjectCache) - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about the cache for the build.
- setCache(ProjectCache) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- setCache(ProjectCache) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Stores recently used information so that it can be quickly accessed at a later time.
- setCache(ProjectCache) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the cache for the build project.
- setCache(ProjectCache) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Stores recently used information so that it can be quickly accessed at a later time.
- setCacheOverride(ProjectCache) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A ProjectCache object that specifies cache overrides.
- setCacheOverride(ProjectCache) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A ProjectCache object specified for this build that overrides the one defined in the build project.
- setCertificate(String) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The ARN of the Amazon S3 bucket, path prefix, and object key that contains the PEM-encoded certificate for the
build project.
- setCertificateOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of a certificate for this batch build that overrides the one specified in the batch build project.
- setCertificateOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of a certificate for this build that overrides the one specified in the build project.
- setCloudWatchLogs(CloudWatchLogsConfig) - Method in class com.amazonaws.services.codebuild.model.LogsConfig
-
Information about CloudWatch Logs for a build project.
- setCloudWatchLogs(CloudWatchLogsConfig) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
Information about CloudWatch Logs for a build project.
- setCloudWatchLogsArn(String) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The ARN of the CloudWatch Logs stream for a build execution.
- setCodeCoverages(Collection<CodeCoverage>) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesResult
-
An array of CodeCoverage objects that contain the results.
- setCodeCoverageSummary(CodeCoverageReportSummary) - Method in class com.amazonaws.services.codebuild.model.Report
-
A CodeCoverageReportSummary object that contains a code coverage summary for this report.
- setCombineArtifacts(Boolean) - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
Specifies if the build artifacts for the batch build should be combined into a single artifact location.
- setComplete(Boolean) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
Indicates if the batch build is complete.
- setComputeType(String) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
Information about the compute resources the compute fleet uses.
- setComputeType(String) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
Information about the compute resources the compute fleet uses.
- setComputeType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
Information about the compute resources the build project uses.
- setComputeType(ComputeType) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
Information about the compute resources the build project uses.
- setComputeType(String) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
Information about the compute resources the compute fleet uses.
- setComputeTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of a compute type for this batch build that overrides the one specified in the batch build project.
- setComputeTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of a compute type for this build that overrides the one specified in the build project.
- setComputeTypesAllowed(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchRestrictions
-
An array of strings that specify the compute types that are allowed for the batch build.
- setConcurrentBuildLimit(Integer) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
The maximum number of concurrent builds that are allowed for this project.
- setConcurrentBuildLimit(Integer) - Method in class com.amazonaws.services.codebuild.model.Project
-
The maximum number of concurrent builds that are allowed for this project.
- setConcurrentBuildLimit(Integer) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The maximum number of concurrent builds that are allowed for this project.
- setContext(String) - Method in class com.amazonaws.services.codebuild.model.BuildStatusConfig
-
Specifies the context of the build status CodeBuild sends to the source provider.
- setContext(String) - Method in class com.amazonaws.services.codebuild.model.FleetStatus
-
Additional information about a compute fleet.
- setContexts(Collection<PhaseContext>) - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
Additional information about the batch build phase.
- setContexts(Collection<PhaseContext>) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
Additional information about a build phase, especially to help troubleshoot a failed build.
- setCreated(Date) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The time at which the compute fleet was created.
- setCreated(Date) - Method in class com.amazonaws.services.codebuild.model.Project
-
When the build project was created, expressed in Unix time format.
- setCreated(Date) - Method in class com.amazonaws.services.codebuild.model.Report
-
The date and time this report run occurred.
- setCreated(Date) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The date and time this ReportGroup was created.
- setCredential(String) - Method in class com.amazonaws.services.codebuild.model.RegistryCredential
-
The Amazon Resource Name (ARN) or name of credentials created using Secrets Manager.
- setCredentialProvider(String) - Method in class com.amazonaws.services.codebuild.model.RegistryCredential
-
The service that created the credentials to access a private Docker registry.
- setCurrentBuildSummary(BuildSummary) - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
A BuildSummary object that contains a summary of the current build group.
- setCurrentPhase(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The current build phase.
- setCurrentPhase(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The current phase of the batch build.
- setData(String) - Method in class com.amazonaws.services.codebuild.model.ReportWithRawData
-
The value of the requested data field from the report.
- setDebugSession(DebugSession) - Method in class com.amazonaws.services.codebuild.model.Build
-
Contains information about the debug session for this build.
- setDebugSessionEnabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
Specifies if session debugging is enabled for this batch build.
- setDebugSessionEnabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
Specifies if session debugging is enabled for this batch build.
- setDebugSessionEnabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Specifies if session debugging is enabled for this build.
- setDeepLink(String) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The URL to an individual build log in CloudWatch Logs.
- setDeleteReports(Boolean) - Method in class com.amazonaws.services.codebuild.model.DeleteReportGroupRequest
-
If true, deletes any reports that belong to a report group before deleting the report group.
- setDependsOn(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
An array of strings that contain the identifiers of the build groups that this build group depends on.
- setDescription(String) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
A description that makes the build project easy to identify.
- setDescription(String) - Method in class com.amazonaws.services.codebuild.model.EnvironmentImage
-
The description of the Docker image.
- setDescription(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
A description that makes the build project easy to identify.
- setDescription(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
A new or replacement description of the build project.
- setDesiredCapacity(Integer) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationOutput
-
The desired number of instances in the fleet when auto-scaling.
- setDomain(String) - Method in class com.amazonaws.services.codebuild.model.ScopeConfiguration
-
The domain of the GitHub Enterprise organization.
- setDurationInNanoSeconds(Long) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The number of nanoseconds it took to run this test case.
- setDurationInNanoSeconds(Long) - Method in class com.amazonaws.services.codebuild.model.TestReportSummary
-
The number of nanoseconds it took to run all of the test cases in this report.
- setDurationInSeconds(Long) - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
How long, in seconds, between the starting and ending times of the batch build's phase.
- setDurationInSeconds(Long) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
How long, in seconds, between the starting and ending times of the build's phase.
- setEncryptionDisabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
Information that tells you if encryption for build artifacts is disabled.
- setEncryptionDisabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Set to true if you do not want your output artifacts encrypted.
- setEncryptionDisabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.S3LogsConfig
-
Set to true if you do not want your S3 build log output encrypted.
- setEncryptionDisabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
A boolean value that specifies if the results of a report are encrypted.
- setEncryptionKey(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
- setEncryptionKey(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The Key Management Service customer master key (CMK) to be used for encrypting the batch build output artifacts.
- setEncryptionKey(String) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
- setEncryptionKey(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
- setEncryptionKey(String) - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The encryption key for the report's encrypted raw data.
- setEncryptionKey(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
- setEncryptionKeyOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The Key Management Service customer master key (CMK) that overrides the one specified in the batch build project.
- setEncryptionKeyOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The Key Management Service customer master key (CMK) that overrides the one specified in the build project.
- setEndpoint(String) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuild
-
- setEndpoint(String) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuild
-
- setEndTime(Date) - Method in class com.amazonaws.services.codebuild.model.Build
-
When the build process ended, expressed in Unix time format.
- setEndTime(Date) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The date and time that the batch build ended.
- setEndTime(Date) - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
When the batch build phase ended, expressed in Unix time format.
- setEndTime(Date) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
When the build phase ended, expressed in Unix time format.
- setEnvironment(ProjectEnvironment) - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about the build environment for this build.
- setEnvironment(ProjectEnvironment) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- setEnvironment(ProjectEnvironment) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Information about the build environment for the build project.
- setEnvironment(ProjectEnvironment) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the build environment for this build project.
- setEnvironment(ProjectEnvironment) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Information to be changed about the build environment for the build project.
- setEnvironmentType(String) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The environment type of the compute fleet.
- setEnvironmentType(String) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The environment type of the compute fleet.
- setEnvironmentType(String) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The environment type of the compute fleet.
- setEnvironmentTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A container type for this batch build that overrides the one specified in the batch build project.
- setEnvironmentTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A container type for this build that overrides the one specified in the build project.
- setEnvironmentVariables(Collection<EnvironmentVariable>) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
A set of environment variables to make available to builds for this build project.
- setEnvironmentVariablesOverride(Collection<EnvironmentVariable>) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of EnvironmentVariable objects that override, or add to, the environment variables defined
in the batch build project.
- setEnvironmentVariablesOverride(Collection<EnvironmentVariable>) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A set of environment variables that overrides, for this build only, the latest ones already defined in the build
project.
- setExcludeMatchedPattern(Boolean) - Method in class com.amazonaws.services.codebuild.model.WebhookFilter
-
Used to indicate that the pattern determines which webhook events do not trigger a build.
- setExecutionId(String) - Method in class com.amazonaws.services.codebuild.model.Report
-
The ARN of the build run that generated this report.
- setExpired(Date) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The date and time that the tests were run.
- setExpired(Date) - Method in class com.amazonaws.services.codebuild.model.Report
-
The date and time a report expires.
- setExpired(Date) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The date and time a test case expires.
- setExportConfig(ReportExportConfig) - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupRequest
-
A ReportExportConfig object that contains information about where the report group test results are
exported.
- setExportConfig(ReportExportConfig) - Method in class com.amazonaws.services.codebuild.model.Report
-
Information about where the raw data used to generate this report was exported.
- setExportConfig(ReportExportConfig) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
Information about the destination where the raw data of this ReportGroup is exported.
- setExportConfig(ReportExportConfig) - Method in class com.amazonaws.services.codebuild.model.UpdateReportGroupRequest
-
Used to specify an updated export type.
- setExportConfigType(String) - Method in class com.amazonaws.services.codebuild.model.ReportExportConfig
-
The export configuration type.
- setExportedEnvironmentVariables(Collection<ExportedEnvironmentVariable>) - Method in class com.amazonaws.services.codebuild.model.Build
-
A list of exported environment variables for this build.
- setFetchSubmodules(Boolean) - Method in class com.amazonaws.services.codebuild.model.GitSubmodulesConfig
-
Set to true to fetch Git submodules for your CodeBuild build project.
- setFilePath(String) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The path of the test report file.
- setFileSystemLocations(Collection<ProjectFileSystemLocation>) - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- setFileSystemLocations(Collection<ProjectFileSystemLocation>) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of ProjectFileSystemLocation objects for the batch build project.
- setFileSystemLocations(Collection<ProjectFileSystemLocation>) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- setFileSystemLocations(Collection<ProjectFileSystemLocation>) - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- setFileSystemLocations(Collection<ProjectFileSystemLocation>) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- setFilter(TestCaseFilter) - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesRequest
-
A TestCaseFilter object used to filter the returned reports.
- setFilter(BuildBatchFilter) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
A BuildBatchFilter object that specifies the filters for the search.
- setFilter(BuildBatchFilter) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesRequest
-
A BuildBatchFilter object that specifies the filters for the search.
- setFilter(ReportFilter) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
A ReportFilter object used to filter the returned reports.
- setFilter(ReportFilter) - Method in class com.amazonaws.services.codebuild.model.ListReportsRequest
-
A ReportFilter object used to filter the returned reports.
- setFilterGroups(Collection<List<WebhookFilter>>) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
An array of arrays of WebhookFilter objects used to determine which webhooks are triggered.
- setFilterGroups(Collection<List<WebhookFilter>>) - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
An array of arrays of WebhookFilter objects used to determine if a webhook event can trigger a
build.
- setFilterGroups(Collection<List<WebhookFilter>>) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
An array of arrays of WebhookFilter objects used to determine which webhooks are triggered.
- setFleet(Fleet) - Method in class com.amazonaws.services.codebuild.model.CreateFleetResult
-
Information about the compute fleet
- setFleet(ProjectFleet) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
A ProjectFleet object to use for this build project.
- setFleet(Fleet) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetResult
-
A Fleet object.
- setFleetArn(String) - Method in class com.amazonaws.services.codebuild.model.ProjectFleet
-
Specifies the compute fleet ARN for the build project.
- setFleetOverride(ProjectFleet) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A ProjectFleet object specified for this build that overrides the one defined in the build project.
- setFleets(Collection<Fleet>) - Method in class com.amazonaws.services.codebuild.model.BatchGetFleetsResult
-
Information about the requested compute fleets.
- setFleets(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListFleetsResult
-
The list of compute fleet names.
- setFleetServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The service role associated with the compute fleet.
- setFleetServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The service role associated with the compute fleet.
- setFleetServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The service role associated with the compute fleet.
- setFleetsNotFound(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetFleetsResult
-
The names of compute fleets for which information could not be found.
- setGitCloneDepth(Integer) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Information about the Git clone depth for the build project.
- setGitCloneDepthOverride(Integer) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The user-defined depth of history, with a minimum value of 0, that overrides, for this batch build only, any
previous depth of history defined in the batch build project.
- setGitCloneDepthOverride(Integer) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The user-defined depth of history, with a minimum value of 0, that overrides, for this build only, any previous
depth of history defined in the build project.
- setGitSubmodulesConfig(GitSubmodulesConfig) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Information about the Git submodules configuration for the build project.
- setGitSubmodulesConfigOverride(GitSubmodulesConfig) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A GitSubmodulesConfig object that overrides the Git submodules configuration for this batch build.
- setGitSubmodulesConfigOverride(GitSubmodulesConfig) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Information about the Git submodules configuration for this build of an CodeBuild build project.
- setGroupName(String) - Method in class com.amazonaws.services.codebuild.model.CloudWatchLogsConfig
-
The group name of the logs in CloudWatch Logs.
- setGroupName(String) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The name of the CloudWatch Logs group for the build logs.
- setId(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The unique ID for the build.
- setId(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The identifier of the batch build.
- setId(String) - Method in class com.amazonaws.services.codebuild.model.BuildNotDeleted
-
The ID of the build that could not be successfully deleted.
- setId(String) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The identifier of the code coverage report.
- setId(String) - Method in class com.amazonaws.services.codebuild.model.DeleteBuildBatchRequest
-
The identifier of the batch build to delete.
- setId(String) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The ID of the compute fleet.
- setId(String) - Method in class com.amazonaws.services.codebuild.model.RetryBuildBatchRequest
-
Specifies the identifier of the batch build to restart.
- setId(String) - Method in class com.amazonaws.services.codebuild.model.RetryBuildRequest
-
Specifies the identifier of the build to restart.
- setId(String) - Method in class com.amazonaws.services.codebuild.model.StopBuildBatchRequest
-
The identifier of the batch build to stop.
- setId(String) - Method in class com.amazonaws.services.codebuild.model.StopBuildRequest
-
The ID of the build.
- setIdempotencyToken(String) - Method in class com.amazonaws.services.codebuild.model.RetryBuildBatchRequest
-
A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuildBatch
request.
- setIdempotencyToken(String) - Method in class com.amazonaws.services.codebuild.model.RetryBuildRequest
-
A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuild request.
- setIdempotencyToken(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A unique, case sensitive identifier you provide to ensure the idempotency of the StartBuildBatch
request.
- setIdempotencyToken(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A unique, case sensitive identifier you provide to ensure the idempotency of the StartBuild request.
- setIdentifier(String) - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
Contains the identifier of the build group.
- setIdentifier(String) - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
The name used to access a file system created by Amazon EFS.
- setIdentifier(String) - Method in class com.amazonaws.services.codebuild.model.ResolvedArtifact
-
The identifier of the artifact.
- setIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchDeleteBuildsRequest
-
The IDs of the builds to delete.
- setIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildBatchesRequest
-
An array that contains the batch build identifiers to retrieve.
- setIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildsRequest
-
The IDs of the builds.
- setIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectResult
-
An array of strings that contains the batch build identifiers.
- setIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesResult
-
An array of strings that contains the batch build identifiers.
- setIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectResult
-
A list of build identifiers for the specified build project, with each build ID representing a single build.
- setIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListBuildsResult
-
A list of build IDs, with each build ID representing a single build.
- setIgnoreFailure(Boolean) - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
Specifies if failures in this build group can be ignored.
- setImage(String) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The image tag or image digest that identifies the Docker image to use for this build project.
- setImageOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of an image for this batch build that overrides the one specified in the batch build project.
- setImageOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of an image for this build that overrides the one specified in the build project.
- setImagePullCredentialsType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The type of credentials CodeBuild uses to pull images in your build.
- setImagePullCredentialsType(ImagePullCredentialsType) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The type of credentials CodeBuild uses to pull images in your build.
- setImagePullCredentialsTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The type of credentials CodeBuild uses to pull images in your batch build.
- setImagePullCredentialsTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The type of credentials CodeBuild uses to pull images in your build.
- setImages(Collection<EnvironmentImage>) - Method in class com.amazonaws.services.codebuild.model.EnvironmentLanguage
-
The list of Docker images that are related by the specified programming language.
- setInitiator(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The entity that started the build.
- setInitiator(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The entity that started the batch build.
- setInsecureSsl(Boolean) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Enable this flag to ignore SSL warnings while connecting to the project source code.
- setInsecureSslOverride(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
Enable this flag to override the insecure SSL setting that is specified in the batch build project.
- setInsecureSslOverride(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Enable this flag to override the insecure SSL setting that is specified in the build project.
- setKey(String) - Method in class com.amazonaws.services.codebuild.model.Tag
-
The tag's key.
- setKeyword(String) - Method in class com.amazonaws.services.codebuild.model.TestCaseFilter
-
A keyword that is used to filter on the name or the prefix of the test cases.
- setLanguage(String) - Method in class com.amazonaws.services.codebuild.model.EnvironmentLanguage
-
The programming language for the Docker images.
- setLanguage(LanguageType) - Method in class com.amazonaws.services.codebuild.model.EnvironmentLanguage
-
The programming language for the Docker images.
- setLanguages(Collection<EnvironmentLanguage>) - Method in class com.amazonaws.services.codebuild.model.EnvironmentPlatform
-
The list of programming languages that are available for the specified platform.
- setLastModified(Date) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The time at which the compute fleet was last modified.
- setLastModified(Date) - Method in class com.amazonaws.services.codebuild.model.Project
-
When the build project's settings were last modified, expressed in Unix time format.
- setLastModified(Date) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The date and time this ReportGroup was last modified.
- setLastModifiedSecret(Date) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
A timestamp that indicates the last time a repository's secret token was modified.
- setLineCoveragePercentage(Double) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The percentage of lines that are covered by your tests.
- setLineCoveragePercentage(Double) - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The percentage of lines that are covered by your tests.
- setLinesCovered(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The number of lines that are covered by your tests.
- setLinesCovered(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The number of lines that are covered by your tests.
- setLinesMissed(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The number of lines that are not covered by your tests.
- setLinesMissed(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The number of lines that are not covered by your tests.
- setLocation(String) - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
Information about the location of the build artifacts.
- setLocation(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Information about the build output artifact location:
- setLocation(String) - Method in class com.amazonaws.services.codebuild.model.ProjectCache
-
Information about the cache location:
- setLocation(String) - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
A string that specifies the location of the file system created by Amazon EFS.
- setLocation(String) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Information about the location of the source code to be built.
- setLocation(String) - Method in class com.amazonaws.services.codebuild.model.ResolvedArtifact
-
The location of the artifact.
- setLocation(String) - Method in class com.amazonaws.services.codebuild.model.S3LogsConfig
-
The ARN of an S3 bucket and the path prefix for S3 logs.
- setLogConfig(LogsConfig) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- setLogs(LogsLocation) - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about the build's logs in CloudWatch Logs.
- setLogsConfig(LogsConfig) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Information about logs for the build project.
- setLogsConfig(LogsConfig) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about logs for the build project.
- setLogsConfig(LogsConfig) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Information about logs for the build project.
- setLogsConfigOverride(LogsConfig) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A LogsConfig object that override the log settings defined in the batch build project.
- setLogsConfigOverride(LogsConfig) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Log settings for this build that override the log settings defined in the build project.
- setManualCreation(Boolean) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns
payloadUrl and secret values for the webhook.
- setManualCreation(Boolean) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns
payloadUrl and secret values for the webhook.
- setMax(String) - Method in class com.amazonaws.services.codebuild.model.ReportGroupTrendStats
-
Contains the maximum value analyzed.
- setMaxCapacity(Integer) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationInput
-
The maximum number of instances in the fleet when auto-scaling.
- setMaxCapacity(Integer) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationOutput
-
The maximum number of instances in the fleet when auto-scaling.
- setMaximumBuildsAllowed(Integer) - Method in class com.amazonaws.services.codebuild.model.BatchRestrictions
-
Specifies the maximum number of builds allowed.
- setMaxLineCoveragePercentage(Double) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
The maximum line coverage percentage to report.
- setMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
The maximum number of results to return.
- setMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesRequest
-
The maximum number of paginated test cases returned per response.
- setMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
The maximum number of results to return.
- setMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesRequest
-
The maximum number of results to return.
- setMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListFleetsRequest
-
The maximum number of paginated compute fleets returned per response.
- setMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsRequest
-
The maximum number of paginated report groups returned per response.
- setMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
The maximum number of paginated reports in this report group returned per response.
- setMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListReportsRequest
-
The maximum number of paginated reports returned per response.
- setMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsRequest
-
The maximum number of paginated shared build projects returned per response.
- setMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsRequest
-
The maximum number of paginated shared report groups per response.
- setMd5sum(String) - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
The MD5 hash of the build artifact.
- setMessage(String) - Method in class com.amazonaws.services.codebuild.model.FleetStatus
-
A message associated with the status of a compute fleet.
- setMessage(String) - Method in class com.amazonaws.services.codebuild.model.PhaseContext
-
An explanation of the build phase's context.
- setMessage(String) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
A message associated with a test case.
- setMetricType(String) - Method in class com.amazonaws.services.codebuild.model.TargetTrackingScalingConfiguration
-
The metric type to determine auto-scaling.
- setMin(String) - Method in class com.amazonaws.services.codebuild.model.ReportGroupTrendStats
-
Contains the minimum value analyzed.
- setMinLineCoveragePercentage(Double) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
The minimum line coverage percentage to report.
- setModes(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ProjectCache
-
An array of strings that specify the local cache modes.
- setMountOptions(String) - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
The mount options for a file system created by Amazon EFS.
- setMountPoint(String) - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
The location in the container where you mount the file system.
- setName(String) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The name of the compute fleet.
- setName(String) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
The name of the build project.
- setName(String) - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupRequest
-
The name of the report group.
- setName(String) - Method in class com.amazonaws.services.codebuild.model.DeleteProjectRequest
-
The name of the build project.
- setName(String) - Method in class com.amazonaws.services.codebuild.model.EnvironmentImage
-
The name of the Docker image.
- setName(String) - Method in class com.amazonaws.services.codebuild.model.EnvironmentVariable
-
The name or key of the environment variable.
- setName(String) - Method in class com.amazonaws.services.codebuild.model.ExportedEnvironmentVariable
-
The name of the exported environment variable.
- setName(String) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The name of the compute fleet.
- setName(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
The name of the build project.
- setName(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Along with path and namespaceType, the pattern that CodeBuild uses to name and store
the output artifact:
- setName(String) - Method in class com.amazonaws.services.codebuild.model.Report
-
The name of the report that was run.
- setName(String) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The name of the ReportGroup.
- setName(String) - Method in class com.amazonaws.services.codebuild.model.ScopeConfiguration
-
The name of either the enterprise or organization that will send webhook events to CodeBuild, depending on if the
webhook is a global or organization webhook respectively.
- setName(String) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The name of the test case.
- setName(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The name of the build project.
- setNames(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetFleetsRequest
-
The names or ARNs of the compute fleets.
- setNames(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetProjectsRequest
-
The names or ARNs of the build projects.
- setNamespaceType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Along with path and name, the pattern that CodeBuild uses to determine the name and
location to store the output artifact:
- setNamespaceType(ArtifactNamespace) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Along with path and name, the pattern that CodeBuild uses to determine the name and
location to store the output artifact:
- setNetworkInterface(NetworkInterface) - Method in class com.amazonaws.services.codebuild.model.Build
-
Describes a network interface.
- setNetworkInterfaceId(String) - Method in class com.amazonaws.services.codebuild.model.NetworkInterface
-
The ID of the network interface.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
The nextToken value returned from a previous call to DescribeCodeCoverages.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesResult
-
If there are more items to return, this contains a token that is passed to a subsequent call to
DescribeCodeCoverages to retrieve the next set of items.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
The nextToken value returned from a previous call to ListBuildBatchesForProject.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectResult
-
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatchesForProject to retrieve the next set of items.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesRequest
-
The nextToken value returned from a previous call to ListBuildBatches.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesResult
-
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatches to retrieve the next set of items.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectRequest
-
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a nextToken.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectResult
-
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string
called a nextToken.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildsRequest
-
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a nextToken.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildsResult
-
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string
called a nextToken.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListFleetsRequest
-
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a nextToken.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListFleetsResult
-
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string
called a nextToken.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListProjectsRequest
-
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a nextToken.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListProjectsResult
-
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string
called a nextToken.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListReportsRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListReportsResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- setNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- setNumOfReports(Integer) - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendRequest
-
The number of reports to analyze.
- setOverflowBehavior(String) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The compute fleet overflow behavior.
- setOverflowBehavior(String) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The compute fleet overflow behavior.
- setOverflowBehavior(String) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The compute fleet overflow behavior.
- setOverrideArtifactName(Boolean) - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
If this flag is set, a name specified in the buildspec file overrides the artifact name.
- setOverrideArtifactName(Boolean) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
If this flag is set, a name specified in the buildspec file overrides the artifact name.
- setPackaging(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
The type of build output artifact to create:
- setPackaging(ArtifactPackaging) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
The type of build output artifact to create:
- setPackaging(String) - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The type of build output artifact to create.
- setPath(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Along with namespaceType and name, the pattern that CodeBuild uses to name and store
the output artifact:
- setPath(String) - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The path to the exported report's raw data results.
- setPattern(String) - Method in class com.amazonaws.services.codebuild.model.WebhookFilter
-
For a WebHookFilter that uses EVENT type, a comma-separated string that specifies one
or more events.
- setPayloadUrl(String) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
The CodeBuild endpoint where webhook events are sent.
- setPhases(Collection<BuildPhase>) - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about all previous build phases that are complete and information about any current build phase that
is not yet complete.
- setPhases(Collection<BuildBatchPhase>) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of BuildBatchPhase objects the specify the phases of the batch build.
- setPhaseStatus(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
The current status of the batch build phase.
- setPhaseStatus(String) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
The current status of the build phase.
- setPhaseStatus(StatusType) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
The current status of the build phase.
- setPhaseType(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
The name of the batch build phase.
- setPhaseType(String) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
The name of the build phase.
- setPhaseType(BuildPhaseType) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
The name of the build phase.
- setPlatform(String) - Method in class com.amazonaws.services.codebuild.model.EnvironmentPlatform
-
The platform's name.
- setPlatform(PlatformType) - Method in class com.amazonaws.services.codebuild.model.EnvironmentPlatform
-
The platform's name.
- setPlatforms(Collection<EnvironmentPlatform>) - Method in class com.amazonaws.services.codebuild.model.ListCuratedEnvironmentImagesResult
-
Information about supported platforms for Docker images that are managed by CodeBuild.
- setPolicy(String) - Method in class com.amazonaws.services.codebuild.model.GetResourcePolicyResult
-
The resource policy for the resource identified by the input ARN parameter.
- setPolicy(String) - Method in class com.amazonaws.services.codebuild.model.PutResourcePolicyRequest
-
A JSON-formatted resource policy.
- setPrefix(String) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
A string that is applied to a series of related test cases.
- setPrimaryArtifact(ResolvedArtifact) - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
A ResolvedArtifact object that represents the primary build artifacts for the build group.
- setPriorBuildSummaryList(Collection<BuildSummary>) - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
An array of BuildSummary objects that contain summaries of previous build groups.
- setPrivilegedMode(Boolean) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
Enables running the Docker daemon inside a Docker container.
- setPrivilegedModeOverride(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
Enable this flag to override privileged mode in the batch build project.
- setPrivilegedModeOverride(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Enable this flag to override privileged mode in the build project.
- setProject(Project) - Method in class com.amazonaws.services.codebuild.model.CreateProjectResult
-
Information about the build project that was created.
- setProject(Project) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectResult
-
Information about the build project that was changed.
- setProjectArn(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityRequest
-
The Amazon Resource Name (ARN) of the build project.
- setProjectArn(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityResult
-
The Amazon Resource Name (ARN) of the build project.
- setProjectName(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The name of the CodeBuild project.
- setProjectName(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The name of the batch build project.
- setProjectName(String) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
The name of the CodeBuild project.
- setProjectName(String) - Method in class com.amazonaws.services.codebuild.model.DeleteWebhookRequest
-
The name of the CodeBuild project.
- setProjectName(String) - Method in class com.amazonaws.services.codebuild.model.InvalidateProjectCacheRequest
-
The name of the CodeBuild build project that the cache is reset for.
- setProjectName(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
The name of the project.
- setProjectName(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectRequest
-
The name of the CodeBuild project.
- setProjectName(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of the project.
- setProjectName(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of the CodeBuild build project to start running a build.
- setProjectName(String) - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
The name of the CodeBuild project.
- setProjects(Collection<Project>) - Method in class com.amazonaws.services.codebuild.model.BatchGetProjectsResult
-
Information about the requested build projects.
- setProjects(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListProjectsResult
-
The list of build project names, with each build project name representing a single build project.
- setProjects(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsResult
-
The list of ARNs for the build projects shared with the current Amazon Web Services account or user.
- setProjectsNotFound(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetProjectsResult
-
The names of build projects for which information could not be found.
- setProjectVisibility(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
- setProjectVisibility(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityRequest
-
- setProjectVisibility(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityResult
-
- setPublicProjectAlias(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
Contains the project identifier used with the public build APIs.
- setPublicProjectAlias(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityResult
-
Contains the project identifier used with the public build APIs.
- setQueuedTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.Build
-
The number of minutes a build is allowed to be queued before it times out.
- setQueuedTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
Specifies the amount of time, in minutes, that the batch build is allowed to be queued before it times out.
- setQueuedTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
The number of minutes a build is allowed to be queued before it times out.
- setQueuedTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.Project
-
The number of minutes a build is allowed to be queued before it times out.
- setQueuedTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The number of minutes a build is allowed to be queued before it times out.
- setQueuedTimeoutInMinutesOverride(Integer) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The number of minutes a batch build is allowed to be queued before it times out.
- setQueuedTimeoutInMinutesOverride(Integer) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The number of minutes a build is allowed to be queued before it times out.
- setRawData(Collection<ReportWithRawData>) - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendResult
-
An array that contains the raw data for each report.
- setRegion(Region) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuild
-
- setRegion(Region) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuild
-
- setRegistryCredential(RegistryCredential) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The credentials for access to a private registry.
- setRegistryCredentialOverride(RegistryCredential) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A RegistryCredential object that overrides credentials for access to a private registry.
- setRegistryCredentialOverride(RegistryCredential) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The credentials for access to a private registry.
- setReportARN(String) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The ARN of the report.
- setReportArn(String) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
The ARN of the report for which test cases are returned.
- setReportArn(String) - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesRequest
-
The ARN of the report for which test cases are returned.
- setReportArn(String) - Method in class com.amazonaws.services.codebuild.model.ReportWithRawData
-
The ARN of the report.
- setReportArn(String) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The ARN of the report to which the test case belongs.
- setReportArns(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportsRequest
-
An array of ARNs that identify the Report objects to return.
- setReportArns(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of the ARNs associated with this build's reports.
- setReportBuildBatchStatusOverride(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
Set to true to report to your source provider the status of a batch build's start and completion.
- setReportBuildStatus(Boolean) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Set to true to report the status of a build's start and finish to your source provider.
- setReportBuildStatusOverride(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Set to true to report to your source provider the status of a build's start and completion.
- setReportGroup(ReportGroup) - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupResult
-
Information about the report group that was created.
- setReportGroup(ReportGroup) - Method in class com.amazonaws.services.codebuild.model.UpdateReportGroupResult
-
Information about the updated report group.
- setReportGroupArn(String) - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendRequest
-
The ARN of the report group that contains the reports to analyze.
- setReportGroupArn(String) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
The ARN of the report group for which you want to return report ARNs.
- setReportGroupArn(String) - Method in class com.amazonaws.services.codebuild.model.Report
-
The ARN of the report group associated with this report.
- setReportGroupArns(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportGroupsRequest
-
An array of report group ARNs that identify the report groups to return.
- setReportGroups(Collection<ReportGroup>) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportGroupsResult
-
The array of report groups returned by BatchGetReportGroups.
- setReportGroups(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsResult
-
The list of ARNs for the report groups in the current Amazon Web Services account.
- setReportGroups(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsResult
-
The list of ARNs for the report groups shared with the current Amazon Web Services account or user.
- setReportGroupsNotFound(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportGroupsResult
-
An array of ARNs passed to BatchGetReportGroups that are not associated with a
ReportGroup.
- setReports(Collection<Report>) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportsResult
-
The array of Report objects returned by BatchGetReports.
- setReports(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupResult
-
The list of report ARNs.
- setReports(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListReportsResult
-
The list of returned ARNs for the reports in the current Amazon Web Services account.
- setReportsNotFound(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportsResult
-
An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.
- setRequestedOn(Date) - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
When the build was started, expressed in Unix time format.
- setResolvedSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
An identifier for the version of this build's source code.
- setResolvedSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The identifier of the resolved version of this batch build's source code.
- setResource(String) - Method in class com.amazonaws.services.codebuild.model.SourceAuth
-
The resource value that applies to the specified authorization type.
- setResource(String) - Method in class com.amazonaws.services.codebuild.model.SourceCredentialsInfo
-
The connection ARN if your serverType type is GITLAB or GITLAB_SELF_MANAGED and your authType is CODECONNECTIONS.
- setResourceAccessRole(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the
project's builds.
- setResourceAccessRole(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityRequest
-
The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the
project's builds.
- setResourceArn(String) - Method in class com.amazonaws.services.codebuild.model.DeleteResourcePolicyRequest
-
The ARN of the resource that is associated with the resource policy.
- setResourceArn(String) - Method in class com.amazonaws.services.codebuild.model.GetResourcePolicyRequest
-
The ARN of the resource that is associated with the resource policy.
- setResourceArn(String) - Method in class com.amazonaws.services.codebuild.model.PutResourcePolicyRequest
-
The ARN of the Project or ReportGroup resource you want to associate with a resource
policy.
- setResourceArn(String) - Method in class com.amazonaws.services.codebuild.model.PutResourcePolicyResult
-
The ARN of the Project or ReportGroup resource that is associated with a resource
policy.
- setRestrictions(BatchRestrictions) - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
A BatchRestrictions object that specifies the restrictions for the batch build.
- setRetryType(String) - Method in class com.amazonaws.services.codebuild.model.RetryBuildBatchRequest
-
Specifies the type of retry to perform.
- setRotateSecret(Boolean) - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
A boolean value that specifies whether the associated GitHub repository's secret token should be updated.
- setS3DeepLink(String) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The URL to a build log in an S3 bucket.
- setS3Destination(S3ReportExportConfig) - Method in class com.amazonaws.services.codebuild.model.ReportExportConfig
-
A S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported.
- setS3Logs(S3LogsConfig) - Method in class com.amazonaws.services.codebuild.model.LogsConfig
-
Information about logs built to an S3 bucket for a build project.
- setS3Logs(S3LogsConfig) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
Information about S3 logs for a build project.
- setS3LogsArn(String) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The ARN of S3 logs for a build project.
- setScalingConfiguration(ScalingConfigurationInput) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The scaling configuration of the compute fleet.
- setScalingConfiguration(ScalingConfigurationOutput) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The scaling configuration of the compute fleet.
- setScalingConfiguration(ScalingConfigurationInput) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The scaling configuration of the compute fleet.
- setScalingType(String) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationInput
-
The scaling type for a compute fleet.
- setScalingType(String) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationOutput
-
The scaling type for a compute fleet.
- setScope(String) - Method in class com.amazonaws.services.codebuild.model.ScopeConfiguration
-
The type of scope for a GitHub webhook.
- setScopeConfiguration(ScopeConfiguration) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
The scope configuration for global or organization webhooks.
- setScopeConfiguration(ScopeConfiguration) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
The scope configuration for global or organization webhooks.
- setSecondaryArtifacts(Collection<BuildArtifacts>) - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectArtifacts objects.
- setSecondaryArtifacts(Collection<BuildArtifacts>) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of BuildArtifacts objects the define the build artifacts for this batch build.
- setSecondaryArtifacts(Collection<ResolvedArtifact>) - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
An array of ResolvedArtifact objects that represents the secondary build artifacts for the build
group.
- setSecondaryArtifacts(Collection<ProjectArtifacts>) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectArtifacts objects.
- setSecondaryArtifacts(Collection<ProjectArtifacts>) - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectArtifacts objects.
- setSecondaryArtifacts(Collection<ProjectArtifacts>) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectArtifact objects.
- setSecondaryArtifactsOverride(Collection<ProjectArtifacts>) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of ProjectArtifacts objects that override the secondary artifacts defined in the batch
build project.
- setSecondaryArtifactsOverride(Collection<ProjectArtifacts>) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
An array of ProjectArtifacts objects.
- setSecondarySources(Collection<ProjectSource>) - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectSource objects.
- setSecondarySources(Collection<ProjectSource>) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of ProjectSource objects that define the sources for the batch build.
- setSecondarySources(Collection<ProjectSource>) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectSource objects.
- setSecondarySources(Collection<ProjectSource>) - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectSource objects.
- setSecondarySources(Collection<ProjectSource>) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectSource objects.
- setSecondarySourcesOverride(Collection<ProjectSource>) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of ProjectSource objects that override the secondary sources defined in the batch build
project.
- setSecondarySourcesOverride(Collection<ProjectSource>) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
An array of ProjectSource objects.
- setSecondarySourcesVersionOverride(Collection<ProjectSourceVersion>) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of ProjectSourceVersion objects that override the secondary source versions in the batch
build project.
- setSecondarySourcesVersionOverride(Collection<ProjectSourceVersion>) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
An array of ProjectSourceVersion objects that specify one or more versions of the project's
secondary sources to be used for this build only.
- setSecondarySourceVersions(Collection<ProjectSourceVersion>) - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectSourceVersion objects.
- setSecondarySourceVersions(Collection<ProjectSourceVersion>) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of ProjectSourceVersion objects.
- setSecondarySourceVersions(Collection<ProjectSourceVersion>) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectSourceVersion objects.
- setSecondarySourceVersions(Collection<ProjectSourceVersion>) - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectSourceVersion objects.
- setSecondarySourceVersions(Collection<ProjectSourceVersion>) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectSourceVersion objects.
- setSecret(String) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
The secret token of the associated repository.
- setSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.VpcConfig
-
A list of one or more security groups IDs in your Amazon VPC.
- setServerType(String) - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
The source provider used for this project.
- setServerType(String) - Method in class com.amazonaws.services.codebuild.model.SourceCredentialsInfo
-
The type of source provider.
- setServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The name of a service role used for this build.
- setServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The name of a service role used for builds in the batch.
- setServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf
of the Amazon Web Services account.
- setServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf
of the Amazon Web Services account.
- setServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
Specifies the service role ARN for the batch build project.
- setServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The replacement ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services
services on behalf of the Amazon Web Services account.
- setServiceRoleOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of a service role for this batch build that overrides the one specified in the batch build project.
- setServiceRoleOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of a service role for this build that overrides the one specified in the build project.
- setSessionEnabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.DebugSession
-
Specifies if session debugging is enabled for this build.
- setSessionTarget(String) - Method in class com.amazonaws.services.codebuild.model.DebugSession
-
Contains the identifier of the Session Manager session used for the build.
- setSha256sum(String) - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
The SHA-256 hash of the build artifact.
- setShouldOverwrite(Boolean) - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
Set to false to prevent overwriting the repository source credentials.
- setSortBy(String) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
Specifies how the results are sorted.
- setSortBy(String) - Method in class com.amazonaws.services.codebuild.model.ListFleetsRequest
-
The criterion to be used to list compute fleet names.
- setSortBy(String) - Method in class com.amazonaws.services.codebuild.model.ListProjectsRequest
-
The criterion to be used to list build project names.
- setSortBy(ProjectSortByType) - Method in class com.amazonaws.services.codebuild.model.ListProjectsRequest
-
The criterion to be used to list build project names.
- setSortBy(String) - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsRequest
-
The criterion to be used to list build report groups.
- setSortBy(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsRequest
-
The criterion to be used to list build projects shared with the current Amazon Web Services account or user.
- setSortBy(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsRequest
-
The criterion to be used to list report groups shared with the current Amazon Web Services account or user.
- setSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
Specifies if the results are sorted in ascending or descending order.
- setSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
Specifies the sort order of the returned items.
- setSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesRequest
-
Specifies the sort order of the returned items.
- setSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectRequest
-
The order to sort the results in.
- setSortOrder(SortOrderType) - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectRequest
-
The order to sort the results in.
- setSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildsRequest
-
The order to list build IDs.
- setSortOrder(SortOrderType) - Method in class com.amazonaws.services.codebuild.model.ListBuildsRequest
-
The order to list build IDs.
- setSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListFleetsRequest
-
The order in which to list compute fleets.
- setSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListProjectsRequest
-
The order in which to list build projects.
- setSortOrder(SortOrderType) - Method in class com.amazonaws.services.codebuild.model.ListProjectsRequest
-
The order in which to list build projects.
- setSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsRequest
-
Used to specify the order to sort the list of returned report groups.
- setSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
Use to specify whether the results are returned in ascending or descending order.
- setSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListReportsRequest
-
Specifies the sort order for the list of returned reports.
- setSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsRequest
-
The order in which to list shared build projects.
- setSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsRequest
-
The order in which to list shared report groups.
- setSource(ProjectSource) - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about the source code to be built.
- setSource(ProjectSource) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- setSource(ProjectSource) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Information about the build input source code for the build project.
- setSource(ProjectSource) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the build input source code for this build project.
- setSource(ProjectSource) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Information to be changed about the build input source code for the build project.
- setSourceAuthOverride(SourceAuth) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A SourceAuth object that overrides the one defined in the batch build project.
- setSourceAuthOverride(SourceAuth) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
An authorization type for this build that overrides the one defined in the build project.
- setSourceCredentialsInfos(Collection<SourceCredentialsInfo>) - Method in class com.amazonaws.services.codebuild.model.ListSourceCredentialsResult
-
A list of SourceCredentialsInfo objects.
- setSourceIdentifier(String) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
An identifier for this project source.
- setSourceIdentifier(String) - Method in class com.amazonaws.services.codebuild.model.ProjectSourceVersion
-
An identifier for a source in the build project.
- setSourceLocationOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A location that overrides, for this batch build, the source location defined in the batch build project.
- setSourceLocationOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A location that overrides, for this build, the source location for the one defined in the build project.
- setSourceTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The source input type that overrides the source input defined in the batch build project.
- setSourceTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A source input type, for this build, that overrides the source input defined in the build project.
- setSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
Any version identifier for the version of the source code to be built.
- setSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The identifier of the version of the source code to be built.
- setSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
A version of the build input to be built for this project.
- setSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
A version of the build input to be built for this project.
- setSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.ProjectSourceVersion
-
The source version for the corresponding source identifier.
- setSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The version of the batch build input to be built, for this build only.
- setSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The version of the build input to be built, for this build only.
- setSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
A version of the build input to be built for this project.
- setStartTime(Date) - Method in class com.amazonaws.services.codebuild.model.Build
-
When the build process started, expressed in Unix time format.
- setStartTime(Date) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The date and time that the batch build started.
- setStartTime(Date) - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
When the batch build phase started, expressed in Unix time format.
- setStartTime(Date) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
When the build phase started, expressed in Unix time format.
- setStats(ReportGroupTrendStats) - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendResult
-
Contains the accumulated trend data.
- setStatus(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatchFilter
-
The status of the batch builds to retrieve.
- setStatus(String) - Method in class com.amazonaws.services.codebuild.model.CloudWatchLogsConfig
-
The current status of the logs in CloudWatch Logs for a build project.
- setStatus(FleetStatus) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The status of the compute fleet.
- setStatus(String) - Method in class com.amazonaws.services.codebuild.model.Report
-
The status of this report.
- setStatus(String) - Method in class com.amazonaws.services.codebuild.model.ReportFilter
-
The status used to filter reports.
- setStatus(String) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The status of the report group.
- setStatus(String) - Method in class com.amazonaws.services.codebuild.model.S3LogsConfig
-
The current status of the S3 build logs.
- setStatus(String) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The status returned by the test case after it was run.
- setStatus(String) - Method in class com.amazonaws.services.codebuild.model.TestCaseFilter
-
The status used to filter test cases.
- setStatusCode(String) - Method in class com.amazonaws.services.codebuild.model.BuildNotDeleted
-
Additional information about the build that could not be successfully deleted.
- setStatusCode(String) - Method in class com.amazonaws.services.codebuild.model.DeleteBuildBatchResult
-
The status code.
- setStatusCode(String) - Method in class com.amazonaws.services.codebuild.model.FleetStatus
-
The status code of the compute fleet.
- setStatusCode(String) - Method in class com.amazonaws.services.codebuild.model.PhaseContext
-
The status code for the context of the build phase.
- setStatusCounts(Map<String, Integer>) - Method in class com.amazonaws.services.codebuild.model.TestReportSummary
-
A map that contains the number of each type of status returned by the test results in this
TestReportSummary.
- setStreamName(String) - Method in class com.amazonaws.services.codebuild.model.CloudWatchLogsConfig
-
The prefix of the stream name of the CloudWatch Logs.
- setStreamName(String) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The name of the CloudWatch Logs stream for the build logs.
- setSubnetId(String) - Method in class com.amazonaws.services.codebuild.model.NetworkInterface
-
The ID of the subnet.
- setSubnets(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.VpcConfig
-
A list of one or more subnet IDs in your Amazon VPC.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
A list of tag key and value pairs associated with this compute fleet.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
A list of tag key and value pairs associated with this build project.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupRequest
-
A list of tag key and value pairs associated with this report group.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
A list of tag key and value pairs associated with this compute fleet.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.Project
-
A list of tag key and value pairs associated with this build project.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
A list of tag key and value pairs associated with this report group.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
A list of tag key and value pairs associated with this compute fleet.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An updated list of tag key and value pairs associated with this build project.
- setTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.UpdateReportGroupRequest
-
An updated list of tag key and value pairs associated with this report group.
- setTargetTrackingScalingConfigs(Collection<TargetTrackingScalingConfiguration>) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationInput
-
A list of TargetTrackingScalingConfiguration objects.
- setTargetTrackingScalingConfigs(Collection<TargetTrackingScalingConfiguration>) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationOutput
-
A list of TargetTrackingScalingConfiguration objects.
- setTargetUrl(String) - Method in class com.amazonaws.services.codebuild.model.BuildStatusConfig
-
Specifies the target url of the build status CodeBuild sends to the source provider.
- setTargetValue(Double) - Method in class com.amazonaws.services.codebuild.model.TargetTrackingScalingConfiguration
-
The value of metricType when to start scaling.
- setTestCases(Collection<TestCase>) - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesResult
-
The returned list of test cases.
- setTestRawDataPath(String) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The path to the raw data file that contains the test result.
- setTestSummary(TestReportSummary) - Method in class com.amazonaws.services.codebuild.model.Report
-
A TestReportSummary object that contains information about this test report.
- setTimeoutInMins(Integer) - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
Specifies the maximum amount of time, in minutes, that the batch build must be completed in.
- setTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.Build
-
How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out this build if it does
not get marked as completed.
- setTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before it times out any build that has not
been marked as completed.
- setTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.Project
-
How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any related build that
did not get marked as completed.
- setTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The replacement value in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any related
build that did not get marked as completed.
- setTimeoutInMinutesOverride(Integer) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The number of build timeout minutes, from 5 to 2160 (36 hours), that overrides, for this build only, the latest
setting already defined in the build project.
- setToken(String) - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
For GitHub or GitHub Enterprise, this is the personal access token.
- setTotal(Integer) - Method in class com.amazonaws.services.codebuild.model.TestReportSummary
-
The number of test cases in this TestReportSummary.
- setTrendField(String) - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendRequest
-
The test report value to accumulate.
- setTruncated(Boolean) - Method in class com.amazonaws.services.codebuild.model.Report
-
A boolean that specifies if this report run is truncated.
- setType(String) - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupRequest
-
The type of report group.
- setType(String) - Method in class com.amazonaws.services.codebuild.model.EnvironmentVariable
-
The type of environment variable.
- setType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
The type of build output artifact.
- setType(ArtifactsType) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
The type of build output artifact.
- setType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectCache
-
The type of cache used by the build project.
- setType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The type of build environment to use for related builds.
- setType(EnvironmentType) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The type of build environment to use for related builds.
- setType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
The type of the file system.
- setType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
The type of repository that contains the source code to be built.
- setType(SourceType) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
The type of repository that contains the source code to be built.
- setType(String) - Method in class com.amazonaws.services.codebuild.model.Report
-
The type of the report that was run.
- setType(String) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The type of the ReportGroup.
- setType(String) - Method in class com.amazonaws.services.codebuild.model.ResolvedArtifact
-
Specifies the type of artifact.
- setType(String) - Method in class com.amazonaws.services.codebuild.model.SourceAuth
-
The authorization type to use.
- setType(SourceAuthType) - Method in class com.amazonaws.services.codebuild.model.SourceAuth
-
The authorization type to use.
- setType(String) - Method in class com.amazonaws.services.codebuild.model.WebhookFilter
-
The type of webhook filter.
- setUrl(String) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
The URL to the webhook.
- setUsername(String) - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
The Bitbucket username when the authType is BASIC_AUTH.
- setValue(String) - Method in class com.amazonaws.services.codebuild.model.EnvironmentVariable
-
The value of the environment variable.
- setValue(String) - Method in class com.amazonaws.services.codebuild.model.ExportedEnvironmentVariable
-
The value assigned to the exported environment variable.
- setValue(String) - Method in class com.amazonaws.services.codebuild.model.Tag
-
The tag's value.
- setVersions(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.EnvironmentImage
-
A list of environment image versions.
- setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.Build
-
If your CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC
ID and the list of security group IDs and subnet IDs.
- setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
- setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
- setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
- setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the VPC configuration that CodeBuild accesses.
- setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
- setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
- setVpcId(String) - Method in class com.amazonaws.services.codebuild.model.VpcConfig
-
The ID of the Amazon VPC.
- setWebhook(Webhook) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookResult
-
Information about a webhook that connects repository events to a build project in CodeBuild.
- setWebhook(Webhook) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about a webhook that connects repository events to a build project in CodeBuild.
- setWebhook(Webhook) - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookResult
-
Information about a repository's webhook that is associated with a project in CodeBuild.
- SharedResourceSortByType - Enum in com.amazonaws.services.codebuild.model
-
- shutdown() - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuild
-
- shutdown() - Method in interface com.amazonaws.services.codebuild.AWSCodeBuild
-
Shuts down this client object, releasing any resources that might be held open.
- shutdown() - Method in class com.amazonaws.services.codebuild.AWSCodeBuildAsyncClient
-
Shuts down the client, releasing all managed resources.
- shutdown() - Method in class com.amazonaws.services.codebuild.AWSCodeBuildClient
-
- SortOrderType - Enum in com.amazonaws.services.codebuild.model
-
- SourceAuth - Class in com.amazonaws.services.codebuild.model
-
Information about the authorization settings for CodeBuild to access the source code to be built.
- SourceAuth() - Constructor for class com.amazonaws.services.codebuild.model.SourceAuth
-
- SourceAuthType - Enum in com.amazonaws.services.codebuild.model
-
- SourceCredentialsInfo - Class in com.amazonaws.services.codebuild.model
-
Information about the credentials for a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket
repository.
- SourceCredentialsInfo() - Constructor for class com.amazonaws.services.codebuild.model.SourceCredentialsInfo
-
- SourceType - Enum in com.amazonaws.services.codebuild.model
-
- standard() - Static method in class com.amazonaws.services.codebuild.AWSCodeBuildAsyncClientBuilder
-
- standard() - Static method in class com.amazonaws.services.codebuild.AWSCodeBuildClientBuilder
-
- startBuild(StartBuildRequest) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuild
-
- startBuild(StartBuildRequest) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuild
-
Starts running a build with the settings defined in the project.
- startBuild(StartBuildRequest) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildClient
-
Starts running a build with the settings defined in the project.
- startBuildAsync(StartBuildRequest) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuildAsync
-
- startBuildAsync(StartBuildRequest, AsyncHandler<StartBuildRequest, StartBuildResult>) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuildAsync
-
- startBuildAsync(StartBuildRequest) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuildAsync
-
Starts running a build with the settings defined in the project.
- startBuildAsync(StartBuildRequest, AsyncHandler<StartBuildRequest, StartBuildResult>) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuildAsync
-
Starts running a build with the settings defined in the project.
- startBuildAsync(StartBuildRequest) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildAsyncClient
-
- startBuildAsync(StartBuildRequest, AsyncHandler<StartBuildRequest, StartBuildResult>) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildAsyncClient
-
- startBuildBatch(StartBuildBatchRequest) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuild
-
- startBuildBatch(StartBuildBatchRequest) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuild
-
Starts a batch build for a project.
- startBuildBatch(StartBuildBatchRequest) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildClient
-
Starts a batch build for a project.
- startBuildBatchAsync(StartBuildBatchRequest) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuildAsync
-
- startBuildBatchAsync(StartBuildBatchRequest, AsyncHandler<StartBuildBatchRequest, StartBuildBatchResult>) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuildAsync
-
- startBuildBatchAsync(StartBuildBatchRequest) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuildAsync
-
Starts a batch build for a project.
- startBuildBatchAsync(StartBuildBatchRequest, AsyncHandler<StartBuildBatchRequest, StartBuildBatchResult>) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuildAsync
-
Starts a batch build for a project.
- startBuildBatchAsync(StartBuildBatchRequest) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildAsyncClient
-
- startBuildBatchAsync(StartBuildBatchRequest, AsyncHandler<StartBuildBatchRequest, StartBuildBatchResult>) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildAsyncClient
-
- StartBuildBatchRequest - Class in com.amazonaws.services.codebuild.model
-
- StartBuildBatchRequest() - Constructor for class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
- StartBuildBatchResult - Class in com.amazonaws.services.codebuild.model
-
- StartBuildBatchResult() - Constructor for class com.amazonaws.services.codebuild.model.StartBuildBatchResult
-
- StartBuildRequest - Class in com.amazonaws.services.codebuild.model
-
- StartBuildRequest() - Constructor for class com.amazonaws.services.codebuild.model.StartBuildRequest
-
- StartBuildResult - Class in com.amazonaws.services.codebuild.model
-
- StartBuildResult() - Constructor for class com.amazonaws.services.codebuild.model.StartBuildResult
-
- StatusType - Enum in com.amazonaws.services.codebuild.model
-
- stopBuild(StopBuildRequest) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuild
-
- stopBuild(StopBuildRequest) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuild
-
Attempts to stop running a build.
- stopBuild(StopBuildRequest) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildClient
-
Attempts to stop running a build.
- stopBuildAsync(StopBuildRequest) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuildAsync
-
- stopBuildAsync(StopBuildRequest, AsyncHandler<StopBuildRequest, StopBuildResult>) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuildAsync
-
- stopBuildAsync(StopBuildRequest) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuildAsync
-
Attempts to stop running a build.
- stopBuildAsync(StopBuildRequest, AsyncHandler<StopBuildRequest, StopBuildResult>) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuildAsync
-
Attempts to stop running a build.
- stopBuildAsync(StopBuildRequest) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildAsyncClient
-
- stopBuildAsync(StopBuildRequest, AsyncHandler<StopBuildRequest, StopBuildResult>) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildAsyncClient
-
- stopBuildBatch(StopBuildBatchRequest) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuild
-
- stopBuildBatch(StopBuildBatchRequest) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuild
-
Stops a running batch build.
- stopBuildBatch(StopBuildBatchRequest) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildClient
-
Stops a running batch build.
- stopBuildBatchAsync(StopBuildBatchRequest) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuildAsync
-
- stopBuildBatchAsync(StopBuildBatchRequest, AsyncHandler<StopBuildBatchRequest, StopBuildBatchResult>) - Method in class com.amazonaws.services.codebuild.AbstractAWSCodeBuildAsync
-
- stopBuildBatchAsync(StopBuildBatchRequest) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuildAsync
-
Stops a running batch build.
- stopBuildBatchAsync(StopBuildBatchRequest, AsyncHandler<StopBuildBatchRequest, StopBuildBatchResult>) - Method in interface com.amazonaws.services.codebuild.AWSCodeBuildAsync
-
Stops a running batch build.
- stopBuildBatchAsync(StopBuildBatchRequest) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildAsyncClient
-
- stopBuildBatchAsync(StopBuildBatchRequest, AsyncHandler<StopBuildBatchRequest, StopBuildBatchResult>) - Method in class com.amazonaws.services.codebuild.AWSCodeBuildAsyncClient
-
- StopBuildBatchRequest - Class in com.amazonaws.services.codebuild.model
-
- StopBuildBatchRequest() - Constructor for class com.amazonaws.services.codebuild.model.StopBuildBatchRequest
-
- StopBuildBatchResult - Class in com.amazonaws.services.codebuild.model
-
- StopBuildBatchResult() - Constructor for class com.amazonaws.services.codebuild.model.StopBuildBatchResult
-
- StopBuildRequest - Class in com.amazonaws.services.codebuild.model
-
- StopBuildRequest() - Constructor for class com.amazonaws.services.codebuild.model.StopBuildRequest
-
- StopBuildResult - Class in com.amazonaws.services.codebuild.model
-
- StopBuildResult() - Constructor for class com.amazonaws.services.codebuild.model.StopBuildResult
-
- Webhook - Class in com.amazonaws.services.codebuild.model
-
Information about a webhook that connects repository events to a build project in CodeBuild.
- Webhook() - Constructor for class com.amazonaws.services.codebuild.model.Webhook
-
- WebhookBuildType - Enum in com.amazonaws.services.codebuild.model
-
- WebhookFilter - Class in com.amazonaws.services.codebuild.model
-
A filter used to determine which webhooks trigger a build.
- WebhookFilter() - Constructor for class com.amazonaws.services.codebuild.model.WebhookFilter
-
- WebhookFilterType - Enum in com.amazonaws.services.codebuild.model
-
- WebhookScopeType - Enum in com.amazonaws.services.codebuild.model
-
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The Amazon Resource Name (ARN) of the build.
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The ARN of the batch build.
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
The batch build ARN.
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.DeleteFleetRequest
-
The ARN of the compute fleet.
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.DeleteReportGroupRequest
-
The ARN of the report group to delete.
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.DeleteReportRequest
-
The ARN of the report to delete.
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.DeleteSourceCredentialsRequest
-
The Amazon Resource Name (ARN) of the token.
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.DeleteSourceCredentialsResult
-
The Amazon Resource Name (ARN) of the token.
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The ARN of the compute fleet.
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsResult
-
The Amazon Resource Name (ARN) of the token.
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
The Amazon Resource Name (ARN) of the build project.
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.Report
-
The ARN of the report run.
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The ARN of the ReportGroup.
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.SourceCredentialsInfo
-
The Amazon Resource Name (ARN) of the token.
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The ARN of the compute fleet.
- withArn(String) - Method in class com.amazonaws.services.codebuild.model.UpdateReportGroupRequest
-
The ARN of the report group to update.
- withArtifactIdentifier(String) - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
An identifier for this artifact definition.
- withArtifactIdentifier(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
An identifier for this artifact definition.
- withArtifacts(BuildArtifacts) - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about the output artifacts for the build.
- withArtifacts(BuildArtifacts) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
A BuildArtifacts object the defines the build artifacts for this batch build.
- withArtifacts(ProjectArtifacts) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Information about the build output artifacts for the build project.
- withArtifacts(ProjectArtifacts) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the build output artifacts for the build project.
- withArtifacts(ProjectArtifacts) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Information to be changed about the build output artifacts for the build project.
- withArtifactsOverride(ProjectArtifacts) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of ProjectArtifacts objects that contains information about the build output artifact
overrides for the build project.
- withArtifactsOverride(ProjectArtifacts) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Build output artifact settings that override, for this build only, the latest ones already defined in the build
project.
- withAuth(SourceAuth) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Information about the authorization settings for CodeBuild to access the source code to be built.
- withAuthType(String) - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
The type of authentication used to connect to a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or
Bitbucket repository.
- withAuthType(AuthType) - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
The type of authentication used to connect to a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or
Bitbucket repository.
- withAuthType(String) - Method in class com.amazonaws.services.codebuild.model.SourceCredentialsInfo
-
The type of authentication used by the credentials.
- withAuthType(AuthType) - Method in class com.amazonaws.services.codebuild.model.SourceCredentialsInfo
-
The type of authentication used by the credentials.
- withAverage(String) - Method in class com.amazonaws.services.codebuild.model.ReportGroupTrendStats
-
Contains the average of all values analyzed.
- withBadge(ProjectBadge) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the build badge for the build project.
- withBadgeEnabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Set this to true to generate a publicly accessible URL for your project's build badge.
- withBadgeEnabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.ProjectBadge
-
Set this to true to generate a publicly accessible URL for your project's build badge.
- withBadgeEnabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Set this to true to generate a publicly accessible URL for your project's build badge.
- withBadgeRequestUrl(String) - Method in class com.amazonaws.services.codebuild.model.ProjectBadge
-
The publicly-accessible URL through which you can access the build badge for your project.
- withBaseCapacity(Integer) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The initial number of machines allocated to the fleet, which defines the number of builds that can run in parallel.
- withBaseCapacity(Integer) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The initial number of machines allocated to the compute fleet, which defines the number of builds that can run in
parallel.
- withBaseCapacity(Integer) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The initial number of machines allocated to the compute fleet, which defines the number of builds that can run in
parallel.
- withBatchReportMode(String) - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
Specifies how build status reports are sent to the source provider for the batch build.
- withBatchReportMode(BatchReportModeType) - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
Specifies how build status reports are sent to the source provider for the batch build.
- withBranchCoveragePercentage(Double) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The percentage of branches that are covered by your tests.
- withBranchCoveragePercentage(Double) - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The percentage of branches that are covered by your tests.
- withBranchesCovered(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The number of conditional branches that are covered by your tests.
- withBranchesCovered(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The number of conditional branches that are covered by your tests.
- withBranchesMissed(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The number of conditional branches that are not covered by your tests.
- withBranchesMissed(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The number of conditional branches that are not covered by your tests.
- withBranchFilter(String) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
A regular expression used to determine which repository branches are built when a webhook is triggered.
- withBranchFilter(String) - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
A regular expression used to determine which repository branches are built when a webhook is triggered.
- withBranchFilter(String) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
A regular expression used to determine which repository branches are built when a webhook is triggered.
- withBucket(String) - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The name of the S3 bucket where the raw data of a report are exported.
- withBucketOwner(String) - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The Amazon Web Services account identifier of the owner of the Amazon S3 bucket.
- withBucketOwnerAccess(String) - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
- withBucketOwnerAccess(BucketOwnerAccess) - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
- withBucketOwnerAccess(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
- withBucketOwnerAccess(BucketOwnerAccess) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
- withBucketOwnerAccess(String) - Method in class com.amazonaws.services.codebuild.model.S3LogsConfig
-
- withBucketOwnerAccess(BucketOwnerAccess) - Method in class com.amazonaws.services.codebuild.model.S3LogsConfig
-
- withBuild(Build) - Method in class com.amazonaws.services.codebuild.model.RetryBuildResult
-
- withBuild(Build) - Method in class com.amazonaws.services.codebuild.model.StartBuildResult
-
Information about the build to be run.
- withBuild(Build) - Method in class com.amazonaws.services.codebuild.model.StopBuildResult
-
Information about the build.
- withBuildBatch(BuildBatch) - Method in class com.amazonaws.services.codebuild.model.RetryBuildBatchResult
-
- withBuildBatch(BuildBatch) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchResult
-
A BuildBatch object that contains information about the batch build.
- withBuildBatch(BuildBatch) - Method in class com.amazonaws.services.codebuild.model.StopBuildBatchResult
-
- withBuildBatchArn(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The ARN of the batch build that this build is a member of, if applicable.
- withBuildBatchConfig(ProjectBuildBatchConfig) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- withBuildBatchConfig(ProjectBuildBatchConfig) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
- withBuildBatchConfig(ProjectBuildBatchConfig) - Method in class com.amazonaws.services.codebuild.model.Project
-
- withBuildBatchConfig(ProjectBuildBatchConfig) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
- withBuildBatchConfigOverride(ProjectBuildBatchConfig) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A BuildBatchConfigOverride object that contains batch build configuration overrides.
- withBuildBatches(BuildBatch...) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildBatchesResult
-
An array of BuildBatch objects that represent the retrieved batch builds.
- withBuildBatches(Collection<BuildBatch>) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildBatchesResult
-
An array of BuildBatch objects that represent the retrieved batch builds.
- withBuildBatchesNotFound(String...) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildBatchesResult
-
An array that contains the identifiers of any batch builds that are not found.
- withBuildBatchesNotFound(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildBatchesResult
-
An array that contains the identifiers of any batch builds that are not found.
- withBuildBatchNumber(Long) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The number of the batch build.
- withBuildBatchStatus(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The status of the batch build.
- withBuildBatchStatus(StatusType) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The status of the batch build.
- withBuildComplete(Boolean) - Method in class com.amazonaws.services.codebuild.model.Build
-
Whether the build is complete.
- withBuildGroups(BuildGroup...) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of BuildGroup objects that define the build groups for the batch build.
- withBuildGroups(Collection<BuildGroup>) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of BuildGroup objects that define the build groups for the batch build.
- withBuildNumber(Long) - Method in class com.amazonaws.services.codebuild.model.Build
-
The number of the build.
- withBuilds(Build...) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildsResult
-
Information about the requested builds.
- withBuilds(Collection<Build>) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildsResult
-
Information about the requested builds.
- withBuildsDeleted(String...) - Method in class com.amazonaws.services.codebuild.model.BatchDeleteBuildsResult
-
The IDs of the builds that were successfully deleted.
- withBuildsDeleted(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchDeleteBuildsResult
-
The IDs of the builds that were successfully deleted.
- withBuildsDeleted(String...) - Method in class com.amazonaws.services.codebuild.model.DeleteBuildBatchResult
-
An array of strings that contain the identifiers of the builds that were deleted.
- withBuildsDeleted(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.DeleteBuildBatchResult
-
An array of strings that contain the identifiers of the builds that were deleted.
- withBuildsNotDeleted(BuildNotDeleted...) - Method in class com.amazonaws.services.codebuild.model.BatchDeleteBuildsResult
-
Information about any builds that could not be successfully deleted.
- withBuildsNotDeleted(Collection<BuildNotDeleted>) - Method in class com.amazonaws.services.codebuild.model.BatchDeleteBuildsResult
-
Information about any builds that could not be successfully deleted.
- withBuildsNotDeleted(BuildNotDeleted...) - Method in class com.amazonaws.services.codebuild.model.DeleteBuildBatchResult
-
An array of BuildNotDeleted objects that specify the builds that could not be deleted.
- withBuildsNotDeleted(Collection<BuildNotDeleted>) - Method in class com.amazonaws.services.codebuild.model.DeleteBuildBatchResult
-
An array of BuildNotDeleted objects that specify the builds that could not be deleted.
- withBuildsNotFound(String...) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildsResult
-
The IDs of builds for which information could not be found.
- withBuildsNotFound(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildsResult
-
The IDs of builds for which information could not be found.
- withBuildspec(String) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
The buildspec file declaration to use for the builds in this build project.
- withBuildspecOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A buildspec file declaration that overrides, for this build only, the latest one already defined in the build
project.
- withBuildspecOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A buildspec file declaration that overrides the latest one defined in the build project, for this build only.
- withBuildStatus(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The current status of the build.
- withBuildStatus(StatusType) - Method in class com.amazonaws.services.codebuild.model.Build
-
The current status of the build.
- withBuildStatus(String) - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
The status of the build group.
- withBuildStatus(StatusType) - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
The status of the build group.
- withBuildStatusConfig(BuildStatusConfig) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Contains information that defines how the build project reports the build status to the source provider.
- withBuildStatusConfigOverride(BuildStatusConfig) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Contains information that defines how the build project reports the build status to the source provider.
- withBuildTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
Specifies the maximum amount of time, in minutes, that the build in a batch must be completed in.
- withBuildTimeoutInMinutesOverride(Integer) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
Overrides the build timeout specified in the batch build project.
- withBuildType(String) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
Specifies the type of build this webhook will trigger.
- withBuildType(WebhookBuildType) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
Specifies the type of build this webhook will trigger.
- withBuildType(String) - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
Specifies the type of build this webhook will trigger.
- withBuildType(WebhookBuildType) - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
Specifies the type of build this webhook will trigger.
- withBuildType(String) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
Specifies the type of build this webhook will trigger.
- withBuildType(WebhookBuildType) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
Specifies the type of build this webhook will trigger.
- withCache(ProjectCache) - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about the cache for the build.
- withCache(ProjectCache) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- withCache(ProjectCache) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Stores recently used information so that it can be quickly accessed at a later time.
- withCache(ProjectCache) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the cache for the build project.
- withCache(ProjectCache) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Stores recently used information so that it can be quickly accessed at a later time.
- withCacheOverride(ProjectCache) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A ProjectCache object that specifies cache overrides.
- withCacheOverride(ProjectCache) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A ProjectCache object specified for this build that overrides the one defined in the build project.
- withCertificate(String) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The ARN of the Amazon S3 bucket, path prefix, and object key that contains the PEM-encoded certificate for the
build project.
- withCertificateOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of a certificate for this batch build that overrides the one specified in the batch build project.
- withCertificateOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of a certificate for this build that overrides the one specified in the build project.
- withCloudWatchLogs(CloudWatchLogsConfig) - Method in class com.amazonaws.services.codebuild.model.LogsConfig
-
Information about CloudWatch Logs for a build project.
- withCloudWatchLogs(CloudWatchLogsConfig) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
Information about CloudWatch Logs for a build project.
- withCloudWatchLogsArn(String) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The ARN of the CloudWatch Logs stream for a build execution.
- withCodeCoverages(CodeCoverage...) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesResult
-
An array of CodeCoverage objects that contain the results.
- withCodeCoverages(Collection<CodeCoverage>) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesResult
-
An array of CodeCoverage objects that contain the results.
- withCodeCoverageSummary(CodeCoverageReportSummary) - Method in class com.amazonaws.services.codebuild.model.Report
-
A CodeCoverageReportSummary object that contains a code coverage summary for this report.
- withCombineArtifacts(Boolean) - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
Specifies if the build artifacts for the batch build should be combined into a single artifact location.
- withComplete(Boolean) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
Indicates if the batch build is complete.
- withComputeType(String) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
Information about the compute resources the compute fleet uses.
- withComputeType(ComputeType) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
Information about the compute resources the compute fleet uses.
- withComputeType(String) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
Information about the compute resources the compute fleet uses.
- withComputeType(ComputeType) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
Information about the compute resources the compute fleet uses.
- withComputeType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
Information about the compute resources the build project uses.
- withComputeType(ComputeType) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
Information about the compute resources the build project uses.
- withComputeType(String) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
Information about the compute resources the compute fleet uses.
- withComputeType(ComputeType) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
Information about the compute resources the compute fleet uses.
- withComputeTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of a compute type for this batch build that overrides the one specified in the batch build project.
- withComputeTypeOverride(ComputeType) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of a compute type for this batch build that overrides the one specified in the batch build project.
- withComputeTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of a compute type for this build that overrides the one specified in the build project.
- withComputeTypeOverride(ComputeType) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of a compute type for this build that overrides the one specified in the build project.
- withComputeTypesAllowed(String...) - Method in class com.amazonaws.services.codebuild.model.BatchRestrictions
-
An array of strings that specify the compute types that are allowed for the batch build.
- withComputeTypesAllowed(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchRestrictions
-
An array of strings that specify the compute types that are allowed for the batch build.
- withConcurrentBuildLimit(Integer) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
The maximum number of concurrent builds that are allowed for this project.
- withConcurrentBuildLimit(Integer) - Method in class com.amazonaws.services.codebuild.model.Project
-
The maximum number of concurrent builds that are allowed for this project.
- withConcurrentBuildLimit(Integer) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The maximum number of concurrent builds that are allowed for this project.
- withContext(String) - Method in class com.amazonaws.services.codebuild.model.BuildStatusConfig
-
Specifies the context of the build status CodeBuild sends to the source provider.
- withContext(String) - Method in class com.amazonaws.services.codebuild.model.FleetStatus
-
Additional information about a compute fleet.
- withContext(FleetContextCode) - Method in class com.amazonaws.services.codebuild.model.FleetStatus
-
Additional information about a compute fleet.
- withContexts(PhaseContext...) - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
Additional information about the batch build phase.
- withContexts(Collection<PhaseContext>) - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
Additional information about the batch build phase.
- withContexts(PhaseContext...) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
Additional information about a build phase, especially to help troubleshoot a failed build.
- withContexts(Collection<PhaseContext>) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
Additional information about a build phase, especially to help troubleshoot a failed build.
- withCreated(Date) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The time at which the compute fleet was created.
- withCreated(Date) - Method in class com.amazonaws.services.codebuild.model.Project
-
When the build project was created, expressed in Unix time format.
- withCreated(Date) - Method in class com.amazonaws.services.codebuild.model.Report
-
The date and time this report run occurred.
- withCreated(Date) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The date and time this ReportGroup was created.
- withCredential(String) - Method in class com.amazonaws.services.codebuild.model.RegistryCredential
-
The Amazon Resource Name (ARN) or name of credentials created using Secrets Manager.
- withCredentialProvider(String) - Method in class com.amazonaws.services.codebuild.model.RegistryCredential
-
The service that created the credentials to access a private Docker registry.
- withCredentialProvider(CredentialProviderType) - Method in class com.amazonaws.services.codebuild.model.RegistryCredential
-
The service that created the credentials to access a private Docker registry.
- withCurrentBuildSummary(BuildSummary) - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
A BuildSummary object that contains a summary of the current build group.
- withCurrentPhase(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The current build phase.
- withCurrentPhase(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The current phase of the batch build.
- withData(String) - Method in class com.amazonaws.services.codebuild.model.ReportWithRawData
-
The value of the requested data field from the report.
- withDebugSession(DebugSession) - Method in class com.amazonaws.services.codebuild.model.Build
-
Contains information about the debug session for this build.
- withDebugSessionEnabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
Specifies if session debugging is enabled for this batch build.
- withDebugSessionEnabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
Specifies if session debugging is enabled for this batch build.
- withDebugSessionEnabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Specifies if session debugging is enabled for this build.
- withDeepLink(String) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The URL to an individual build log in CloudWatch Logs.
- withDeleteReports(Boolean) - Method in class com.amazonaws.services.codebuild.model.DeleteReportGroupRequest
-
If true, deletes any reports that belong to a report group before deleting the report group.
- withDependsOn(String...) - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
An array of strings that contain the identifiers of the build groups that this build group depends on.
- withDependsOn(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
An array of strings that contain the identifiers of the build groups that this build group depends on.
- withDescription(String) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
A description that makes the build project easy to identify.
- withDescription(String) - Method in class com.amazonaws.services.codebuild.model.EnvironmentImage
-
The description of the Docker image.
- withDescription(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
A description that makes the build project easy to identify.
- withDescription(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
A new or replacement description of the build project.
- withDesiredCapacity(Integer) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationOutput
-
The desired number of instances in the fleet when auto-scaling.
- withDomain(String) - Method in class com.amazonaws.services.codebuild.model.ScopeConfiguration
-
The domain of the GitHub Enterprise organization.
- withDurationInNanoSeconds(Long) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The number of nanoseconds it took to run this test case.
- withDurationInNanoSeconds(Long) - Method in class com.amazonaws.services.codebuild.model.TestReportSummary
-
The number of nanoseconds it took to run all of the test cases in this report.
- withDurationInSeconds(Long) - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
How long, in seconds, between the starting and ending times of the batch build's phase.
- withDurationInSeconds(Long) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
How long, in seconds, between the starting and ending times of the build's phase.
- withEncryptionDisabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
Information that tells you if encryption for build artifacts is disabled.
- withEncryptionDisabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Set to true if you do not want your output artifacts encrypted.
- withEncryptionDisabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.S3LogsConfig
-
Set to true if you do not want your S3 build log output encrypted.
- withEncryptionDisabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
A boolean value that specifies if the results of a report are encrypted.
- withEncryptionKey(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
- withEncryptionKey(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The Key Management Service customer master key (CMK) to be used for encrypting the batch build output artifacts.
- withEncryptionKey(String) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
- withEncryptionKey(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
- withEncryptionKey(String) - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The encryption key for the report's encrypted raw data.
- withEncryptionKey(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.
- withEncryptionKeyOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The Key Management Service customer master key (CMK) that overrides the one specified in the batch build project.
- withEncryptionKeyOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The Key Management Service customer master key (CMK) that overrides the one specified in the build project.
- withEndTime(Date) - Method in class com.amazonaws.services.codebuild.model.Build
-
When the build process ended, expressed in Unix time format.
- withEndTime(Date) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The date and time that the batch build ended.
- withEndTime(Date) - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
When the batch build phase ended, expressed in Unix time format.
- withEndTime(Date) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
When the build phase ended, expressed in Unix time format.
- withEnvironment(ProjectEnvironment) - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about the build environment for this build.
- withEnvironment(ProjectEnvironment) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- withEnvironment(ProjectEnvironment) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Information about the build environment for the build project.
- withEnvironment(ProjectEnvironment) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the build environment for this build project.
- withEnvironment(ProjectEnvironment) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Information to be changed about the build environment for the build project.
- withEnvironmentType(String) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The environment type of the compute fleet.
- withEnvironmentType(EnvironmentType) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The environment type of the compute fleet.
- withEnvironmentType(String) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The environment type of the compute fleet.
- withEnvironmentType(EnvironmentType) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The environment type of the compute fleet.
- withEnvironmentType(String) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The environment type of the compute fleet.
- withEnvironmentType(EnvironmentType) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The environment type of the compute fleet.
- withEnvironmentTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A container type for this batch build that overrides the one specified in the batch build project.
- withEnvironmentTypeOverride(EnvironmentType) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A container type for this batch build that overrides the one specified in the batch build project.
- withEnvironmentTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A container type for this build that overrides the one specified in the build project.
- withEnvironmentTypeOverride(EnvironmentType) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A container type for this build that overrides the one specified in the build project.
- withEnvironmentVariables(EnvironmentVariable...) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
A set of environment variables to make available to builds for this build project.
- withEnvironmentVariables(Collection<EnvironmentVariable>) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
A set of environment variables to make available to builds for this build project.
- withEnvironmentVariablesOverride(EnvironmentVariable...) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of EnvironmentVariable objects that override, or add to, the environment variables defined
in the batch build project.
- withEnvironmentVariablesOverride(Collection<EnvironmentVariable>) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of EnvironmentVariable objects that override, or add to, the environment variables defined
in the batch build project.
- withEnvironmentVariablesOverride(EnvironmentVariable...) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A set of environment variables that overrides, for this build only, the latest ones already defined in the build
project.
- withEnvironmentVariablesOverride(Collection<EnvironmentVariable>) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A set of environment variables that overrides, for this build only, the latest ones already defined in the build
project.
- withExcludeMatchedPattern(Boolean) - Method in class com.amazonaws.services.codebuild.model.WebhookFilter
-
Used to indicate that the pattern determines which webhook events do not trigger a build.
- withExecutionId(String) - Method in class com.amazonaws.services.codebuild.model.Report
-
The ARN of the build run that generated this report.
- withExpired(Date) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The date and time that the tests were run.
- withExpired(Date) - Method in class com.amazonaws.services.codebuild.model.Report
-
The date and time a report expires.
- withExpired(Date) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The date and time a test case expires.
- withExportConfig(ReportExportConfig) - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupRequest
-
A ReportExportConfig object that contains information about where the report group test results are
exported.
- withExportConfig(ReportExportConfig) - Method in class com.amazonaws.services.codebuild.model.Report
-
Information about where the raw data used to generate this report was exported.
- withExportConfig(ReportExportConfig) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
Information about the destination where the raw data of this ReportGroup is exported.
- withExportConfig(ReportExportConfig) - Method in class com.amazonaws.services.codebuild.model.UpdateReportGroupRequest
-
Used to specify an updated export type.
- withExportConfigType(String) - Method in class com.amazonaws.services.codebuild.model.ReportExportConfig
-
The export configuration type.
- withExportConfigType(ReportExportConfigType) - Method in class com.amazonaws.services.codebuild.model.ReportExportConfig
-
The export configuration type.
- withExportedEnvironmentVariables(ExportedEnvironmentVariable...) - Method in class com.amazonaws.services.codebuild.model.Build
-
A list of exported environment variables for this build.
- withExportedEnvironmentVariables(Collection<ExportedEnvironmentVariable>) - Method in class com.amazonaws.services.codebuild.model.Build
-
A list of exported environment variables for this build.
- withFetchSubmodules(Boolean) - Method in class com.amazonaws.services.codebuild.model.GitSubmodulesConfig
-
Set to true to fetch Git submodules for your CodeBuild build project.
- withFilePath(String) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The path of the test report file.
- withFileSystemLocations(ProjectFileSystemLocation...) - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- withFileSystemLocations(Collection<ProjectFileSystemLocation>) - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- withFileSystemLocations(ProjectFileSystemLocation...) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of ProjectFileSystemLocation objects for the batch build project.
- withFileSystemLocations(Collection<ProjectFileSystemLocation>) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of ProjectFileSystemLocation objects for the batch build project.
- withFileSystemLocations(ProjectFileSystemLocation...) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- withFileSystemLocations(Collection<ProjectFileSystemLocation>) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- withFileSystemLocations(ProjectFileSystemLocation...) - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- withFileSystemLocations(Collection<ProjectFileSystemLocation>) - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- withFileSystemLocations(ProjectFileSystemLocation...) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- withFileSystemLocations(Collection<ProjectFileSystemLocation>) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectFileSystemLocation objects for a CodeBuild build project.
- withFilter(TestCaseFilter) - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesRequest
-
A TestCaseFilter object used to filter the returned reports.
- withFilter(BuildBatchFilter) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
A BuildBatchFilter object that specifies the filters for the search.
- withFilter(BuildBatchFilter) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesRequest
-
A BuildBatchFilter object that specifies the filters for the search.
- withFilter(ReportFilter) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
A ReportFilter object used to filter the returned reports.
- withFilter(ReportFilter) - Method in class com.amazonaws.services.codebuild.model.ListReportsRequest
-
A ReportFilter object used to filter the returned reports.
- withFilterGroups(List<WebhookFilter>...) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
An array of arrays of WebhookFilter objects used to determine which webhooks are triggered.
- withFilterGroups(Collection<List<WebhookFilter>>) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
An array of arrays of WebhookFilter objects used to determine which webhooks are triggered.
- withFilterGroups(List<WebhookFilter>...) - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
An array of arrays of WebhookFilter objects used to determine if a webhook event can trigger a
build.
- withFilterGroups(Collection<List<WebhookFilter>>) - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
An array of arrays of WebhookFilter objects used to determine if a webhook event can trigger a
build.
- withFilterGroups(List<WebhookFilter>...) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
An array of arrays of WebhookFilter objects used to determine which webhooks are triggered.
- withFilterGroups(Collection<List<WebhookFilter>>) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
An array of arrays of WebhookFilter objects used to determine which webhooks are triggered.
- withFleet(Fleet) - Method in class com.amazonaws.services.codebuild.model.CreateFleetResult
-
Information about the compute fleet
- withFleet(ProjectFleet) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
A ProjectFleet object to use for this build project.
- withFleet(Fleet) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetResult
-
A Fleet object.
- withFleetArn(String) - Method in class com.amazonaws.services.codebuild.model.ProjectFleet
-
Specifies the compute fleet ARN for the build project.
- withFleetOverride(ProjectFleet) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A ProjectFleet object specified for this build that overrides the one defined in the build project.
- withFleets(Fleet...) - Method in class com.amazonaws.services.codebuild.model.BatchGetFleetsResult
-
Information about the requested compute fleets.
- withFleets(Collection<Fleet>) - Method in class com.amazonaws.services.codebuild.model.BatchGetFleetsResult
-
Information about the requested compute fleets.
- withFleets(String...) - Method in class com.amazonaws.services.codebuild.model.ListFleetsResult
-
The list of compute fleet names.
- withFleets(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListFleetsResult
-
The list of compute fleet names.
- withFleetServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The service role associated with the compute fleet.
- withFleetServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The service role associated with the compute fleet.
- withFleetServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The service role associated with the compute fleet.
- withFleetsNotFound(String...) - Method in class com.amazonaws.services.codebuild.model.BatchGetFleetsResult
-
The names of compute fleets for which information could not be found.
- withFleetsNotFound(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetFleetsResult
-
The names of compute fleets for which information could not be found.
- withGitCloneDepth(Integer) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Information about the Git clone depth for the build project.
- withGitCloneDepthOverride(Integer) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The user-defined depth of history, with a minimum value of 0, that overrides, for this batch build only, any
previous depth of history defined in the batch build project.
- withGitCloneDepthOverride(Integer) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The user-defined depth of history, with a minimum value of 0, that overrides, for this build only, any previous
depth of history defined in the build project.
- withGitSubmodulesConfig(GitSubmodulesConfig) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Information about the Git submodules configuration for the build project.
- withGitSubmodulesConfigOverride(GitSubmodulesConfig) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A GitSubmodulesConfig object that overrides the Git submodules configuration for this batch build.
- withGitSubmodulesConfigOverride(GitSubmodulesConfig) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Information about the Git submodules configuration for this build of an CodeBuild build project.
- withGroupName(String) - Method in class com.amazonaws.services.codebuild.model.CloudWatchLogsConfig
-
The group name of the logs in CloudWatch Logs.
- withGroupName(String) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The name of the CloudWatch Logs group for the build logs.
- withId(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The unique ID for the build.
- withId(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The identifier of the batch build.
- withId(String) - Method in class com.amazonaws.services.codebuild.model.BuildNotDeleted
-
The ID of the build that could not be successfully deleted.
- withId(String) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The identifier of the code coverage report.
- withId(String) - Method in class com.amazonaws.services.codebuild.model.DeleteBuildBatchRequest
-
The identifier of the batch build to delete.
- withId(String) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The ID of the compute fleet.
- withId(String) - Method in class com.amazonaws.services.codebuild.model.RetryBuildBatchRequest
-
Specifies the identifier of the batch build to restart.
- withId(String) - Method in class com.amazonaws.services.codebuild.model.RetryBuildRequest
-
Specifies the identifier of the build to restart.
- withId(String) - Method in class com.amazonaws.services.codebuild.model.StopBuildBatchRequest
-
The identifier of the batch build to stop.
- withId(String) - Method in class com.amazonaws.services.codebuild.model.StopBuildRequest
-
The ID of the build.
- withIdempotencyToken(String) - Method in class com.amazonaws.services.codebuild.model.RetryBuildBatchRequest
-
A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuildBatch
request.
- withIdempotencyToken(String) - Method in class com.amazonaws.services.codebuild.model.RetryBuildRequest
-
A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuild request.
- withIdempotencyToken(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A unique, case sensitive identifier you provide to ensure the idempotency of the StartBuildBatch
request.
- withIdempotencyToken(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A unique, case sensitive identifier you provide to ensure the idempotency of the StartBuild request.
- withIdentifier(String) - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
Contains the identifier of the build group.
- withIdentifier(String) - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
The name used to access a file system created by Amazon EFS.
- withIdentifier(String) - Method in class com.amazonaws.services.codebuild.model.ResolvedArtifact
-
The identifier of the artifact.
- withIds(String...) - Method in class com.amazonaws.services.codebuild.model.BatchDeleteBuildsRequest
-
The IDs of the builds to delete.
- withIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchDeleteBuildsRequest
-
The IDs of the builds to delete.
- withIds(String...) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildBatchesRequest
-
An array that contains the batch build identifiers to retrieve.
- withIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildBatchesRequest
-
An array that contains the batch build identifiers to retrieve.
- withIds(String...) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildsRequest
-
The IDs of the builds.
- withIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetBuildsRequest
-
The IDs of the builds.
- withIds(String...) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectResult
-
An array of strings that contains the batch build identifiers.
- withIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectResult
-
An array of strings that contains the batch build identifiers.
- withIds(String...) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesResult
-
An array of strings that contains the batch build identifiers.
- withIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesResult
-
An array of strings that contains the batch build identifiers.
- withIds(String...) - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectResult
-
A list of build identifiers for the specified build project, with each build ID representing a single build.
- withIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectResult
-
A list of build identifiers for the specified build project, with each build ID representing a single build.
- withIds(String...) - Method in class com.amazonaws.services.codebuild.model.ListBuildsResult
-
A list of build IDs, with each build ID representing a single build.
- withIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListBuildsResult
-
A list of build IDs, with each build ID representing a single build.
- withIgnoreFailure(Boolean) - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
Specifies if failures in this build group can be ignored.
- withImage(String) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The image tag or image digest that identifies the Docker image to use for this build project.
- withImageOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of an image for this batch build that overrides the one specified in the batch build project.
- withImageOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of an image for this build that overrides the one specified in the build project.
- withImagePullCredentialsType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The type of credentials CodeBuild uses to pull images in your build.
- withImagePullCredentialsType(ImagePullCredentialsType) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The type of credentials CodeBuild uses to pull images in your build.
- withImagePullCredentialsTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The type of credentials CodeBuild uses to pull images in your batch build.
- withImagePullCredentialsTypeOverride(ImagePullCredentialsType) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The type of credentials CodeBuild uses to pull images in your batch build.
- withImagePullCredentialsTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The type of credentials CodeBuild uses to pull images in your build.
- withImagePullCredentialsTypeOverride(ImagePullCredentialsType) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The type of credentials CodeBuild uses to pull images in your build.
- withImages(EnvironmentImage...) - Method in class com.amazonaws.services.codebuild.model.EnvironmentLanguage
-
The list of Docker images that are related by the specified programming language.
- withImages(Collection<EnvironmentImage>) - Method in class com.amazonaws.services.codebuild.model.EnvironmentLanguage
-
The list of Docker images that are related by the specified programming language.
- withInitiator(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The entity that started the build.
- withInitiator(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The entity that started the batch build.
- withInsecureSsl(Boolean) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Enable this flag to ignore SSL warnings while connecting to the project source code.
- withInsecureSslOverride(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
Enable this flag to override the insecure SSL setting that is specified in the batch build project.
- withInsecureSslOverride(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Enable this flag to override the insecure SSL setting that is specified in the build project.
- withKey(String) - Method in class com.amazonaws.services.codebuild.model.Tag
-
The tag's key.
- withKeyword(String) - Method in class com.amazonaws.services.codebuild.model.TestCaseFilter
-
A keyword that is used to filter on the name or the prefix of the test cases.
- withLanguage(String) - Method in class com.amazonaws.services.codebuild.model.EnvironmentLanguage
-
The programming language for the Docker images.
- withLanguage(LanguageType) - Method in class com.amazonaws.services.codebuild.model.EnvironmentLanguage
-
The programming language for the Docker images.
- withLanguages(EnvironmentLanguage...) - Method in class com.amazonaws.services.codebuild.model.EnvironmentPlatform
-
The list of programming languages that are available for the specified platform.
- withLanguages(Collection<EnvironmentLanguage>) - Method in class com.amazonaws.services.codebuild.model.EnvironmentPlatform
-
The list of programming languages that are available for the specified platform.
- withLastModified(Date) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The time at which the compute fleet was last modified.
- withLastModified(Date) - Method in class com.amazonaws.services.codebuild.model.Project
-
When the build project's settings were last modified, expressed in Unix time format.
- withLastModified(Date) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The date and time this ReportGroup was last modified.
- withLastModifiedSecret(Date) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
A timestamp that indicates the last time a repository's secret token was modified.
- withLineCoveragePercentage(Double) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The percentage of lines that are covered by your tests.
- withLineCoveragePercentage(Double) - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The percentage of lines that are covered by your tests.
- withLinesCovered(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The number of lines that are covered by your tests.
- withLinesCovered(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The number of lines that are covered by your tests.
- withLinesMissed(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The number of lines that are not covered by your tests.
- withLinesMissed(Integer) - Method in class com.amazonaws.services.codebuild.model.CodeCoverageReportSummary
-
The number of lines that are not covered by your tests.
- withLocation(String) - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
Information about the location of the build artifacts.
- withLocation(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Information about the build output artifact location:
- withLocation(String) - Method in class com.amazonaws.services.codebuild.model.ProjectCache
-
Information about the cache location:
- withLocation(String) - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
A string that specifies the location of the file system created by Amazon EFS.
- withLocation(String) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Information about the location of the source code to be built.
- withLocation(String) - Method in class com.amazonaws.services.codebuild.model.ResolvedArtifact
-
The location of the artifact.
- withLocation(String) - Method in class com.amazonaws.services.codebuild.model.S3LogsConfig
-
The ARN of an S3 bucket and the path prefix for S3 logs.
- withLogConfig(LogsConfig) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- withLogs(LogsLocation) - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about the build's logs in CloudWatch Logs.
- withLogsConfig(LogsConfig) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Information about logs for the build project.
- withLogsConfig(LogsConfig) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about logs for the build project.
- withLogsConfig(LogsConfig) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Information about logs for the build project.
- withLogsConfigOverride(LogsConfig) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A LogsConfig object that override the log settings defined in the batch build project.
- withLogsConfigOverride(LogsConfig) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Log settings for this build that override the log settings defined in the build project.
- withManualCreation(Boolean) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns
payloadUrl and secret values for the webhook.
- withManualCreation(Boolean) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
If manualCreation is true, CodeBuild doesn't create a webhook in GitHub and instead returns
payloadUrl and secret values for the webhook.
- withMax(String) - Method in class com.amazonaws.services.codebuild.model.ReportGroupTrendStats
-
Contains the maximum value analyzed.
- withMaxCapacity(Integer) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationInput
-
The maximum number of instances in the fleet when auto-scaling.
- withMaxCapacity(Integer) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationOutput
-
The maximum number of instances in the fleet when auto-scaling.
- withMaximumBuildsAllowed(Integer) - Method in class com.amazonaws.services.codebuild.model.BatchRestrictions
-
Specifies the maximum number of builds allowed.
- withMaxLineCoveragePercentage(Double) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
The maximum line coverage percentage to report.
- withMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
The maximum number of results to return.
- withMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesRequest
-
The maximum number of paginated test cases returned per response.
- withMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
The maximum number of results to return.
- withMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesRequest
-
The maximum number of results to return.
- withMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListFleetsRequest
-
The maximum number of paginated compute fleets returned per response.
- withMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsRequest
-
The maximum number of paginated report groups returned per response.
- withMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
The maximum number of paginated reports in this report group returned per response.
- withMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListReportsRequest
-
The maximum number of paginated reports returned per response.
- withMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsRequest
-
The maximum number of paginated shared build projects returned per response.
- withMaxResults(Integer) - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsRequest
-
The maximum number of paginated shared report groups per response.
- withMd5sum(String) - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
The MD5 hash of the build artifact.
- withMessage(String) - Method in class com.amazonaws.services.codebuild.model.FleetStatus
-
A message associated with the status of a compute fleet.
- withMessage(String) - Method in class com.amazonaws.services.codebuild.model.PhaseContext
-
An explanation of the build phase's context.
- withMessage(String) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
A message associated with a test case.
- withMetricType(String) - Method in class com.amazonaws.services.codebuild.model.TargetTrackingScalingConfiguration
-
The metric type to determine auto-scaling.
- withMetricType(FleetScalingMetricType) - Method in class com.amazonaws.services.codebuild.model.TargetTrackingScalingConfiguration
-
The metric type to determine auto-scaling.
- withMin(String) - Method in class com.amazonaws.services.codebuild.model.ReportGroupTrendStats
-
Contains the minimum value analyzed.
- withMinLineCoveragePercentage(Double) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
The minimum line coverage percentage to report.
- withModes(String...) - Method in class com.amazonaws.services.codebuild.model.ProjectCache
-
An array of strings that specify the local cache modes.
- withModes(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ProjectCache
-
An array of strings that specify the local cache modes.
- withModes(CacheMode...) - Method in class com.amazonaws.services.codebuild.model.ProjectCache
-
An array of strings that specify the local cache modes.
- withMountOptions(String) - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
The mount options for a file system created by Amazon EFS.
- withMountPoint(String) - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
The location in the container where you mount the file system.
- withName(String) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The name of the compute fleet.
- withName(String) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
The name of the build project.
- withName(String) - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupRequest
-
The name of the report group.
- withName(String) - Method in class com.amazonaws.services.codebuild.model.DeleteProjectRequest
-
The name of the build project.
- withName(String) - Method in class com.amazonaws.services.codebuild.model.EnvironmentImage
-
The name of the Docker image.
- withName(String) - Method in class com.amazonaws.services.codebuild.model.EnvironmentVariable
-
The name or key of the environment variable.
- withName(String) - Method in class com.amazonaws.services.codebuild.model.ExportedEnvironmentVariable
-
The name of the exported environment variable.
- withName(String) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The name of the compute fleet.
- withName(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
The name of the build project.
- withName(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Along with path and namespaceType, the pattern that CodeBuild uses to name and store
the output artifact:
- withName(String) - Method in class com.amazonaws.services.codebuild.model.Report
-
The name of the report that was run.
- withName(String) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The name of the ReportGroup.
- withName(String) - Method in class com.amazonaws.services.codebuild.model.ScopeConfiguration
-
The name of either the enterprise or organization that will send webhook events to CodeBuild, depending on if the
webhook is a global or organization webhook respectively.
- withName(String) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The name of the test case.
- withName(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The name of the build project.
- withNames(String...) - Method in class com.amazonaws.services.codebuild.model.BatchGetFleetsRequest
-
The names or ARNs of the compute fleets.
- withNames(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetFleetsRequest
-
The names or ARNs of the compute fleets.
- withNames(String...) - Method in class com.amazonaws.services.codebuild.model.BatchGetProjectsRequest
-
The names or ARNs of the build projects.
- withNames(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetProjectsRequest
-
The names or ARNs of the build projects.
- withNamespaceType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Along with path and name, the pattern that CodeBuild uses to determine the name and
location to store the output artifact:
- withNamespaceType(ArtifactNamespace) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Along with path and name, the pattern that CodeBuild uses to determine the name and
location to store the output artifact:
- withNetworkInterface(NetworkInterface) - Method in class com.amazonaws.services.codebuild.model.Build
-
Describes a network interface.
- withNetworkInterfaceId(String) - Method in class com.amazonaws.services.codebuild.model.NetworkInterface
-
The ID of the network interface.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
The nextToken value returned from a previous call to DescribeCodeCoverages.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesResult
-
If there are more items to return, this contains a token that is passed to a subsequent call to
DescribeCodeCoverages to retrieve the next set of items.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
The nextToken value returned from a previous call to ListBuildBatchesForProject.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectResult
-
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatchesForProject to retrieve the next set of items.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesRequest
-
The nextToken value returned from a previous call to ListBuildBatches.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesResult
-
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatches to retrieve the next set of items.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectRequest
-
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a nextToken.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectResult
-
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string
called a nextToken.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildsRequest
-
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a nextToken.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildsResult
-
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string
called a nextToken.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListFleetsRequest
-
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a nextToken.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListFleetsResult
-
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string
called a nextToken.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListProjectsRequest
-
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a nextToken.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListProjectsResult
-
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string
called a nextToken.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListReportsRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListReportsResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsRequest
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- withNextToken(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsResult
-
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults.
- withNumOfReports(Integer) - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendRequest
-
The number of reports to analyze.
- withOverflowBehavior(String) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The compute fleet overflow behavior.
- withOverflowBehavior(FleetOverflowBehavior) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The compute fleet overflow behavior.
- withOverflowBehavior(String) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The compute fleet overflow behavior.
- withOverflowBehavior(FleetOverflowBehavior) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The compute fleet overflow behavior.
- withOverflowBehavior(String) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The compute fleet overflow behavior.
- withOverflowBehavior(FleetOverflowBehavior) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The compute fleet overflow behavior.
- withOverrideArtifactName(Boolean) - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
If this flag is set, a name specified in the buildspec file overrides the artifact name.
- withOverrideArtifactName(Boolean) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
If this flag is set, a name specified in the buildspec file overrides the artifact name.
- withPackaging(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
The type of build output artifact to create:
- withPackaging(ArtifactPackaging) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
The type of build output artifact to create:
- withPackaging(String) - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The type of build output artifact to create.
- withPackaging(ReportPackagingType) - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The type of build output artifact to create.
- withPath(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
Along with namespaceType and name, the pattern that CodeBuild uses to name and store
the output artifact:
- withPath(String) - Method in class com.amazonaws.services.codebuild.model.S3ReportExportConfig
-
The path to the exported report's raw data results.
- withPattern(String) - Method in class com.amazonaws.services.codebuild.model.WebhookFilter
-
For a WebHookFilter that uses EVENT type, a comma-separated string that specifies one
or more events.
- withPayloadUrl(String) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
The CodeBuild endpoint where webhook events are sent.
- withPhases(BuildPhase...) - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about all previous build phases that are complete and information about any current build phase that
is not yet complete.
- withPhases(Collection<BuildPhase>) - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about all previous build phases that are complete and information about any current build phase that
is not yet complete.
- withPhases(BuildBatchPhase...) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of BuildBatchPhase objects the specify the phases of the batch build.
- withPhases(Collection<BuildBatchPhase>) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of BuildBatchPhase objects the specify the phases of the batch build.
- withPhaseStatus(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
The current status of the batch build phase.
- withPhaseStatus(StatusType) - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
The current status of the batch build phase.
- withPhaseStatus(String) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
The current status of the build phase.
- withPhaseStatus(StatusType) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
The current status of the build phase.
- withPhaseType(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
The name of the batch build phase.
- withPhaseType(BuildBatchPhaseType) - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
The name of the batch build phase.
- withPhaseType(String) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
The name of the build phase.
- withPhaseType(BuildPhaseType) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
The name of the build phase.
- withPlatform(String) - Method in class com.amazonaws.services.codebuild.model.EnvironmentPlatform
-
The platform's name.
- withPlatform(PlatformType) - Method in class com.amazonaws.services.codebuild.model.EnvironmentPlatform
-
The platform's name.
- withPlatforms(EnvironmentPlatform...) - Method in class com.amazonaws.services.codebuild.model.ListCuratedEnvironmentImagesResult
-
Information about supported platforms for Docker images that are managed by CodeBuild.
- withPlatforms(Collection<EnvironmentPlatform>) - Method in class com.amazonaws.services.codebuild.model.ListCuratedEnvironmentImagesResult
-
Information about supported platforms for Docker images that are managed by CodeBuild.
- withPolicy(String) - Method in class com.amazonaws.services.codebuild.model.GetResourcePolicyResult
-
The resource policy for the resource identified by the input ARN parameter.
- withPolicy(String) - Method in class com.amazonaws.services.codebuild.model.PutResourcePolicyRequest
-
A JSON-formatted resource policy.
- withPrefix(String) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
A string that is applied to a series of related test cases.
- withPrimaryArtifact(ResolvedArtifact) - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
A ResolvedArtifact object that represents the primary build artifacts for the build group.
- withPriorBuildSummaryList(BuildSummary...) - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
An array of BuildSummary objects that contain summaries of previous build groups.
- withPriorBuildSummaryList(Collection<BuildSummary>) - Method in class com.amazonaws.services.codebuild.model.BuildGroup
-
An array of BuildSummary objects that contain summaries of previous build groups.
- withPrivilegedMode(Boolean) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
Enables running the Docker daemon inside a Docker container.
- withPrivilegedModeOverride(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
Enable this flag to override privileged mode in the batch build project.
- withPrivilegedModeOverride(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Enable this flag to override privileged mode in the build project.
- withProject(Project) - Method in class com.amazonaws.services.codebuild.model.CreateProjectResult
-
Information about the build project that was created.
- withProject(Project) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectResult
-
Information about the build project that was changed.
- withProjectArn(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityRequest
-
The Amazon Resource Name (ARN) of the build project.
- withProjectArn(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityResult
-
The Amazon Resource Name (ARN) of the build project.
- withProjectName(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The name of the CodeBuild project.
- withProjectName(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The name of the batch build project.
- withProjectName(String) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
The name of the CodeBuild project.
- withProjectName(String) - Method in class com.amazonaws.services.codebuild.model.DeleteWebhookRequest
-
The name of the CodeBuild project.
- withProjectName(String) - Method in class com.amazonaws.services.codebuild.model.InvalidateProjectCacheRequest
-
The name of the CodeBuild build project that the cache is reset for.
- withProjectName(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
The name of the project.
- withProjectName(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectRequest
-
The name of the CodeBuild project.
- withProjectName(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of the project.
- withProjectName(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of the CodeBuild build project to start running a build.
- withProjectName(String) - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
The name of the CodeBuild project.
- withProjects(Project...) - Method in class com.amazonaws.services.codebuild.model.BatchGetProjectsResult
-
Information about the requested build projects.
- withProjects(Collection<Project>) - Method in class com.amazonaws.services.codebuild.model.BatchGetProjectsResult
-
Information about the requested build projects.
- withProjects(String...) - Method in class com.amazonaws.services.codebuild.model.ListProjectsResult
-
The list of build project names, with each build project name representing a single build project.
- withProjects(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListProjectsResult
-
The list of build project names, with each build project name representing a single build project.
- withProjects(String...) - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsResult
-
The list of ARNs for the build projects shared with the current Amazon Web Services account or user.
- withProjects(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsResult
-
The list of ARNs for the build projects shared with the current Amazon Web Services account or user.
- withProjectsNotFound(String...) - Method in class com.amazonaws.services.codebuild.model.BatchGetProjectsResult
-
The names of build projects for which information could not be found.
- withProjectsNotFound(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetProjectsResult
-
The names of build projects for which information could not be found.
- withProjectVisibility(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
- withProjectVisibility(ProjectVisibilityType) - Method in class com.amazonaws.services.codebuild.model.Project
-
- withProjectVisibility(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityRequest
-
- withProjectVisibility(ProjectVisibilityType) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityRequest
-
- withProjectVisibility(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityResult
-
- withProjectVisibility(ProjectVisibilityType) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityResult
-
- withPublicProjectAlias(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
Contains the project identifier used with the public build APIs.
- withPublicProjectAlias(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityResult
-
Contains the project identifier used with the public build APIs.
- withQueuedTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.Build
-
The number of minutes a build is allowed to be queued before it times out.
- withQueuedTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
Specifies the amount of time, in minutes, that the batch build is allowed to be queued before it times out.
- withQueuedTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
The number of minutes a build is allowed to be queued before it times out.
- withQueuedTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.Project
-
The number of minutes a build is allowed to be queued before it times out.
- withQueuedTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The number of minutes a build is allowed to be queued before it times out.
- withQueuedTimeoutInMinutesOverride(Integer) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The number of minutes a batch build is allowed to be queued before it times out.
- withQueuedTimeoutInMinutesOverride(Integer) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The number of minutes a build is allowed to be queued before it times out.
- withRawData(ReportWithRawData...) - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendResult
-
An array that contains the raw data for each report.
- withRawData(Collection<ReportWithRawData>) - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendResult
-
An array that contains the raw data for each report.
- withRegistryCredential(RegistryCredential) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The credentials for access to a private registry.
- withRegistryCredentialOverride(RegistryCredential) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A RegistryCredential object that overrides credentials for access to a private registry.
- withRegistryCredentialOverride(RegistryCredential) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The credentials for access to a private registry.
- withReportARN(String) - Method in class com.amazonaws.services.codebuild.model.CodeCoverage
-
The ARN of the report.
- withReportArn(String) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
The ARN of the report for which test cases are returned.
- withReportArn(String) - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesRequest
-
The ARN of the report for which test cases are returned.
- withReportArn(String) - Method in class com.amazonaws.services.codebuild.model.ReportWithRawData
-
The ARN of the report.
- withReportArn(String) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The ARN of the report to which the test case belongs.
- withReportArns(String...) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportsRequest
-
An array of ARNs that identify the Report objects to return.
- withReportArns(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportsRequest
-
An array of ARNs that identify the Report objects to return.
- withReportArns(String...) - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of the ARNs associated with this build's reports.
- withReportArns(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of the ARNs associated with this build's reports.
- withReportBuildBatchStatusOverride(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
Set to true to report to your source provider the status of a batch build's start and completion.
- withReportBuildStatus(Boolean) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
Set to true to report the status of a build's start and finish to your source provider.
- withReportBuildStatusOverride(Boolean) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
Set to true to report to your source provider the status of a build's start and completion.
- withReportGroup(ReportGroup) - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupResult
-
Information about the report group that was created.
- withReportGroup(ReportGroup) - Method in class com.amazonaws.services.codebuild.model.UpdateReportGroupResult
-
Information about the updated report group.
- withReportGroupArn(String) - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendRequest
-
The ARN of the report group that contains the reports to analyze.
- withReportGroupArn(String) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
The ARN of the report group for which you want to return report ARNs.
- withReportGroupArn(String) - Method in class com.amazonaws.services.codebuild.model.Report
-
The ARN of the report group associated with this report.
- withReportGroupArns(String...) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportGroupsRequest
-
An array of report group ARNs that identify the report groups to return.
- withReportGroupArns(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportGroupsRequest
-
An array of report group ARNs that identify the report groups to return.
- withReportGroups(ReportGroup...) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportGroupsResult
-
The array of report groups returned by BatchGetReportGroups.
- withReportGroups(Collection<ReportGroup>) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportGroupsResult
-
The array of report groups returned by BatchGetReportGroups.
- withReportGroups(String...) - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsResult
-
The list of ARNs for the report groups in the current Amazon Web Services account.
- withReportGroups(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsResult
-
The list of ARNs for the report groups in the current Amazon Web Services account.
- withReportGroups(String...) - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsResult
-
The list of ARNs for the report groups shared with the current Amazon Web Services account or user.
- withReportGroups(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsResult
-
The list of ARNs for the report groups shared with the current Amazon Web Services account or user.
- withReportGroupsNotFound(String...) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportGroupsResult
-
An array of ARNs passed to BatchGetReportGroups that are not associated with a
ReportGroup.
- withReportGroupsNotFound(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportGroupsResult
-
An array of ARNs passed to BatchGetReportGroups that are not associated with a
ReportGroup.
- withReports(Report...) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportsResult
-
The array of Report objects returned by BatchGetReports.
- withReports(Collection<Report>) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportsResult
-
The array of Report objects returned by BatchGetReports.
- withReports(String...) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupResult
-
The list of report ARNs.
- withReports(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupResult
-
The list of report ARNs.
- withReports(String...) - Method in class com.amazonaws.services.codebuild.model.ListReportsResult
-
The list of returned ARNs for the reports in the current Amazon Web Services account.
- withReports(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.ListReportsResult
-
The list of returned ARNs for the reports in the current Amazon Web Services account.
- withReportsNotFound(String...) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportsResult
-
An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.
- withReportsNotFound(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.BatchGetReportsResult
-
An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.
- withRequestedOn(Date) - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
When the build was started, expressed in Unix time format.
- withResolvedSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
An identifier for the version of this build's source code.
- withResolvedSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The identifier of the resolved version of this batch build's source code.
- withResource(String) - Method in class com.amazonaws.services.codebuild.model.SourceAuth
-
The resource value that applies to the specified authorization type.
- withResource(String) - Method in class com.amazonaws.services.codebuild.model.SourceCredentialsInfo
-
The connection ARN if your serverType type is GITLAB or GITLAB_SELF_MANAGED and your authType is CODECONNECTIONS.
- withResourceAccessRole(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the
project's builds.
- withResourceAccessRole(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectVisibilityRequest
-
The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the
project's builds.
- withResourceArn(String) - Method in class com.amazonaws.services.codebuild.model.DeleteResourcePolicyRequest
-
The ARN of the resource that is associated with the resource policy.
- withResourceArn(String) - Method in class com.amazonaws.services.codebuild.model.GetResourcePolicyRequest
-
The ARN of the resource that is associated with the resource policy.
- withResourceArn(String) - Method in class com.amazonaws.services.codebuild.model.PutResourcePolicyRequest
-
The ARN of the Project or ReportGroup resource you want to associate with a resource
policy.
- withResourceArn(String) - Method in class com.amazonaws.services.codebuild.model.PutResourcePolicyResult
-
The ARN of the Project or ReportGroup resource that is associated with a resource
policy.
- withRestrictions(BatchRestrictions) - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
A BatchRestrictions object that specifies the restrictions for the batch build.
- withRetryType(String) - Method in class com.amazonaws.services.codebuild.model.RetryBuildBatchRequest
-
Specifies the type of retry to perform.
- withRetryType(RetryBuildBatchType) - Method in class com.amazonaws.services.codebuild.model.RetryBuildBatchRequest
-
Specifies the type of retry to perform.
- withRotateSecret(Boolean) - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookRequest
-
A boolean value that specifies whether the associated GitHub repository's secret token should be updated.
- withS3DeepLink(String) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The URL to a build log in an S3 bucket.
- withS3Destination(S3ReportExportConfig) - Method in class com.amazonaws.services.codebuild.model.ReportExportConfig
-
A S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported.
- withS3Logs(S3LogsConfig) - Method in class com.amazonaws.services.codebuild.model.LogsConfig
-
Information about logs built to an S3 bucket for a build project.
- withS3Logs(S3LogsConfig) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
Information about S3 logs for a build project.
- withS3LogsArn(String) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The ARN of S3 logs for a build project.
- withScalingConfiguration(ScalingConfigurationInput) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
The scaling configuration of the compute fleet.
- withScalingConfiguration(ScalingConfigurationOutput) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The scaling configuration of the compute fleet.
- withScalingConfiguration(ScalingConfigurationInput) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
The scaling configuration of the compute fleet.
- withScalingType(String) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationInput
-
The scaling type for a compute fleet.
- withScalingType(FleetScalingType) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationInput
-
The scaling type for a compute fleet.
- withScalingType(String) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationOutput
-
The scaling type for a compute fleet.
- withScalingType(FleetScalingType) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationOutput
-
The scaling type for a compute fleet.
- withScope(String) - Method in class com.amazonaws.services.codebuild.model.ScopeConfiguration
-
The type of scope for a GitHub webhook.
- withScope(WebhookScopeType) - Method in class com.amazonaws.services.codebuild.model.ScopeConfiguration
-
The type of scope for a GitHub webhook.
- withScopeConfiguration(ScopeConfiguration) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookRequest
-
The scope configuration for global or organization webhooks.
- withScopeConfiguration(ScopeConfiguration) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
The scope configuration for global or organization webhooks.
- withSecondaryArtifacts(BuildArtifacts...) - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectArtifacts objects.
- withSecondaryArtifacts(Collection<BuildArtifacts>) - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectArtifacts objects.
- withSecondaryArtifacts(BuildArtifacts...) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of BuildArtifacts objects the define the build artifacts for this batch build.
- withSecondaryArtifacts(Collection<BuildArtifacts>) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of BuildArtifacts objects the define the build artifacts for this batch build.
- withSecondaryArtifacts(ResolvedArtifact...) - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
An array of ResolvedArtifact objects that represents the secondary build artifacts for the build
group.
- withSecondaryArtifacts(Collection<ResolvedArtifact>) - Method in class com.amazonaws.services.codebuild.model.BuildSummary
-
An array of ResolvedArtifact objects that represents the secondary build artifacts for the build
group.
- withSecondaryArtifacts(ProjectArtifacts...) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectArtifacts objects.
- withSecondaryArtifacts(Collection<ProjectArtifacts>) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectArtifacts objects.
- withSecondaryArtifacts(ProjectArtifacts...) - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectArtifacts objects.
- withSecondaryArtifacts(Collection<ProjectArtifacts>) - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectArtifacts objects.
- withSecondaryArtifacts(ProjectArtifacts...) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectArtifact objects.
- withSecondaryArtifacts(Collection<ProjectArtifacts>) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectArtifact objects.
- withSecondaryArtifactsOverride(ProjectArtifacts...) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of ProjectArtifacts objects that override the secondary artifacts defined in the batch
build project.
- withSecondaryArtifactsOverride(Collection<ProjectArtifacts>) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of ProjectArtifacts objects that override the secondary artifacts defined in the batch
build project.
- withSecondaryArtifactsOverride(ProjectArtifacts...) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
An array of ProjectArtifacts objects.
- withSecondaryArtifactsOverride(Collection<ProjectArtifacts>) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
An array of ProjectArtifacts objects.
- withSecondarySources(ProjectSource...) - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectSource objects.
- withSecondarySources(Collection<ProjectSource>) - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectSource objects.
- withSecondarySources(ProjectSource...) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of ProjectSource objects that define the sources for the batch build.
- withSecondarySources(Collection<ProjectSource>) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of ProjectSource objects that define the sources for the batch build.
- withSecondarySources(ProjectSource...) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectSource objects.
- withSecondarySources(Collection<ProjectSource>) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectSource objects.
- withSecondarySources(ProjectSource...) - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectSource objects.
- withSecondarySources(Collection<ProjectSource>) - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectSource objects.
- withSecondarySources(ProjectSource...) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectSource objects.
- withSecondarySources(Collection<ProjectSource>) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectSource objects.
- withSecondarySourcesOverride(ProjectSource...) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of ProjectSource objects that override the secondary sources defined in the batch build
project.
- withSecondarySourcesOverride(Collection<ProjectSource>) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of ProjectSource objects that override the secondary sources defined in the batch build
project.
- withSecondarySourcesOverride(ProjectSource...) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
An array of ProjectSource objects.
- withSecondarySourcesOverride(Collection<ProjectSource>) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
An array of ProjectSource objects.
- withSecondarySourcesVersionOverride(ProjectSourceVersion...) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of ProjectSourceVersion objects that override the secondary source versions in the batch
build project.
- withSecondarySourcesVersionOverride(Collection<ProjectSourceVersion>) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
An array of ProjectSourceVersion objects that override the secondary source versions in the batch
build project.
- withSecondarySourcesVersionOverride(ProjectSourceVersion...) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
An array of ProjectSourceVersion objects that specify one or more versions of the project's
secondary sources to be used for this build only.
- withSecondarySourcesVersionOverride(Collection<ProjectSourceVersion>) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
An array of ProjectSourceVersion objects that specify one or more versions of the project's
secondary sources to be used for this build only.
- withSecondarySourceVersions(ProjectSourceVersion...) - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectSourceVersion objects.
- withSecondarySourceVersions(Collection<ProjectSourceVersion>) - Method in class com.amazonaws.services.codebuild.model.Build
-
An array of ProjectSourceVersion objects.
- withSecondarySourceVersions(ProjectSourceVersion...) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of ProjectSourceVersion objects.
- withSecondarySourceVersions(Collection<ProjectSourceVersion>) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
An array of ProjectSourceVersion objects.
- withSecondarySourceVersions(ProjectSourceVersion...) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectSourceVersion objects.
- withSecondarySourceVersions(Collection<ProjectSourceVersion>) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
An array of ProjectSourceVersion objects.
- withSecondarySourceVersions(ProjectSourceVersion...) - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectSourceVersion objects.
- withSecondarySourceVersions(Collection<ProjectSourceVersion>) - Method in class com.amazonaws.services.codebuild.model.Project
-
An array of ProjectSourceVersion objects.
- withSecondarySourceVersions(ProjectSourceVersion...) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectSourceVersion objects.
- withSecondarySourceVersions(Collection<ProjectSourceVersion>) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An array of ProjectSourceVersion objects.
- withSecret(String) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
The secret token of the associated repository.
- withSecurityGroupIds(String...) - Method in class com.amazonaws.services.codebuild.model.VpcConfig
-
A list of one or more security groups IDs in your Amazon VPC.
- withSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.VpcConfig
-
A list of one or more security groups IDs in your Amazon VPC.
- withServerType(String) - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
The source provider used for this project.
- withServerType(ServerType) - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
The source provider used for this project.
- withServerType(String) - Method in class com.amazonaws.services.codebuild.model.SourceCredentialsInfo
-
The type of source provider.
- withServerType(ServerType) - Method in class com.amazonaws.services.codebuild.model.SourceCredentialsInfo
-
The type of source provider.
- withServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
The name of a service role used for this build.
- withServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The name of a service role used for builds in the batch.
- withServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf
of the Amazon Web Services account.
- withServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf
of the Amazon Web Services account.
- withServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
Specifies the service role ARN for the batch build project.
- withServiceRole(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The replacement ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services
services on behalf of the Amazon Web Services account.
- withServiceRoleOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The name of a service role for this batch build that overrides the one specified in the batch build project.
- withServiceRoleOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The name of a service role for this build that overrides the one specified in the build project.
- withSessionEnabled(Boolean) - Method in class com.amazonaws.services.codebuild.model.DebugSession
-
Specifies if session debugging is enabled for this build.
- withSessionTarget(String) - Method in class com.amazonaws.services.codebuild.model.DebugSession
-
Contains the identifier of the Session Manager session used for the build.
- withSha256sum(String) - Method in class com.amazonaws.services.codebuild.model.BuildArtifacts
-
The SHA-256 hash of the build artifact.
- withShouldOverwrite(Boolean) - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
Set to false to prevent overwriting the repository source credentials.
- withSortBy(String) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
Specifies how the results are sorted.
- withSortBy(ReportCodeCoverageSortByType) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
Specifies how the results are sorted.
- withSortBy(String) - Method in class com.amazonaws.services.codebuild.model.ListFleetsRequest
-
The criterion to be used to list compute fleet names.
- withSortBy(FleetSortByType) - Method in class com.amazonaws.services.codebuild.model.ListFleetsRequest
-
The criterion to be used to list compute fleet names.
- withSortBy(String) - Method in class com.amazonaws.services.codebuild.model.ListProjectsRequest
-
The criterion to be used to list build project names.
- withSortBy(ProjectSortByType) - Method in class com.amazonaws.services.codebuild.model.ListProjectsRequest
-
The criterion to be used to list build project names.
- withSortBy(String) - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsRequest
-
The criterion to be used to list build report groups.
- withSortBy(ReportGroupSortByType) - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsRequest
-
The criterion to be used to list build report groups.
- withSortBy(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsRequest
-
The criterion to be used to list build projects shared with the current Amazon Web Services account or user.
- withSortBy(SharedResourceSortByType) - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsRequest
-
The criterion to be used to list build projects shared with the current Amazon Web Services account or user.
- withSortBy(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsRequest
-
The criterion to be used to list report groups shared with the current Amazon Web Services account or user.
- withSortBy(SharedResourceSortByType) - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsRequest
-
The criterion to be used to list report groups shared with the current Amazon Web Services account or user.
- withSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
Specifies if the results are sorted in ascending or descending order.
- withSortOrder(SortOrderType) - Method in class com.amazonaws.services.codebuild.model.DescribeCodeCoveragesRequest
-
Specifies if the results are sorted in ascending or descending order.
- withSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
Specifies the sort order of the returned items.
- withSortOrder(SortOrderType) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesForProjectRequest
-
Specifies the sort order of the returned items.
- withSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesRequest
-
Specifies the sort order of the returned items.
- withSortOrder(SortOrderType) - Method in class com.amazonaws.services.codebuild.model.ListBuildBatchesRequest
-
Specifies the sort order of the returned items.
- withSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectRequest
-
The order to sort the results in.
- withSortOrder(SortOrderType) - Method in class com.amazonaws.services.codebuild.model.ListBuildsForProjectRequest
-
The order to sort the results in.
- withSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListBuildsRequest
-
The order to list build IDs.
- withSortOrder(SortOrderType) - Method in class com.amazonaws.services.codebuild.model.ListBuildsRequest
-
The order to list build IDs.
- withSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListFleetsRequest
-
The order in which to list compute fleets.
- withSortOrder(SortOrderType) - Method in class com.amazonaws.services.codebuild.model.ListFleetsRequest
-
The order in which to list compute fleets.
- withSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListProjectsRequest
-
The order in which to list build projects.
- withSortOrder(SortOrderType) - Method in class com.amazonaws.services.codebuild.model.ListProjectsRequest
-
The order in which to list build projects.
- withSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsRequest
-
Used to specify the order to sort the list of returned report groups.
- withSortOrder(SortOrderType) - Method in class com.amazonaws.services.codebuild.model.ListReportGroupsRequest
-
Used to specify the order to sort the list of returned report groups.
- withSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
Use to specify whether the results are returned in ascending or descending order.
- withSortOrder(SortOrderType) - Method in class com.amazonaws.services.codebuild.model.ListReportsForReportGroupRequest
-
Use to specify whether the results are returned in ascending or descending order.
- withSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListReportsRequest
-
Specifies the sort order for the list of returned reports.
- withSortOrder(SortOrderType) - Method in class com.amazonaws.services.codebuild.model.ListReportsRequest
-
Specifies the sort order for the list of returned reports.
- withSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsRequest
-
The order in which to list shared build projects.
- withSortOrder(SortOrderType) - Method in class com.amazonaws.services.codebuild.model.ListSharedProjectsRequest
-
The order in which to list shared build projects.
- withSortOrder(String) - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsRequest
-
The order in which to list shared report groups.
- withSortOrder(SortOrderType) - Method in class com.amazonaws.services.codebuild.model.ListSharedReportGroupsRequest
-
The order in which to list shared report groups.
- withSource(ProjectSource) - Method in class com.amazonaws.services.codebuild.model.Build
-
Information about the source code to be built.
- withSource(ProjectSource) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- withSource(ProjectSource) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
Information about the build input source code for the build project.
- withSource(ProjectSource) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the build input source code for this build project.
- withSource(ProjectSource) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
Information to be changed about the build input source code for the build project.
- withSourceAuthOverride(SourceAuth) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A SourceAuth object that overrides the one defined in the batch build project.
- withSourceAuthOverride(SourceAuth) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
An authorization type for this build that overrides the one defined in the build project.
- withSourceCredentialsInfos(SourceCredentialsInfo...) - Method in class com.amazonaws.services.codebuild.model.ListSourceCredentialsResult
-
A list of SourceCredentialsInfo objects.
- withSourceCredentialsInfos(Collection<SourceCredentialsInfo>) - Method in class com.amazonaws.services.codebuild.model.ListSourceCredentialsResult
-
A list of SourceCredentialsInfo objects.
- withSourceIdentifier(String) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
An identifier for this project source.
- withSourceIdentifier(String) - Method in class com.amazonaws.services.codebuild.model.ProjectSourceVersion
-
An identifier for a source in the build project.
- withSourceLocationOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
A location that overrides, for this batch build, the source location defined in the batch build project.
- withSourceLocationOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A location that overrides, for this build, the source location for the one defined in the build project.
- withSourceTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The source input type that overrides the source input defined in the batch build project.
- withSourceTypeOverride(SourceType) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The source input type that overrides the source input defined in the batch build project.
- withSourceTypeOverride(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A source input type, for this build, that overrides the source input defined in the build project.
- withSourceTypeOverride(SourceType) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
A source input type, for this build, that overrides the source input defined in the build project.
- withSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.Build
-
Any version identifier for the version of the source code to be built.
- withSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The identifier of the version of the source code to be built.
- withSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
A version of the build input to be built for this project.
- withSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.Project
-
A version of the build input to be built for this project.
- withSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.ProjectSourceVersion
-
The source version for the corresponding source identifier.
- withSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildBatchRequest
-
The version of the batch build input to be built, for this build only.
- withSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The version of the build input to be built, for this build only.
- withSourceVersion(String) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
A version of the build input to be built for this project.
- withStartTime(Date) - Method in class com.amazonaws.services.codebuild.model.Build
-
When the build process started, expressed in Unix time format.
- withStartTime(Date) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
The date and time that the batch build started.
- withStartTime(Date) - Method in class com.amazonaws.services.codebuild.model.BuildBatchPhase
-
When the batch build phase started, expressed in Unix time format.
- withStartTime(Date) - Method in class com.amazonaws.services.codebuild.model.BuildPhase
-
When the build phase started, expressed in Unix time format.
- withStats(ReportGroupTrendStats) - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendResult
-
Contains the accumulated trend data.
- withStatus(String) - Method in class com.amazonaws.services.codebuild.model.BuildBatchFilter
-
The status of the batch builds to retrieve.
- withStatus(StatusType) - Method in class com.amazonaws.services.codebuild.model.BuildBatchFilter
-
The status of the batch builds to retrieve.
- withStatus(String) - Method in class com.amazonaws.services.codebuild.model.CloudWatchLogsConfig
-
The current status of the logs in CloudWatch Logs for a build project.
- withStatus(LogsConfigStatusType) - Method in class com.amazonaws.services.codebuild.model.CloudWatchLogsConfig
-
The current status of the logs in CloudWatch Logs for a build project.
- withStatus(FleetStatus) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
The status of the compute fleet.
- withStatus(String) - Method in class com.amazonaws.services.codebuild.model.Report
-
The status of this report.
- withStatus(ReportStatusType) - Method in class com.amazonaws.services.codebuild.model.Report
-
The status of this report.
- withStatus(String) - Method in class com.amazonaws.services.codebuild.model.ReportFilter
-
The status used to filter reports.
- withStatus(ReportStatusType) - Method in class com.amazonaws.services.codebuild.model.ReportFilter
-
The status used to filter reports.
- withStatus(String) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The status of the report group.
- withStatus(ReportGroupStatusType) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The status of the report group.
- withStatus(String) - Method in class com.amazonaws.services.codebuild.model.S3LogsConfig
-
The current status of the S3 build logs.
- withStatus(LogsConfigStatusType) - Method in class com.amazonaws.services.codebuild.model.S3LogsConfig
-
The current status of the S3 build logs.
- withStatus(String) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The status returned by the test case after it was run.
- withStatus(String) - Method in class com.amazonaws.services.codebuild.model.TestCaseFilter
-
The status used to filter test cases.
- withStatusCode(String) - Method in class com.amazonaws.services.codebuild.model.BuildNotDeleted
-
Additional information about the build that could not be successfully deleted.
- withStatusCode(String) - Method in class com.amazonaws.services.codebuild.model.DeleteBuildBatchResult
-
The status code.
- withStatusCode(String) - Method in class com.amazonaws.services.codebuild.model.FleetStatus
-
The status code of the compute fleet.
- withStatusCode(FleetStatusCode) - Method in class com.amazonaws.services.codebuild.model.FleetStatus
-
The status code of the compute fleet.
- withStatusCode(String) - Method in class com.amazonaws.services.codebuild.model.PhaseContext
-
The status code for the context of the build phase.
- withStatusCounts(Map<String, Integer>) - Method in class com.amazonaws.services.codebuild.model.TestReportSummary
-
A map that contains the number of each type of status returned by the test results in this
TestReportSummary.
- withStreamName(String) - Method in class com.amazonaws.services.codebuild.model.CloudWatchLogsConfig
-
The prefix of the stream name of the CloudWatch Logs.
- withStreamName(String) - Method in class com.amazonaws.services.codebuild.model.LogsLocation
-
The name of the CloudWatch Logs stream for the build logs.
- withSubnetId(String) - Method in class com.amazonaws.services.codebuild.model.NetworkInterface
-
The ID of the subnet.
- withSubnets(String...) - Method in class com.amazonaws.services.codebuild.model.VpcConfig
-
A list of one or more subnet IDs in your Amazon VPC.
- withSubnets(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.VpcConfig
-
A list of one or more subnet IDs in your Amazon VPC.
- withTags(Tag...) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
A list of tag key and value pairs associated with this compute fleet.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
A list of tag key and value pairs associated with this compute fleet.
- withTags(Tag...) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
A list of tag key and value pairs associated with this build project.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
A list of tag key and value pairs associated with this build project.
- withTags(Tag...) - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupRequest
-
A list of tag key and value pairs associated with this report group.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupRequest
-
A list of tag key and value pairs associated with this report group.
- withTags(Tag...) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
A list of tag key and value pairs associated with this compute fleet.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
A list of tag key and value pairs associated with this compute fleet.
- withTags(Tag...) - Method in class com.amazonaws.services.codebuild.model.Project
-
A list of tag key and value pairs associated with this build project.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.Project
-
A list of tag key and value pairs associated with this build project.
- withTags(Tag...) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
A list of tag key and value pairs associated with this report group.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
A list of tag key and value pairs associated with this report group.
- withTags(Tag...) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
A list of tag key and value pairs associated with this compute fleet.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
A list of tag key and value pairs associated with this compute fleet.
- withTags(Tag...) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An updated list of tag key and value pairs associated with this build project.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
An updated list of tag key and value pairs associated with this build project.
- withTags(Tag...) - Method in class com.amazonaws.services.codebuild.model.UpdateReportGroupRequest
-
An updated list of tag key and value pairs associated with this report group.
- withTags(Collection<Tag>) - Method in class com.amazonaws.services.codebuild.model.UpdateReportGroupRequest
-
An updated list of tag key and value pairs associated with this report group.
- withTargetTrackingScalingConfigs(TargetTrackingScalingConfiguration...) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationInput
-
A list of TargetTrackingScalingConfiguration objects.
- withTargetTrackingScalingConfigs(Collection<TargetTrackingScalingConfiguration>) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationInput
-
A list of TargetTrackingScalingConfiguration objects.
- withTargetTrackingScalingConfigs(TargetTrackingScalingConfiguration...) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationOutput
-
A list of TargetTrackingScalingConfiguration objects.
- withTargetTrackingScalingConfigs(Collection<TargetTrackingScalingConfiguration>) - Method in class com.amazonaws.services.codebuild.model.ScalingConfigurationOutput
-
A list of TargetTrackingScalingConfiguration objects.
- withTargetUrl(String) - Method in class com.amazonaws.services.codebuild.model.BuildStatusConfig
-
Specifies the target url of the build status CodeBuild sends to the source provider.
- withTargetValue(Double) - Method in class com.amazonaws.services.codebuild.model.TargetTrackingScalingConfiguration
-
The value of metricType when to start scaling.
- withTestCases(TestCase...) - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesResult
-
The returned list of test cases.
- withTestCases(Collection<TestCase>) - Method in class com.amazonaws.services.codebuild.model.DescribeTestCasesResult
-
The returned list of test cases.
- withTestRawDataPath(String) - Method in class com.amazonaws.services.codebuild.model.TestCase
-
The path to the raw data file that contains the test result.
- withTestSummary(TestReportSummary) - Method in class com.amazonaws.services.codebuild.model.Report
-
A TestReportSummary object that contains information about this test report.
- withTimeoutInMins(Integer) - Method in class com.amazonaws.services.codebuild.model.ProjectBuildBatchConfig
-
Specifies the maximum amount of time, in minutes, that the batch build must be completed in.
- withTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.Build
-
How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out this build if it does
not get marked as completed.
- withTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before it times out any build that has not
been marked as completed.
- withTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.Project
-
How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any related build that
did not get marked as completed.
- withTimeoutInMinutes(Integer) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
The replacement value in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any related
build that did not get marked as completed.
- withTimeoutInMinutesOverride(Integer) - Method in class com.amazonaws.services.codebuild.model.StartBuildRequest
-
The number of build timeout minutes, from 5 to 2160 (36 hours), that overrides, for this build only, the latest
setting already defined in the build project.
- withToken(String) - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
For GitHub or GitHub Enterprise, this is the personal access token.
- withTotal(Integer) - Method in class com.amazonaws.services.codebuild.model.TestReportSummary
-
The number of test cases in this TestReportSummary.
- withTrendField(String) - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendRequest
-
The test report value to accumulate.
- withTrendField(ReportGroupTrendFieldType) - Method in class com.amazonaws.services.codebuild.model.GetReportGroupTrendRequest
-
The test report value to accumulate.
- withTruncated(Boolean) - Method in class com.amazonaws.services.codebuild.model.Report
-
A boolean that specifies if this report run is truncated.
- withType(String) - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupRequest
-
The type of report group.
- withType(ReportType) - Method in class com.amazonaws.services.codebuild.model.CreateReportGroupRequest
-
The type of report group.
- withType(String) - Method in class com.amazonaws.services.codebuild.model.EnvironmentVariable
-
The type of environment variable.
- withType(EnvironmentVariableType) - Method in class com.amazonaws.services.codebuild.model.EnvironmentVariable
-
The type of environment variable.
- withType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
The type of build output artifact.
- withType(ArtifactsType) - Method in class com.amazonaws.services.codebuild.model.ProjectArtifacts
-
The type of build output artifact.
- withType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectCache
-
The type of cache used by the build project.
- withType(CacheType) - Method in class com.amazonaws.services.codebuild.model.ProjectCache
-
The type of cache used by the build project.
- withType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The type of build environment to use for related builds.
- withType(EnvironmentType) - Method in class com.amazonaws.services.codebuild.model.ProjectEnvironment
-
The type of build environment to use for related builds.
- withType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
The type of the file system.
- withType(FileSystemType) - Method in class com.amazonaws.services.codebuild.model.ProjectFileSystemLocation
-
The type of the file system.
- withType(String) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
The type of repository that contains the source code to be built.
- withType(SourceType) - Method in class com.amazonaws.services.codebuild.model.ProjectSource
-
The type of repository that contains the source code to be built.
- withType(String) - Method in class com.amazonaws.services.codebuild.model.Report
-
The type of the report that was run.
- withType(ReportType) - Method in class com.amazonaws.services.codebuild.model.Report
-
The type of the report that was run.
- withType(String) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The type of the ReportGroup.
- withType(ReportType) - Method in class com.amazonaws.services.codebuild.model.ReportGroup
-
The type of the ReportGroup.
- withType(String) - Method in class com.amazonaws.services.codebuild.model.ResolvedArtifact
-
Specifies the type of artifact.
- withType(ArtifactsType) - Method in class com.amazonaws.services.codebuild.model.ResolvedArtifact
-
Specifies the type of artifact.
- withType(String) - Method in class com.amazonaws.services.codebuild.model.SourceAuth
-
The authorization type to use.
- withType(SourceAuthType) - Method in class com.amazonaws.services.codebuild.model.SourceAuth
-
The authorization type to use.
- withType(String) - Method in class com.amazonaws.services.codebuild.model.WebhookFilter
-
The type of webhook filter.
- withType(WebhookFilterType) - Method in class com.amazonaws.services.codebuild.model.WebhookFilter
-
The type of webhook filter.
- withUrl(String) - Method in class com.amazonaws.services.codebuild.model.Webhook
-
The URL to the webhook.
- withUsername(String) - Method in class com.amazonaws.services.codebuild.model.ImportSourceCredentialsRequest
-
The Bitbucket username when the authType is BASIC_AUTH.
- withValue(String) - Method in class com.amazonaws.services.codebuild.model.EnvironmentVariable
-
The value of the environment variable.
- withValue(String) - Method in class com.amazonaws.services.codebuild.model.ExportedEnvironmentVariable
-
The value assigned to the exported environment variable.
- withValue(String) - Method in class com.amazonaws.services.codebuild.model.Tag
-
The tag's value.
- withVersions(String...) - Method in class com.amazonaws.services.codebuild.model.EnvironmentImage
-
A list of environment image versions.
- withVersions(Collection<String>) - Method in class com.amazonaws.services.codebuild.model.EnvironmentImage
-
A list of environment image versions.
- withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.Build
-
If your CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC
ID and the list of security group IDs and subnet IDs.
- withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.BuildBatch
-
- withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.CreateFleetRequest
-
- withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.CreateProjectRequest
-
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
- withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.Fleet
-
- withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about the VPC configuration that CodeBuild accesses.
- withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.UpdateFleetRequest
-
- withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.codebuild.model.UpdateProjectRequest
-
VpcConfig enables CodeBuild to access resources in an Amazon VPC.
- withVpcId(String) - Method in class com.amazonaws.services.codebuild.model.VpcConfig
-
The ID of the Amazon VPC.
- withWebhook(Webhook) - Method in class com.amazonaws.services.codebuild.model.CreateWebhookResult
-
Information about a webhook that connects repository events to a build project in CodeBuild.
- withWebhook(Webhook) - Method in class com.amazonaws.services.codebuild.model.Project
-
Information about a webhook that connects repository events to a build project in CodeBuild.
- withWebhook(Webhook) - Method in class com.amazonaws.services.codebuild.model.UpdateWebhookResult
-
Information about a repository's webhook that is associated with a project in CodeBuild.