Interface GetMacieSessionResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetMacieSessionResponse.Builder,GetMacieSessionResponse>, Macie2Response.Builder, SdkBuilder<GetMacieSessionResponse.Builder,GetMacieSessionResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetMacieSessionResponse

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

    • createdAt

      The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.

      Parameters:
      createdAt - The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findingPublishingFrequency

      GetMacieSessionResponse.Builder findingPublishingFrequency(String findingPublishingFrequency)

      The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).

      Parameters:
      findingPublishingFrequency - The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • findingPublishingFrequency

      GetMacieSessionResponse.Builder findingPublishingFrequency(FindingPublishingFrequency findingPublishingFrequency)

      The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).

      Parameters:
      findingPublishingFrequency - The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • serviceRole

      GetMacieSessionResponse.Builder serviceRole(String serviceRole)

      The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.

      Parameters:
      serviceRole - The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.

      Parameters:
      status - The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.

      Parameters:
      status - The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updatedAt

      The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the Amazon Macie account.

      Parameters:
      updatedAt - The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the Amazon Macie account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.