Uses of Interface
software.amazon.awssdk.services.macie2.model.ResourceProfileArtifact.Builder
-
Packages that use ResourceProfileArtifact.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of ResourceProfileArtifact.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return ResourceProfileArtifact.Builder Modifier and Type Method Description ResourceProfileArtifact.BuilderResourceProfileArtifact.Builder. arn(String arn)The Amazon Resource Name (ARN) of the object.static ResourceProfileArtifact.BuilderResourceProfileArtifact. builder()ResourceProfileArtifact.BuilderResourceProfileArtifact.Builder. classificationResultStatus(String classificationResultStatus)The status of the analysis.ResourceProfileArtifact.BuilderResourceProfileArtifact.Builder. sensitive(Boolean sensitive)Specifies whether Amazon Macie found sensitive data in the object.ResourceProfileArtifact.BuilderResourceProfileArtifact. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type ResourceProfileArtifact.Builder Modifier and Type Method Description static Class<? extends ResourceProfileArtifact.Builder>ResourceProfileArtifact. serializableBuilderClass()
-