Class S3Prefix.S3PrefixBuilder<C extends S3Prefix,B extends S3Prefix.S3PrefixBuilder<C,B>>

Enclosing class:
S3Prefix

public abstract static class S3Prefix.S3PrefixBuilder<C extends S3Prefix,B extends S3Prefix.S3PrefixBuilder<C,B>> extends Asset.AssetBuilder<C,B>
  • Constructor Details

    • S3PrefixBuilder

      public S3PrefixBuilder()
  • Method Details

    • $fillValuesFrom

      protected B $fillValuesFrom(C instance)
      Overrides:
      $fillValuesFrom in class Asset.AssetBuilder<C extends S3Prefix,B extends S3Prefix.S3PrefixBuilder<C,B>>
    • typeName

      public B typeName(String typeName)
      Fixed typeName for S3Prefixs.
      Overrides:
      typeName in class Reference.ReferenceBuilder<C extends S3Prefix,B extends S3Prefix.S3PrefixBuilder<C,B>>
      Returns:
      this.
    • awsAccountId

      public B awsAccountId(String awsAccountId)
      12-digit number that uniquely identifies an AWS account.
      Returns:
      this.
    • awsArn

      public B awsArn(String awsArn)
      Amazon Resource Name (ARN) for this asset. This uniquely identifies the asset in AWS, and thus must be unique across all AWS asset instances.
      Returns:
      this.
    • awsOwnerId

      public B awsOwnerId(String awsOwnerId)
      Root user's ID.
      Returns:
      this.
    • awsOwnerName

      public B awsOwnerName(String awsOwnerName)
      Root user's name.
      Returns:
      this.
    • awsPartition

      public B awsPartition(String awsPartition)
      Group of AWS region and service objects.
      Returns:
      this.
    • awsRegion

      public B awsRegion(String awsRegion)
      Physical region where the data center in which the asset exists is clustered.
      Returns:
      this.
    • awsResourceId

      public B awsResourceId(String awsResourceId)
      Unique resource ID assigned when a new resource is created.
      Returns:
      this.
    • awsService

      public B awsService(String awsService)
      Type of service in which the asset exists.
      Returns:
      this.
    • awsTag

      public B awsTag(AwsTag awsTag)
    • awsTags

      public B awsTags(Collection<? extends AwsTag> awsTags)
    • clearAwsTags

      public B clearAwsTags()
    • inputToAirflowTask

      public B inputToAirflowTask(IAirflowTask inputToAirflowTask)
    • inputToAirflowTasks

      public B inputToAirflowTasks(Collection<? extends IAirflowTask> inputToAirflowTasks)
    • clearInputToAirflowTasks

      public B clearInputToAirflowTasks()
    • inputToProcess

      public B inputToProcess(ILineageProcess inputToProcess)
    • inputToProcesses

      public B inputToProcesses(Collection<? extends ILineageProcess> inputToProcesses)
    • clearInputToProcesses

      public B clearInputToProcesses()
    • inputToSparkJob

      public B inputToSparkJob(ISparkJob inputToSparkJob)
    • inputToSparkJobs

      public B inputToSparkJobs(Collection<? extends ISparkJob> inputToSparkJobs)
    • clearInputToSparkJobs

      public B clearInputToSparkJobs()
    • modelImplementedAttribute

      public B modelImplementedAttribute(IModelAttribute modelImplementedAttribute)
    • modelImplementedAttributes

      public B modelImplementedAttributes(Collection<? extends IModelAttribute> modelImplementedAttributes)
    • clearModelImplementedAttributes

      public B clearModelImplementedAttributes()
    • modelImplementedEntity

      public B modelImplementedEntity(IModelEntity modelImplementedEntity)
    • modelImplementedEntities

      public B modelImplementedEntities(Collection<? extends IModelEntity> modelImplementedEntities)
    • clearModelImplementedEntities

      public B clearModelImplementedEntities()
    • outputFromAirflowTask

      public B outputFromAirflowTask(IAirflowTask outputFromAirflowTask)
    • outputFromAirflowTasks

      public B outputFromAirflowTasks(Collection<? extends IAirflowTask> outputFromAirflowTasks)
    • clearOutputFromAirflowTasks

      public B clearOutputFromAirflowTasks()
    • outputFromProcess

      public B outputFromProcess(ILineageProcess outputFromProcess)
    • outputFromProcesses

      public B outputFromProcesses(Collection<? extends ILineageProcess> outputFromProcesses)
    • clearOutputFromProcesses

      public B clearOutputFromProcesses()
    • outputFromSparkJob

      public B outputFromSparkJob(ISparkJob outputFromSparkJob)
    • outputFromSparkJobs

      public B outputFromSparkJobs(Collection<? extends ISparkJob> outputFromSparkJobs)
    • clearOutputFromSparkJobs

      public B clearOutputFromSparkJobs()
    • s3Bucket

      public B s3Bucket(IS3Bucket s3Bucket)
      S3 bucket that contains the prefix.
      Returns:
      this.
    • s3BucketName

      public B s3BucketName(String s3BucketName)
      Simple name of the bucket in which this prefix exists.
      Returns:
      this.
    • s3BucketQualifiedName

      public B s3BucketQualifiedName(String s3BucketQualifiedName)
      Unique name of the bucket in which this prefix exists.
      Returns:
      this.
    • s3ChildPrefix

      public B s3ChildPrefix(IS3Prefix s3ChildPrefix)
    • s3ChildPrefixes

      public B s3ChildPrefixes(Collection<? extends IS3Prefix> s3ChildPrefixes)
    • clearS3ChildPrefixes

      public B clearS3ChildPrefixes()
    • s3ETag

      public B s3ETag(String s3ETag)
      Entity tag for the asset. An entity tag is a hash of the object and represents changes to the contents of an object only, not its metadata.
      Returns:
      this.
    • s3Encryption

      public B s3Encryption(String s3Encryption)
      TBC
      Returns:
      this.
    • s3ObjectCount

      public B s3ObjectCount(Long s3ObjectCount)
      Number of objects immediately contained within the prefix.
      Returns:
      this.
    • s3Object

      public B s3Object(IS3Object s3Object)
    • s3Objects

      public B s3Objects(Collection<? extends IS3Object> s3Objects)
    • clearS3Objects

      public B clearS3Objects()
    • s3ParentPrefix

      public B s3ParentPrefix(IS3Prefix s3ParentPrefix)
      S3 parent prefix containing this child prefix.
      Returns:
      this.
    • s3ParentPrefixQualifiedName

      public B s3ParentPrefixQualifiedName(String s3ParentPrefixQualifiedName)
      Unique name of the immediate parent prefix in which this asset exists.
      Returns:
      this.
    • s3PrefixCount

      public B s3PrefixCount(Long s3PrefixCount)
      Number of prefixes immediately contained within the prefix.
      Returns:
      this.
    • putS3PrefixHierarchy

      public B putS3PrefixHierarchy(Map<String,String> putS3PrefixHierarchy)
    • s3PrefixHierarchy

      public B s3PrefixHierarchy(Collection<? extends Map<String,String>> s3PrefixHierarchy)
    • clearS3PrefixHierarchy

      public B clearS3PrefixHierarchy()
    • self

      protected abstract B self()
      Specified by:
      self in class Asset.AssetBuilder<C extends S3Prefix,B extends S3Prefix.S3PrefixBuilder<C,B>>
    • build

      public abstract C build()
      Specified by:
      build in class Asset.AssetBuilder<C extends S3Prefix,B extends S3Prefix.S3PrefixBuilder<C,B>>
    • toString

      public String toString()
      Overrides:
      toString in class Asset.AssetBuilder<C extends S3Prefix,B extends S3Prefix.S3PrefixBuilder<C,B>>