Interface AnalysisLogExportSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnalysisLogExportSummary.Builder,,AnalysisLogExportSummary> SdkBuilder<AnalysisLogExportSummary.Builder,,AnalysisLogExportSummary> SdkPojo
- Enclosing class:
AnalysisLogExportSummary
-
Method Summary
Modifier and TypeMethodDescriptionanalysisId(String analysisId) The unique identifier of the protected query that the analysis logs were exported for.analysisLogExportId(String analysisLogExportId) The unique identifier of the analysis log export.analysisType(String analysisType) The type of analysis that the logs were exported for.analysisType(LogExportAnalysisType analysisType) The type of analysis that the logs were exported for.createTime(Instant createTime) The time the analysis log export was created.The status of the analysis log export.status(AnalysisLogExportStatus status) The status of the analysis log export.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
analysisLogExportId
The unique identifier of the analysis log export.
- Parameters:
analysisLogExportId- The unique identifier of the analysis log export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisId
The unique identifier of the protected query that the analysis logs were exported for.
- Parameters:
analysisId- The unique identifier of the protected query that the analysis logs were exported for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisType
The type of analysis that the logs were exported for. Currently, only
PROTECTED_QUERYis supported.- Parameters:
analysisType- The type of analysis that the logs were exported for. Currently, onlyPROTECTED_QUERYis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisType
The type of analysis that the logs were exported for. Currently, only
PROTECTED_QUERYis supported.- Parameters:
analysisType- The type of analysis that the logs were exported for. Currently, onlyPROTECTED_QUERYis supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the analysis log export. Possible values are:
-
IN_PROGRESS– The export is currently running. -
SUCCESS– The export completed successfully. -
FAILED– The export failed.
- Parameters:
status- The status of the analysis log export. Possible values are:-
IN_PROGRESS– The export is currently running. -
SUCCESS– The export completed successfully. -
FAILED– The export failed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The status of the analysis log export. Possible values are:
-
IN_PROGRESS– The export is currently running. -
SUCCESS– The export completed successfully. -
FAILED– The export failed.
- Parameters:
status- The status of the analysis log export. Possible values are:-
IN_PROGRESS– The export is currently running. -
SUCCESS– The export completed successfully. -
FAILED– The export failed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
createTime
The time the analysis log export was created.
- Parameters:
createTime- The time the analysis log export was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-