Class ConnectionStartIntroductionFilter.ConnectionStartIntroductionFilterBuilder
- java.lang.Object
-
- org.hyperledger.aries.api.introduction.ConnectionStartIntroductionFilter.ConnectionStartIntroductionFilterBuilder
-
- Enclosing class:
- ConnectionStartIntroductionFilter
public static class ConnectionStartIntroductionFilter.ConnectionStartIntroductionFilterBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionStartIntroductionFilterbuild()ConnectionStartIntroductionFilter.ConnectionStartIntroductionFilterBuildermessage(String message)ConnectionStartIntroductionFilter.ConnectionStartIntroductionFilterBuildertargetConnectionId(@NonNull String targetConnectionId)StringtoString()
-
-
-
Method Detail
-
targetConnectionId
public ConnectionStartIntroductionFilter.ConnectionStartIntroductionFilterBuilder targetConnectionId(@NonNull @NonNull String targetConnectionId)
- Returns:
this.
-
message
public ConnectionStartIntroductionFilter.ConnectionStartIntroductionFilterBuilder message(String message)
- Returns:
this.
-
build
public ConnectionStartIntroductionFilter build()
-
-