Interface UpdateOpportunityResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateOpportunityResponse.Builder,
,UpdateOpportunityResponse> PartnerCentralSellingResponse.Builder
,SdkBuilder<UpdateOpportunityResponse.Builder,
,UpdateOpportunityResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateOpportunityResponse
@Mutable
@NotThreadSafe
public static interface UpdateOpportunityResponse.Builder
extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<UpdateOpportunityResponse.Builder,UpdateOpportunityResponse>
-
Method Summary
Modifier and TypeMethodDescriptionRead-only, system generatedOpportunity
unique identifier.lastModifiedDate
(Instant lastModifiedDate) DateTime
when the opportunity was last modified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingResponse.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
-
id
Read-only, system generated
Opportunity
unique identifier.- Parameters:
id
- Read-only, system generatedOpportunity
unique identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
DateTime
when the opportunity was last modified.- Parameters:
lastModifiedDate
-DateTime
when the opportunity was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-