Interface MembershipDatasources.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MembershipDatasources.Builder,MembershipDatasources>, SdkBuilder<MembershipDatasources.Builder,MembershipDatasources>, SdkPojo
Enclosing class:
MembershipDatasources

public static interface MembershipDatasources.Builder extends SdkPojo, CopyableBuilder<MembershipDatasources.Builder,MembershipDatasources>
  • Method Details

    • accountId

      MembershipDatasources.Builder accountId(String accountId)

      The account identifier of the Amazon Web Services account.

      Parameters:
      accountId - The account identifier of the Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • graphArn

      The ARN of the organization behavior graph.

      Parameters:
      graphArn - The ARN of the organization behavior graph.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasourcePackageIngestHistoryWithStrings

      MembershipDatasources.Builder datasourcePackageIngestHistoryWithStrings(Map<String,? extends Map<String,TimestampForCollection>> datasourcePackageIngestHistory)

      Details on when a data source package was added to a behavior graph.

      Parameters:
      datasourcePackageIngestHistory - Details on when a data source package was added to a behavior graph.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasourcePackageIngestHistory

      MembershipDatasources.Builder datasourcePackageIngestHistory(Map<DatasourcePackage,? extends Map<DatasourcePackageIngestState,TimestampForCollection>> datasourcePackageIngestHistory)

      Details on when a data source package was added to a behavior graph.

      Parameters:
      datasourcePackageIngestHistory - Details on when a data source package was added to a behavior graph.
      Returns:
      Returns a reference to this object so that method calls can be chained together.