| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCodeBuildProjectDetails |
AwsCodeBuildProjectDetails.clone() |
AwsCodeBuildProjectDetails |
ResourceDetails.getAwsCodeBuildProject()
Details for an CodeBuild project.
|
AwsCodeBuildProjectDetails |
AwsCodeBuildProjectDetails.withEncryptionKey(String encryptionKey)
The KMS key 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 CodeBuild to interact with dependent Amazon Web Services services on behalf
of the Amazon Web Services 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 CodeBuild accesses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsCodeBuildProject(AwsCodeBuildProjectDetails awsCodeBuildProject)
Details for an CodeBuild project.
|
ResourceDetails |
ResourceDetails.withAwsCodeBuildProject(AwsCodeBuildProjectDetails awsCodeBuildProject)
Details for an CodeBuild project.
|
Copyright © 2021. All rights reserved.