Interface CreateProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,B2BiResponse.Builder,Buildable,CopyableBuilder<CreateProfileResponse.Builder,CreateProfileResponse>,SdkBuilder<CreateProfileResponse.Builder,CreateProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateProfileResponse
public static interface CreateProfileResponse.Builder extends B2BiResponse.Builder, SdkPojo, CopyableBuilder<CreateProfileResponse.Builder,CreateProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateProfileResponse.BuilderbusinessName(String businessName)Returns the name for the business associated with this profile.CreateProfileResponse.BuildercreatedAt(Instant createdAt)Returns a timestamp representing the time the profile was created.CreateProfileResponse.Builderemail(String email)Returns the email address associated with this customer profile.CreateProfileResponse.Builderlogging(String logging)Returns whether or not logging is turned on for this profile.CreateProfileResponse.Builderlogging(Logging logging)Returns whether or not logging is turned on for this profile.CreateProfileResponse.BuilderlogGroupName(String logGroupName)Returns the name of the logging group.CreateProfileResponse.Buildername(String name)Returns the name of the profile, used to identify it.CreateProfileResponse.Builderphone(String phone)Returns the phone number associated with the profile.CreateProfileResponse.BuilderprofileArn(String profileArn)Returns an Amazon Resource Name (ARN) for the profile.CreateProfileResponse.BuilderprofileId(String profileId)Returns the unique, system-generated identifier for the profile.-
Methods inherited from interface software.amazon.awssdk.services.b2bi.model.B2BiResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
profileId
CreateProfileResponse.Builder profileId(String profileId)
Returns 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.
-
profileArn
CreateProfileResponse.Builder profileArn(String profileArn)
Returns 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.
-
name
CreateProfileResponse.Builder name(String name)
Returns the name of the profile, used to identify it.
- Parameters:
name- Returns the name of the profile, used to identify it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
businessName
CreateProfileResponse.Builder businessName(String businessName)
Returns 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.
-
phone
CreateProfileResponse.Builder phone(String phone)
Returns 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.
-
email
CreateProfileResponse.Builder email(String email)
Returns 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.
-
logging
CreateProfileResponse.Builder logging(String logging)
Returns whether or not logging is turned on for this profile.
-
logging
CreateProfileResponse.Builder logging(Logging logging)
Returns whether or not logging is turned on for this profile.
-
logGroupName
CreateProfileResponse.Builder logGroupName(String logGroupName)
Returns 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.
-
createdAt
CreateProfileResponse.Builder createdAt(Instant createdAt)
Returns a timestamp representing the time the profile was created.
- Parameters:
createdAt- Returns a timestamp representing the time the profile was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-