Interface GetMacieSessionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetMacieSessionResponse.Builder,
,GetMacieSessionResponse> Macie2Response.Builder
,SdkBuilder<GetMacieSessionResponse.Builder,
,GetMacieSessionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetMacieSessionResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.findingPublishingFrequency
(String findingPublishingFrequency) The frequency with which Amazon Macie publishes updates to policy findings for the account.findingPublishingFrequency
(FindingPublishingFrequency findingPublishingFrequency) The frequency with which Amazon Macie publishes updates to policy findings for the account.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.The current status of the Amazon Macie account.status
(MacieStatus status) The current status of the Amazon Macie account.The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status or configuration settings for the Amazon Macie account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
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
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 or configuration settings for 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 or configuration settings for the Amazon Macie account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-