Interface UpdateOpportunityResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateOpportunityResponse.Builder,UpdateOpportunityResponse>,PartnerCentralSellingResponse.Builder,SdkBuilder<UpdateOpportunityResponse.Builder,UpdateOpportunityResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateOpportunityResponse
public static interface UpdateOpportunityResponse.Builder extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<UpdateOpportunityResponse.Builder,UpdateOpportunityResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateOpportunityResponse.Builderid(String id)Read-only, system generatedOpportunityunique identifier.UpdateOpportunityResponse.BuilderlastModifiedDate(Instant lastModifiedDate)DateTimewhen 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 Detail
-
id
UpdateOpportunityResponse.Builder id(String 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
UpdateOpportunityResponse.Builder lastModifiedDate(Instant 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.
-
-