ImmutableAclToken |
ImmutableAclToken.Builder.build() |
|
static ImmutableAclToken |
ImmutableAclToken.copyOf(AclToken instance) |
Creates an immutable copy of a AclToken value.
|
ImmutableAclToken |
ImmutableAclToken.withId(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional id attribute.
|
ImmutableAclToken |
ImmutableAclToken.withId(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the id attribute.
|
ImmutableAclToken |
ImmutableAclToken.withName(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional name attribute.
|
ImmutableAclToken |
ImmutableAclToken.withName(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the name attribute.
|
ImmutableAclToken |
ImmutableAclToken.withRules(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional rules attribute.
|
ImmutableAclToken |
ImmutableAclToken.withRules(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the rules attribute.
|
ImmutableAclToken |
ImmutableAclToken.withType(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional type attribute.
|
ImmutableAclToken |
ImmutableAclToken.withType(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the type attribute.
|