Interface CloseCaseResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CloseCaseResponse.Builder,CloseCaseResponse>,SdkBuilder<CloseCaseResponse.Builder,CloseCaseResponse>,SdkPojo,SdkResponse.Builder,SecurityIrResponse.Builder
- Enclosing class:
- CloseCaseResponse
public static interface CloseCaseResponse.Builder extends SecurityIrResponse.Builder, SdkPojo, CopyableBuilder<CloseCaseResponse.Builder,CloseCaseResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloseCaseResponse.BuildercaseStatus(String caseStatus)A response element providing responses for requests to CloseCase.CloseCaseResponse.BuildercaseStatus(CaseStatus caseStatus)A response element providing responses for requests to CloseCase.CloseCaseResponse.BuilderclosedDate(Instant closedDate)A response element providing responses for requests to CloseCase.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
Methods inherited from interface software.amazon.awssdk.services.securityir.model.SecurityIrResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
caseStatus
CloseCaseResponse.Builder caseStatus(String caseStatus)
A response element providing responses for requests to CloseCase. This element responds with the case status following the action.
- Parameters:
caseStatus- A response element providing responses for requests to CloseCase. This element responds with the case status following the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CaseStatus,CaseStatus
-
caseStatus
CloseCaseResponse.Builder caseStatus(CaseStatus caseStatus)
A response element providing responses for requests to CloseCase. This element responds with the case status following the action.
- Parameters:
caseStatus- A response element providing responses for requests to CloseCase. This element responds with the case status following the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CaseStatus,CaseStatus
-
closedDate
CloseCaseResponse.Builder closedDate(Instant closedDate)
A response element providing responses for requests to CloseCase. This element responds with the case closure date following the action.
- Parameters:
closedDate- A response element providing responses for requests to CloseCase. This element responds with the case closure date following the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-