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 generatedOpportunityunique identifier.lastModifiedDate(Instant lastModifiedDate) DateTimewhen the opportunity was last modified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
Read-only, system generated
Opportunityunique identifier.- Parameters:
id- Read-only, system generatedOpportunityunique identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
DateTimewhen the opportunity was last modified.- Parameters:
lastModifiedDate-DateTimewhen the opportunity was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-