Interface GetThreatEntitySetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetThreatEntitySetResponse.Builder,
,GetThreatEntitySetResponse> GuardDutyResponse.Builder
,SdkBuilder<GetThreatEntitySetResponse.Builder,
,GetThreatEntitySetResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetThreatEntitySetResponse
@Mutable
@NotThreadSafe
public static interface GetThreatEntitySetResponse.Builder
extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<GetThreatEntitySetResponse.Builder,GetThreatEntitySetResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the associated threat entity set was created.errorDetails
(String errorDetails) The error details when the status is shown asERROR
.expectedBucketOwner
(String expectedBucketOwner) The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.The format of the file that contains the threat entity set.format
(ThreatEntitySetFormat format) The format of the file that contains the threat entity set.The URI of the file that contains the threat entity set.The name of the threat entity set associated with the specifiedthreatEntitySetId
.The status of the associated threat entity set.status
(ThreatEntitySetStatus status) The status of the associated threat entity set.The tags associated with the threat entity set resource.The timestamp when the associated threat entity set was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
name
The name of the threat entity set associated with the specified
threatEntitySetId
.- Parameters:
name
- The name of the threat entity set associated with the specifiedthreatEntitySetId
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
The format of the file that contains the threat entity set.
- Parameters:
format
- The format of the file that contains the threat entity set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the file that contains the threat entity set.
- Parameters:
format
- The format of the file that contains the threat entity set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
location
The URI of the file that contains the threat entity set.
- Parameters:
location
- The URI of the file that contains the threat entity set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expectedBucketOwner
The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.
- Parameters:
expectedBucketOwner
- The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the associated threat entity set.
- Parameters:
status
- The status of the associated threat entity set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the associated threat entity set.
- Parameters:
status
- The status of the associated threat entity set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags associated with the threat entity set resource.
- Parameters:
tags
- The tags associated with the threat entity set resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the associated threat entity set was created.
- Parameters:
createdAt
- The timestamp when the associated threat entity set was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the associated threat entity set was updated.
- Parameters:
updatedAt
- The timestamp when the associated threat entity set was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorDetails
The error details when the status is shown as
ERROR
.- Parameters:
errorDetails
- The error details when the status is shown asERROR
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-