Interface UpdateProfileResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- B2BiResponse.Builder,- Buildable,- CopyableBuilder<UpdateProfileResponse.Builder,,- UpdateProfileResponse> - SdkBuilder<UpdateProfileResponse.Builder,,- UpdateProfileResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateProfileResponse
@Mutable
@NotThreadSafe
public static interface UpdateProfileResponse.Builder
extends B2BiResponse.Builder, SdkPojo, CopyableBuilder<UpdateProfileResponse.Builder,UpdateProfileResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionbusinessName(String businessName) Returns the name for the business associated with this profile.Returns a timestamp for creation date and time of the profile.Returns the email address associated with this customer profile.Specifies whether or not logging is enabled for this profile.Specifies whether or not logging is enabled for this profile.logGroupName(String logGroupName) Returns the name of the logging group.modifiedAt(Instant modifiedAt) Returns a timestamp for last time the profile was modified.Returns the name of the profile.Returns the phone number associated with the profile.profileArn(String profileArn) Returns an Amazon Resource Name (ARN) for the profile.Returns the unique, system-generated identifier for the profile.Methods inherited from interface software.amazon.awssdk.services.b2bi.model.B2BiResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
profileIdReturns the unique, system-generated identifier for the profile. - Parameters:
- profileId- Returns the unique, system-generated identifier for the profile.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
profileArnReturns an Amazon Resource Name (ARN) for the profile. - Parameters:
- profileArn- Returns an Amazon Resource Name (ARN) for the profile.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameReturns the name of the profile. - Parameters:
- name- Returns the name of the profile.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
emailReturns the email address associated with this customer profile. - Parameters:
- email- Returns the email address associated with this customer profile.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
phoneReturns the phone number associated with the profile. - Parameters:
- phone- Returns the phone number associated with the profile.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
businessNameReturns the name for the business associated with this profile. - Parameters:
- businessName- Returns the name for the business associated with this profile.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
loggingSpecifies whether or not logging is enabled for this profile. - Parameters:
- logging- Specifies whether or not logging is enabled for this profile.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
loggingSpecifies whether or not logging is enabled for this profile. - Parameters:
- logging- Specifies whether or not logging is enabled for this profile.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
logGroupNameReturns the name of the logging group. - Parameters:
- logGroupName- Returns the name of the logging group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtReturns a timestamp for creation date and time of the profile. - Parameters:
- createdAt- Returns a timestamp for creation date and time of the profile.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
modifiedAtReturns a timestamp for last time the profile was modified. - Parameters:
- modifiedAt- Returns a timestamp for last time the profile was modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-