Class AwsCodeBuildProjectArtifactsDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsCodeBuildProjectArtifactsDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsCodeBuildProjectArtifactsDetails.Builder,AwsCodeBuildProjectArtifactsDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsCodeBuildProjectArtifactsDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsCodeBuildProjectArtifactsDetails.Builder,AwsCodeBuildProjectArtifactsDetails>
Information about the build artifacts for the CodeBuild project.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsCodeBuildProjectArtifactsDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringartifactIdentifier()An identifier for the artifact definition.static AwsCodeBuildProjectArtifactsDetails.Builderbuilder()BooleanencryptionDisabled()Indicates whether to disable encryption on the artifact.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringlocation()Only used whenTypeisS3.Stringname()Only used when Type is S3.StringnamespaceType()Only used whenTypeisS3.BooleanoverrideArtifactName()Whether the name specified in the buildspec file overrides the artifact name.Stringpackaging()Only used whenTypeisS3.Stringpath()Only used whenTypeisS3.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsCodeBuildProjectArtifactsDetails.Builder>serializableBuilderClass()AwsCodeBuildProjectArtifactsDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()The type of build artifact.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
artifactIdentifier
public final String artifactIdentifier()
An identifier for the artifact definition.
- Returns:
- An identifier for the artifact definition.
-
encryptionDisabled
public final Boolean encryptionDisabled()
Indicates whether to disable encryption on the artifact. Only valid when
TypeisS3.- Returns:
- Indicates whether to disable encryption on the artifact. Only valid when
TypeisS3.
-
location
public final String location()
Only used when
TypeisS3. The name of the S3 bucket where the artifact is located.- Returns:
- Only used when
TypeisS3. The name of the S3 bucket where the artifact is located.
-
name
public final String name()
Only used when Type is S3. The name of the artifact. Used with
NamepaceTypeandPathto determine the pattern for storing the artifact.- Returns:
- Only used when Type is S3. The name of the artifact. Used with
NamepaceTypeandPathto determine the pattern for storing the artifact.
-
namespaceType
public final String namespaceType()
Only used when
TypeisS3. The value to use for the namespace. Used withNameandPathto determine the pattern for storing the artifact.- Returns:
- Only used when
TypeisS3. The value to use for the namespace. Used withNameandPathto determine the pattern for storing the artifact.
-
overrideArtifactName
public final Boolean overrideArtifactName()
Whether the name specified in the buildspec file overrides the artifact name.
- Returns:
- Whether the name specified in the buildspec file overrides the artifact name.
-
packaging
public final String packaging()
Only used when
TypeisS3. The type of output artifact to create.- Returns:
- Only used when
TypeisS3. The type of output artifact to create.
-
path
public final String path()
Only used when
TypeisS3. The path to the artifact. Used withNameandNamespaceTypeto determine the pattern for storing the artifact.- Returns:
- Only used when
TypeisS3. The path to the artifact. Used withNameandNamespaceTypeto determine the pattern for storing the artifact.
-
type
public final String type()
The type of build artifact.
- Returns:
- The type of build artifact.
-
toBuilder
public AwsCodeBuildProjectArtifactsDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsCodeBuildProjectArtifactsDetails.Builder,AwsCodeBuildProjectArtifactsDetails>
-
builder
public static AwsCodeBuildProjectArtifactsDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsCodeBuildProjectArtifactsDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-