Interface CreateSubscriberRequest.Builder

  • Method Details

    • accessTypesWithStrings

      CreateSubscriberRequest.Builder accessTypesWithStrings(Collection<String> accessTypes)

      The Amazon S3 or Lake Formation access type.

      Parameters:
      accessTypes - The Amazon S3 or Lake Formation access type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessTypesWithStrings

      CreateSubscriberRequest.Builder accessTypesWithStrings(String... accessTypes)

      The Amazon S3 or Lake Formation access type.

      Parameters:
      accessTypes - The Amazon S3 or Lake Formation access type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessTypes

      The Amazon S3 or Lake Formation access type.

      Parameters:
      accessTypes - The Amazon S3 or Lake Formation access type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accessTypes

      CreateSubscriberRequest.Builder accessTypes(AccessType... accessTypes)

      The Amazon S3 or Lake Formation access type.

      Parameters:
      accessTypes - The Amazon S3 or Lake Formation access type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sources

      The supported Amazon Web Services services from which logs and events are collected. Security Lake supports log and event collection for natively supported Amazon Web Services services.

      Parameters:
      sources - The supported Amazon Web Services services from which logs and events are collected. Security Lake supports log and event collection for natively supported Amazon Web Services services.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sources

      The supported Amazon Web Services services from which logs and events are collected. Security Lake supports log and event collection for natively supported Amazon Web Services services.

      Parameters:
      sources - The supported Amazon Web Services services from which logs and events are collected. Security Lake supports log and event collection for natively supported Amazon Web Services services.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sources

      The supported Amazon Web Services services from which logs and events are collected. Security Lake supports log and event collection for natively supported Amazon Web Services services.

      This is a convenience method that creates an instance of the LogSourceResource.Builder avoiding the need to create one manually via LogSourceResource.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to sources(List<LogSourceResource>).

      Parameters:
      sources - a consumer that will call methods on LogSourceResource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • subscriberDescription

      CreateSubscriberRequest.Builder subscriberDescription(String subscriberDescription)

      The description for your subscriber account in Security Lake.

      Parameters:
      subscriberDescription - The description for your subscriber account in Security Lake.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subscriberIdentity

      CreateSubscriberRequest.Builder subscriberIdentity(AwsIdentity subscriberIdentity)

      The Amazon Web Services identity used to access your data.

      Parameters:
      subscriberIdentity - The Amazon Web Services identity used to access your data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subscriberIdentity

      default CreateSubscriberRequest.Builder subscriberIdentity(Consumer<AwsIdentity.Builder> subscriberIdentity)

      The Amazon Web Services identity used to access your data.

      This is a convenience method that creates an instance of the AwsIdentity.Builder avoiding the need to create one manually via AwsIdentity.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to subscriberIdentity(AwsIdentity).

      Parameters:
      subscriberIdentity - a consumer that will call methods on AwsIdentity.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • subscriberName

      CreateSubscriberRequest.Builder subscriberName(String subscriberName)

      The name of your Security Lake subscriber account.

      Parameters:
      subscriberName - The name of your Security Lake subscriber account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      An array of objects, one for each tag to associate with the subscriber. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.

      Parameters:
      tags - An array of objects, one for each tag to associate with the subscriber. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      An array of objects, one for each tag to associate with the subscriber. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.

      Parameters:
      tags - An array of objects, one for each tag to associate with the subscriber. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      An array of objects, one for each tag to associate with the subscriber. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreateSubscriberRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.