| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCodeBuildProjectDetails |
AwsCodeBuildProjectDetails.clone() |
AwsCodeBuildProjectDetails |
ResourceDetails.getAwsCodeBuildProject()
Details for an AWS CodeBuild project.
|
AwsCodeBuildProjectDetails |
AwsCodeBuildProjectDetails.withEncryptionKey(String encryptionKey)
The AWS Key Management Service (AWS KMS) customer master key (CMK) used to encrypt the build output artifacts.
|
AwsCodeBuildProjectDetails |
AwsCodeBuildProjectDetails.withEnvironment(AwsCodeBuildProjectEnvironment environment)
Information about the build environment for this build project.
|
AwsCodeBuildProjectDetails |
AwsCodeBuildProjectDetails.withName(String name)
The name of the build project.
|
AwsCodeBuildProjectDetails |
AwsCodeBuildProjectDetails.withServiceRole(String serviceRole)
The ARN of the IAM role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS
account.
|
AwsCodeBuildProjectDetails |
AwsCodeBuildProjectDetails.withSource(AwsCodeBuildProjectSource source)
Information about the build input source code for this build project.
|
AwsCodeBuildProjectDetails |
AwsCodeBuildProjectDetails.withVpcConfig(AwsCodeBuildProjectVpcConfig vpcConfig)
Information about the VPC configuration that AWS CodeBuild accesses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsCodeBuildProject(AwsCodeBuildProjectDetails awsCodeBuildProject)
Details for an AWS CodeBuild project.
|
ResourceDetails |
ResourceDetails.withAwsCodeBuildProject(AwsCodeBuildProjectDetails awsCodeBuildProject)
Details for an AWS CodeBuild project.
|
Copyright © 2021. All rights reserved.